Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 25 of 92) sorted by relevance

1234

/titanic_50/usr/src/uts/common/io/
H A Dcmlb.c58 {"a", 0, S_IFBLK},
59 {"b", 1, S_IFBLK},
60 {"c", 2, S_IFBLK},
61 {"d", 3, S_IFBLK},
62 {"e", 4, S_IFBLK},
63 {"f", 5, S_IFBLK},
64 {"g", 6, S_IFBLK},
65 {"h", 7, S_IFBLK},
67 {"i", 8, S_IFBLK},
68 {"j", 9, S_IFBLK},
[all …]
H A Dgen_drv.c1346 {"a", 0, S_IFBLK},
1347 {"b", 1, S_IFBLK},
1348 {"c", 2, S_IFBLK},
1349 {"d", 3, S_IFBLK},
1350 {"e", 4, S_IFBLK},
1351 {"f", 5, S_IFBLK},
1352 {"g", 6, S_IFBLK},
1353 {"h", 7, S_IFBLK},
/titanic_50/usr/src/cmd/truss/
H A Dstat.c82 case S_IFBLK: in show_stat32()
127 case S_IFBLK: in show_stat64_32()
171 case S_IFBLK: in show_stat64()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c78 ((bmode = (statb.st_mode & S_IFMT)) == S_IFBLK || in getvfsspec()
139 ((bmode = (statb.st_mode & S_IFMT)) == S_IFBLK || in getvfsany()
147 ((cmode = (statb.st_mode & S_IFMT)) == S_IFBLK || in getvfsany()
/titanic_50/usr/src/cmd/devfsadm/
H A Dramdisk_link.c121 di_minor_spectype(di_minor) == S_IFBLK ? in ramdisk()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c56 case S_IFBLK: /* block special */ in strmode()
/titanic_50/usr/src/cmd/mknod/
H A Dmknod.c92 mode = S_IFBLK; in main()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h84 #define S_IFBLK _IFBLK macro
/titanic_50/usr/src/uts/common/contract/
H A Ddevice.c564 if (spec_type != S_IFCHR && spec_type != S_IFBLK) { in ctmpl_device_set()
675 (spec_type != S_IFCHR && spec_type != S_IFBLK)) { in ctmpl_device_create()
760 ASSERT(ctd->cond_spec == S_IFBLK || ctd->cond_spec == S_IFCHR); in contract_device_free()
1209 ASSERT(spec_type == S_IFCHR || spec_type == S_IFBLK); in contract_device_create()
1431 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in wait_for_acks()
1602 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in contract_device_publish()
2047 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_negotiate()
2078 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_finalize()
/titanic_50/usr/src/tools/protolist/
H A Dprotolist.c113 case S_IFBLK: in visit_dir()
/titanic_50/usr/src/lib/libgen/common/
H A Dpathfind.c58 #define BFLAG S_IFBLK /* block special */
/titanic_50/usr/src/lib/libast/common/features/
H A Dmode.c54 #ifdef S_IFBLK in main()
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_stat_h.cfg30 value | S_IFBLK | mode_t | sys/stat.h | ALL
/titanic_50/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c178 } else if ((st.st_mode & S_IFMT) == S_IFBLK || in main()
219 if ((st.st_mode & S_IFMT) != S_IFBLK && in main()
/titanic_50/usr/src/cmd/luxadm/
H A Dsetboot.c110 case S_IFBLK: in getbootdevname()
/titanic_50/usr/src/cmd/backup/dump/
H A Dpartial.c59 (st.st_mode & S_IFMT) == S_IFBLK) in partial_check()
/titanic_50/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c146 (sbuf.st_mode & S_IFMT) == S_IFBLK) { in main()
/titanic_50/usr/src/cmd/ldmad/
H A Dldma_device.c154 case S_IFBLK: in ldma_dev_validate_path()
/titanic_50/usr/src/cmd/sh/
H A Dtest.c153 return(filtyp(nxtarg(0), S_IFBLK)); in e3()
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c117 if ((statb.st_mode & S_IFMT) == S_IFBLK) { in setup()
159 } else if (((statb.st_mode & S_IFMT) != S_IFBLK) && in setup()
H A Dmain.c304 if ((stbd.st_mode & S_IFMT) == S_IFBLK) in check_sanity()
/titanic_50/usr/src/ucbcmd/test/
H A Dtest.c152 return (filtyp(nxtarg(0), S_IFBLK)); in e3()
/titanic_50/usr/src/cmd/ramdiskadm/
H A Dmain.c139 di_minor_spectype(minor) == S_IFBLK) { in di_callback()
/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c351 if (di_minor_spectype(minor) != S_IFBLK) in ufs_bootsign()
386 if (di_minor_spectype(minor) != S_IFBLK) in ufs_bootsign()
/titanic_50/usr/src/cmd/prtconf/
H A Dprtconf.c285 ((sinfo.st_mode & S_IFMT) == S_IFBLK)) { in main()

1234