Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/uts/common/io/
H A Dcmlb.c60 {"a", 0, S_IFBLK},
61 {"b", 1, S_IFBLK},
62 {"c", 2, S_IFBLK},
63 {"d", 3, S_IFBLK},
64 {"e", 4, S_IFBLK},
65 {"f", 5, S_IFBLK},
66 {"g", 6, S_IFBLK},
67 {"h", 7, S_IFBLK},
69 {"i", 8, S_IFBLK},
70 {"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},
/illumos-gate/usr/src/cmd/truss/
H A Dstat.c76 case S_IFBLK: in show_stat32()
121 case S_IFBLK: in show_stat64_32()
164 case S_IFBLK: in show_stat64()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dramdisk_link.c119 di_minor_spectype(di_minor) == S_IFBLK ? in ramdisk()
/illumos-gate/usr/src/cmd/mknod/
H A Dmknod.c90 mode = S_IFBLK; in main()
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c566 if (spec_type != S_IFCHR && spec_type != S_IFBLK) { in ctmpl_device_set()
677 (spec_type != S_IFCHR && spec_type != S_IFBLK)) { in ctmpl_device_create()
762 ASSERT(ctd->cond_spec == S_IFBLK || ctd->cond_spec == S_IFCHR); in contract_device_free()
1210 ASSERT(spec_type == S_IFCHR || spec_type == S_IFBLK); in contract_device_create()
1432 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in wait_for_acks()
1603 (spec_type == S_IFBLK || spec_type == S_IFCHR)); in contract_device_publish()
2048 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_negotiate()
2079 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in contract_device_finalize()
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c113 case S_IFBLK: in visit_dir()
/illumos-gate/usr/src/lib/libgen/common/
H A Dpathfind.c56 #define BFLAG S_IFBLK /* block special */
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_stat_h.cfg30 value | S_IFBLK | mode_t | sys/stat.h | ALL
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmode.c54 #ifdef S_IFBLK in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c176 } else if ((st.st_mode & S_IFMT) == S_IFBLK || in main()
217 if ((st.st_mode & S_IFMT) != S_IFBLK && in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c47 (st.st_mode & S_IFMT) == S_IFBLK) in partial_check()
/illumos-gate/usr/src/cmd/luxadm/
H A Dsetboot.c110 case S_IFBLK: in getbootdevname()
/illumos-gate/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c146 (sbuf.st_mode & S_IFMT) == S_IFBLK) { in main()
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_device.c154 case S_IFBLK: in ldma_dev_validate_path()
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c218 ((sinfo.st_mode & S_IFMT) == S_IFBLK)) { in main()
/illumos-gate/usr/src/cmd/sh/
H A Dtest.c151 return(filtyp(nxtarg(0), S_IFBLK)); in e3()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c140 if ((statb.st_mode & S_IFMT) == S_IFBLK) { in setup()
182 } else if (((statb.st_mode & S_IFMT) != S_IFBLK) && in setup()
H A Dmain.c322 if ((stbd.st_mode & S_IFMT) == S_IFBLK) in check_sanity()
/illumos-gate/usr/src/cmd/ramdiskadm/
H A Dmain.c137 di_minor_spectype(minor) == S_IFBLK) { in di_callback()
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c150 return (filtyp(nxtarg(0), S_IFBLK)); in e3()
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h227 #define S_IFBLK 0060000 /* block special */ macro
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c83 #define VTYP_TO_STYP(i) (((i) == VCHR) ? S_IFCHR : S_IFBLK)
87 #define OTYP_TO_STYP(i) (((i) == OTYP_CHR) ? S_IFCHR : S_IFBLK)
89 #define STYP_VALID(i) (((i) == S_IFCHR) || ((i) == S_IFBLK))
3302 (spec_type == S_IFCHR || spec_type == S_IFBLK)); in ldi_ev_device_match()
3304 ASSERT(lecp->lec_spec == S_IFCHR || lecp->lec_spec == S_IFBLK); in ldi_ev_device_match()
3348 (spec_type == S_IFCHR || spec_type == S_IFBLK)); in ldi_invoke_notify()
3503 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in ldi_ev_notify()
3579 (spec_type == S_IFCHR || spec_type == S_IFBLK)); in ldi_invoke_finalize()
3672 ASSERT(spec_type == S_IFBLK || spec_type == S_IFCHR); in ldi_ev_finalize()

1234