Symbol: major
bin/ls/print.c
160
major(sp->st_rdev), (u_int)minor(sp->st_rdev));
bin/pax/pax.h
229
#define MAJOR(x) major(x)
bin/ps/print.c
374
snprintf(buff, sizeof(buff), "%d/%d", major(dev), minor(dev));
crypto/openssh/gss-genr.c
119
*major_status = ctxt->major;
crypto/openssh/gss-genr.c
126
gss_display_status(&lmin, ctxt->major,
crypto/openssh/gss-genr.c
218
ctx->major = gss_init_sec_context(&ctx->minor,
crypto/openssh/gss-genr.c
223
if (GSS_ERROR(ctx->major))
crypto/openssh/gss-genr.c
226
return (ctx->major);
crypto/openssh/gss-genr.c
240
if ((ctx->major = gss_import_name(&ctx->minor,
crypto/openssh/gss-genr.c
245
return (ctx->major);
crypto/openssh/gss-genr.c
251
if ((ctx->major = gss_get_mic(&ctx->minor, ctx->context,
crypto/openssh/gss-genr.c
255
return (ctx->major);
crypto/openssh/gss-genr.c
277
OM_uint32 major, minor;
crypto/openssh/gss-genr.c
287
major = ssh_gssapi_import_name(*ctx, host);
crypto/openssh/gss-genr.c
288
if (!GSS_ERROR(major)) {
crypto/openssh/gss-genr.c
289
major = ssh_gssapi_init_ctx(*ctx, 0, GSS_C_NO_BUFFER, &token,
crypto/openssh/gss-genr.c
297
if (GSS_ERROR(major))
crypto/openssh/gss-genr.c
300
return (!GSS_ERROR(major));
crypto/openssh/gss-serv.c
115
return (ctx->major);
crypto/openssh/gss-serv.c
118
if ((ctx->major = gss_acquire_cred(&ctx->minor,
crypto/openssh/gss-serv.c
124
return (ctx->major);
crypto/openssh/gss-serv.c
182
ctx->major = gss_accept_sec_context(&ctx->minor,
crypto/openssh/gss-serv.c
187
if (GSS_ERROR(ctx->major))
crypto/openssh/gss-serv.c
195
status = ctx->major;
crypto/openssh/gss-serv.c
202
(*flags & GSS_C_INTEG_FLAG))) && (ctx->major == GSS_S_COMPLETE)) {
crypto/openssh/gss-serv.c
295
if ((ctx->major = gss_display_name(&ctx->minor, ctx->client,
crypto/openssh/gss-serv.c
298
return (ctx->major);
crypto/openssh/gss-serv.c
301
if ((ctx->major = gss_export_name(&ctx->minor, ctx->client,
crypto/openssh/gss-serv.c
304
return (ctx->major);
crypto/openssh/gss-serv.c
307
if ((ctx->major = ssh_gssapi_parse_ename(ctx,&ename,
crypto/openssh/gss-serv.c
309
return (ctx->major);
crypto/openssh/gss-serv.c
315
return (ctx->major);
crypto/openssh/gss-serv.c
389
ctx->major = gss_verify_mic(&ctx->minor, ctx->context,
crypto/openssh/gss-serv.c
392
return (ctx->major);
crypto/openssh/monitor.c
1850
OM_uint32 major;
crypto/openssh/monitor.c
1863
major = ssh_gssapi_server_ctx(&gsscontext, &goid);
crypto/openssh/monitor.c
1868
if ((r = sshbuf_put_u32(m, major)) != 0)
crypto/openssh/monitor.c
1884
OM_uint32 major, minor;
crypto/openssh/monitor.c
1893
major = ssh_gssapi_accept_ctx(gsscontext, &in, &out, &flags);
crypto/openssh/monitor.c
1897
if ((r = sshbuf_put_u32(m, major)) != 0 ||
crypto/openssh/monitor.c
1905
if (major == GSS_S_COMPLETE) {
crypto/openssh/monitor_wrap.c
1007
OM_uint32 major;
crypto/openssh/monitor_wrap.c
1019
if ((r = sshbuf_get_u32(m, &major)) != 0 ||
crypto/openssh/monitor_wrap.c
1030
return (major);
crypto/openssh/monitor_wrap.c
1037
OM_uint32 major;
crypto/openssh/monitor_wrap.c
1050
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/monitor_wrap.c
1053
return(major);
crypto/openssh/monitor_wrap.c
981
OM_uint32 major;
crypto/openssh/monitor_wrap.c
995
if ((r = sshbuf_get_u32(m, &major)) != 0)
crypto/openssh/monitor_wrap.c
999
return (major);
crypto/openssh/pkcs11.h
191
unsigned char major;
crypto/openssh/ssh-pkcs11.c
1587
p->info.cryptokiVersion.major,
crypto/openssh/ssh-pkcs11.c
1590
p->info.libraryVersion.major,
lib/libc/citrus/citrus_module.c
182
int i, len, major, minor, ndewey, n_search_dirs;
lib/libc/citrus/citrus_module.c
185
major = *majorp;
lib/libc/citrus/citrus_module.c
215
if (major != -1 && found_dot_a)
lib/libc/citrus/citrus_module.c
220
if (major == -1 && minor == -1)
lib/libc/citrus/citrus_module.c
222
else if (major != -1 && minor == -1) {
lib/libc/citrus/citrus_module.c
223
if (tmp[0] == major)
lib/libc/citrus/citrus_module.c
225
} else if (major != -1 && minor != -1) {
lib/libc/citrus/citrus_module.c
226
if (tmp[0] == major) {
lib/libc/gen/devname.c
58
major(dev), minor(dev));
lib/libdevattr/devattr_device.c
184
int32_t major;
lib/libdevattr/devattr_device.c
193
major = (int32_t)prop_number_integer_value(pn);
lib/libdevattr/devattr_device.c
195
return major;
lib/libdm/dm_task.c
361
dm_task_set_major(struct dm_task *dmt __unused, int major __unused)
lib/libdm/dm_task.c
537
dmi->major = dm_get_major();
lib/libdm/dm_task.c
786
return (uint32_t)major(sb.st_dev);
lib/libdm/dm_task.c
790
dm_is_dm_major(uint32_t major)
lib/libdm/dm_task.c
792
return (major == dm_get_major());
lib/libdm/libdm.h
117
int dm_is_dm_major(uint32_t major);
lib/libdm/libdm.h
42
uint32_t major;
lib/libdm/libdm.h
93
int dm_task_set_major(struct dm_task *dmt, int major);
lib/libusb/libusb.h
253
const uint16_t major;
lib/libusb/libusb10.c
71
.major = 1,
sbin/dumpon/dumpon.c
116
(unsigned long)major(stab.st_rdev),
sbin/dumpon/dumpon.c
122
(unsigned long)major(stab.st_rdev),
sbin/fsdb/fsdbutil.c
102
major(dp->di_rdev), minor(dp->di_rdev));
sbin/fsdb/fsdbutil.c
106
major(dp->di_rdev), minor(dp->di_rdev));
sbin/sysctl/sysctl.c
652
major(*d), minor(*d));
sbin/sysctl/sysctl.c
655
major(*d), minor(*d));
stand/boot/pc32/libi386/bioscd.c
342
int major;
stand/boot/pc32/libi386/bioscd.c
360
major = ACDMAJOR;
stand/boot/pc32/libi386/bioscd.c
364
rootdev = MAKEBOOTDEV(major, 0, unit, 0);
stand/boot/pc32/libi386/biosdisk.c
1359
int major;
stand/boot/pc32/libi386/biosdisk.c
1375
major = WFDMAJOR;
stand/boot/pc32/libi386/biosdisk.c
1378
major = FDMAJOR;
stand/boot/pc32/libi386/biosdisk.c
1384
major = DAMAJOR;
stand/boot/pc32/libi386/biosdisk.c
1394
major = WDMAJOR;
stand/boot/pc32/libi386/biosdisk.c
1408
rootdev = MAKEBOOTDEV(major, dev->d_kind.biosdisk.slice + 1, unit,
stand/boot/pc32/libi386/smbios.c
308
int major, minor, ver;
stand/boot/pc32/libi386/smbios.c
331
major = ver >> 4;
stand/boot/pc32/libi386/smbios.c
333
if (major > 9 || minor > 9)
stand/boot/pc32/libi386/smbios.c
337
major = SMBIOS_GET8(smbios, 0x06); /* SMBIOS Major Version */
stand/boot/pc32/libi386/smbios.c
340
ver = (major << 8) | minor;
stand/boot/pc32/libi386/smbios.c
346
sprintf(buf, "%d.%d", major, minor);
sys/dev/disk/fd/fd.c
1476
(u_long)major(dev), (u_long)minor(dev));
sys/dev/disk/isp/ispvar.h
731
#define ISP_FW_NEWER_THAN(i, major, minor, micro) \
sys/dev/disk/isp/ispvar.h
732
(ISP_FW_REVX((i)->isp_fwrev) > ISP_FW_REV(major, minor, micro))
sys/dev/disk/isp/ispvar.h
733
#define ISP_FW_OLDER_THAN(i, major, minor, micro) \
sys/dev/disk/isp/ispvar.h
734
(ISP_FW_REVX((i)->isp_fwrev) < ISP_FW_REV(major, minor, micro))
sys/dev/drm/amd/amdgpu/amdgpu.h
268
const u32 major;
sys/dev/drm/amd/amdgpu/amdgpu.h
281
u32 major, u32 minor);
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
202
ip_block->version->major, ip_block->version->minor);
sys/dev/drm/amd/amdgpu/amdgpu_acp.c
548
.major = 2,
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1199
u32 major, u32 minor)
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1203
if (ip_block && ((ip_block->version->major > major) ||
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1204
((ip_block->version->major == major) &&
sys/dev/drm/amd/amdgpu/amdgpu_drv.c
1339
.major = KMS_DRIVER_MAJOR,
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
446
result->hw_ip_version_major = adev->ip_blocks[i].version->major;
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
593
.major = 3,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
602
.major = 10,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
611
.major = 11,
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1071
if (ip_block->version->major <= 7)
sys/dev/drm/amd/amdgpu/amdgpu_vm.c
1073
else if (ip_block->version->major == 8)
sys/dev/drm/amd/amdgpu/ci_dpm.c
6802
.major = 7,
sys/dev/drm/amd/amdgpu/cik.c
1994
.major = 1,
sys/dev/drm/amd/amdgpu/cik_ih.c
477
.major = 2,
sys/dev/drm/amd/amdgpu/cik_sdma.c
1402
.major = 2,
sys/dev/drm/amd/amdgpu/cz_ih.c
458
.major = 3,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3609
.major = 10,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3618
.major = 10,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3741
.major = 11,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3750
.major = 11,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3497
.major = 8,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3506
.major = 8,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3515
.major = 8,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3524
.major = 8,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3533
.major = 8,
sys/dev/drm/amd/amdgpu/dce_virtual.c
771
.major = 1,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
5233
.major = 7,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
5242
.major = 7,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
5251
.major = 7,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
5260
.major = 7,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
7165
.major = 8,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
7174
.major = 8,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
5029
.major = 9,
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1412
.major = 7,
sys/dev/drm/amd/amdgpu/gmc_v7_0.c
1421
.major = 7,
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1779
.major = 8,
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1788
.major = 8,
sys/dev/drm/amd/amdgpu/gmc_v8_0.c
1797
.major = 8,
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1277
.major = 9,
sys/dev/drm/amd/amdgpu/iceland_ih.c
456
.major = 2,
sys/dev/drm/amd/amdgpu/kv_dpm.c
3351
.major = 1,
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
1286
.major = 2,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1725
.major = 3,
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
1734
.major = 3,
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
1848
.major = 4,
sys/dev/drm/amd/amdgpu/si_dpm.c
8042
.major = 6,
sys/dev/drm/amd/amdgpu/soc15.c
485
.major = 2,
sys/dev/drm/amd/amdgpu/tonga_ih.c
522
.major = 3,
sys/dev/drm/amd/amdgpu/uvd_v4_2.c
789
.major = 4,
sys/dev/drm/amd/amdgpu/uvd_v5_0.c
898
.major = 5,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1641
.major = 6,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1650
.major = 6,
sys/dev/drm/amd/amdgpu/uvd_v6_0.c
1659
.major = 6,
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
1890
.major = 7,
sys/dev/drm/amd/amdgpu/vce_v2_0.c
652
.major = 2,
sys/dev/drm/amd/amdgpu/vce_v3_0.c
976
.major = 3,
sys/dev/drm/amd/amdgpu/vce_v3_0.c
985
.major = 3,
sys/dev/drm/amd/amdgpu/vce_v3_0.c
994
.major = 3,
sys/dev/drm/amd/amdgpu/vce_v4_0.c
1125
.major = 4,
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
2177
.major = 1,
sys/dev/drm/amd/amdgpu/vega10_ih.c
509
.major = 4,
sys/dev/drm/amd/amdgpu/vi.c
1581
.major = 1,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
938
.major = 1,
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1116
if (1 != revision.major || 2 > revision.minor)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1590
switch (revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1648
if (1 != revision.major || 2 > revision.minor)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2102
tbl_revision->major = 0;
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2108
tbl_revision->major =
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2895
if (tbl_rev.major >= 2 && tbl_rev.minor >= 2)
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2919
if (bp->object_info_tbl.revision.major == 1
sys/dev/drm/amd/display/dc/bios/bios_parser.c
2929
} else if (bp->object_info_tbl.revision.major == 1
sys/dev/drm/amd/display/dc/bios/bios_parser.c
386
switch (revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser.c
956
switch (tbl_revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1133
switch (revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
141
tbl_revision->major = 0;
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
147
tbl_revision->major =
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1948
if (!(tbl_rev.major >= 2 && tbl_rev.minor >= 2))
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
1973
if (bp->object_info_tbl.revision.major == 1
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
806
switch (tbl_revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser2.c
921
switch (tbl_revision.major) {
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal.h
33
uint32_t major;
sys/dev/drm/amd/display/dc/bios/bios_parser_types_internal2.h
35
uint32_t major;
sys/dev/drm/amd/powerplay/amd_powerplay.c
264
.major = 1,
sys/dev/drm/drm_drv.c
910
driver->name, driver->major, driver->minor,
sys/dev/drm/drm_ioctl.c
396
if (sv->drm_dd_major != dev->driver->major ||
sys/dev/drm/drm_ioctl.c
407
sv->drm_dd_major = dev->driver->major;
sys/dev/drm/drm_ioctl.c
508
version->version_major = dev->driver->major;
sys/dev/drm/i915/i915_drv.c
3308
.major = DRIVER_MAJOR,
sys/dev/drm/i915/i915_drv.h
461
#define CSR_VERSION(major, minor) ((major) << 16 | (minor))
sys/dev/drm/i915/intel_guc_fw.c
42
#define GUC_FW_PATH(platform, major, minor) \
sys/dev/drm/i915/intel_guc_fw.c
43
"i915/" __stringify(platform) "_guc_ver" __stringify(major) "_" __stringify(minor) ".bin"
sys/dev/drm/i915/intel_huc_fw.c
37
#define HUC_FW_PATH(platform, major, minor, bld_num) \
sys/dev/drm/i915/intel_huc_fw.c
38
"i915/" __stringify(platform) "_huc_ver" __stringify(major) "_" \
sys/dev/drm/include/drm/drm_drv.h
570
int major;
sys/dev/drm/radeon/radeon_drv.c
711
.major = KMS_DRIVER_MAJOR,
sys/dev/misc/nmdm/nmdm.c
174
nextdev = makedev(major(dev), (pair+pair) + 1);
sys/dev/misc/psm/psm.c
256
#define SYNAPTICS_VERSION_GE(synhw, major, minor) \
sys/dev/misc/psm/psm.c
257
((synhw).infoMajor > (major) || \
sys/dev/misc/psm/psm.c
258
((synhw).infoMajor == (major) && (synhw).infoMinor >= (minor)))
sys/dev/misc/syscons/syscons.c
730
major(dev), minor(dev), unit, SC_VTY(dev)));
sys/dev/misc/syscons/sysmouse.c
192
major(dev), minor(dev)));
sys/dev/netif/ath/ath_hal/ah_soc.h
40
uint16_t major; /* Board major number */
sys/dev/netif/iwm/if_iwm.c
5143
uint32_t major; /* uCode version major */
sys/dev/netif/iwm/if_iwm.c
5341
device_printf(sc->sc_dev, "%08X | uCode version major\n", table.major);
sys/dev/netif/iwn/if_iwn.c
3983
"subtype=%x alive=%x\n", uc->major, uc->minor,
sys/dev/netif/iwn/if_iwnreg.h
1250
uint8_t major;
sys/dev/netif/wpi/if_wpi.c
2319
"subtype=%x alive=%x\n", uc->major, uc->minor,
sys/dev/netif/wpi/if_wpi.c
5144
"boot (text %u)\n", hdr->major, hdr->minor, le32toh(hdr->driver),
sys/dev/netif/wpi/if_wpireg.h
705
uint8_t major;
sys/dev/netif/wpi/if_wpireg.h
827
uint8_t major;
sys/dev/raid/aac/aac.c
1672
u_int32_t code, major, minor, options = 0, atu_size = 0;
sys/dev/raid/aac/aac.c
1713
major = (AAC_GET_MAILBOX(sc, 1) & 0xff) - 0x30;
sys/dev/raid/aac/aac.c
1715
if (major == 1) {
sys/dev/raid/aac/aac.c
1718
major, minor);
sys/dev/raid/aac/aac.c
2713
info->KernelRevision.external.comp.major,
sys/dev/raid/aac/aac.c
3425
rev_check_resp.adapterSWRevision.external.comp.major =
sys/dev/raid/aac/aacreg.h
449
u_int8_t major;
sys/dev/raid/vinum/vinumdaemon.c
109
major((cdev_t)rq->bio->bio_driver_info),
sys/dev/raid/vinum/vinumrequest.c
102
rqip->devmajor = major(dev);
sys/dev/raid/vinum/vinumrequest.c
348
major(((cdev_t)rq->bio->bio_driver_info)),
sys/dev/raid/vinum/vinumrequest.c
363
major(((cdev_t)rq->bio->bio_driver_info)),
sys/dev/raid/vinum/vinumrequest.c
425
major(dev),
sys/dev/raid/vinum/vinumrequest.c
92
rqip->devmajor = major(dev);
sys/dev/raid/vinum/vinumrevive.c
210
major(dev),
sys/dev/raid/vinum/vinumvar.h
227
unsigned major:8; /* major number fits */
sys/dev/sound/midi/sequencer.c
1277
ret = midi_ioctl(MIDIMKDEV(major(i_dev), *(int *)arg,
sys/dev/sound/midi/sequencer.c
1312
ret = midi_ioctl(MIDIMKDEV(major(i_dev), *(int *)arg,
sys/kern/kern_conf.c
502
ksnprintf(p, len, "#%d/", major(dev));
sys/sys/agpio.h
103
u_int16_t major;
sys/sys/systm.h
441
int major(cdev_t x);
sys/vfs/ext2fs/ext2_hash.c
260
uint32_t major = 0, minor = 0;
sys/vfs/ext2fs/ext2_hash.c
288
major = hash[0];
sys/vfs/ext2fs/ext2_hash.c
295
major = ext2_legacy_hash(name, len, unsigned_char);
sys/vfs/ext2fs/ext2_hash.c
307
major = hash[1];
sys/vfs/ext2fs/ext2_hash.c
315
major &= ~1;
sys/vfs/ext2fs/ext2_hash.c
316
if (major == (EXT2_HTREE_EOF << 1))
sys/vfs/ext2fs/ext2_hash.c
317
major = (EXT2_HTREE_EOF - 1) << 1;
sys/vfs/ext2fs/ext2_hash.c
318
*hash_major = major;
sys/vfs/ext2fs/ext2_vnops.c
1413
(u_long)ip->i_number, devtoname(ip->i_dev), major(ip->i_dev),
sys/vfs/fuse/fuse_abi.h
613
uint32_t major;
sys/vfs/fuse/fuse_abi.h
623
uint32_t major;
sys/vfs/fuse/fuse_abi.h
639
uint32_t major;
sys/vfs/fuse/fuse_abi.h
646
uint32_t major;
sys/vfs/fuse/fuse_vfsops.c
204
fii->major = FUSE_KERNEL_VERSION;
sys/vfs/fuse/fuse_vfsops.c
217
fmp->abi_major = fio->major;
sys/vfs/fuse/fuse_vfsops.c
53
fuse_cmp_version(struct fuse_mount *fmp, uint32_t major, uint32_t minor)
sys/vfs/fuse/fuse_vfsops.c
55
if (fmp->abi_major == major && fmp->abi_minor == minor)
sys/vfs/fuse/fuse_vfsops.c
58
if (fmp->abi_major > major ||
sys/vfs/fuse/fuse_vfsops.c
59
(fmp->abi_major == major && fmp->abi_minor > minor))
sys/vfs/msdosfs/msdosfs_vnops.c
1896
major(dep->de_dev), minor(dep->de_dev));
sys/vfs/procfs/procfs_status.c
104
"%d,%d ", major(tp->t_dev), minor(tp->t_dev));
sys/vfs/ufs/ffs_alloc.c
1777
major(pip->i_dev), minor(pip->i_dev), ino, fs->fs_fsmnt);
sys/vfs/ufs/ufs_vnops.c
1818
(u_long)ip->i_number, devtoname(ip->i_dev), major(ip->i_dev),
usr.bin/fstat/fstat.c
575
major(fst.fsid), minor(fst.fsid));
usr.bin/fstat/fstat.c
620
printf(" %3u,%-4u", major(fst.rdev), minor(fst.rdev));
usr.bin/stat/stat.c
660
data = major(data);
usr.sbin/btconfig/btconfig.c
816
int major, minor;
usr.sbin/btconfig/btconfig.c
818
major = (class & 0x1f00) >> 8;
usr.sbin/btconfig/btconfig.c
823
switch (major) {
usr.sbin/mtree/pack_dev.c
64
if ((u_long)major(dev) != numbers[0])
usr.sbin/pstat/pstat.c
510
major(ip->i_rdev), minor(ip->i_rdev));
usr.sbin/usbdump/usbdump.c
729
if (uf.major != 0) {
usr.sbin/usbdump/usbdump.c
731
"field in USB capture file header.", (int)uf.major);
usr.sbin/usbdump/usbdump.c
755
uf.major = 0;
usr.sbin/usbdump/usbdump.c
93
uint8_t major;