Searched defs:S_IFCHR (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 83 #define S_IFCHR _IFCHR macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 408 #define S_IFCHR 0x2000 /* character special */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 225 #define S_IFCHR 0020000 /* character special */ macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 84 {"a,raw", 0, S_IFCHR}, 85 {"b,raw", 1, S_IFCHR}, 86 {"c,raw", 2, S_IFCHR}, 87 {"d,raw", 3, S_IFCHR}, 88 {"e,raw", 4, S_IFCHR}, 89 {"f,raw", 5, S_IFCHR}, 90 {"g,raw", 6, S_IFCHR}, 91 {"h,raw", 7, S_IFCHR}, 93 {"i,raw", 8, S_IFCHR}, 94 {"j,raw", 9, S_IFCHR}, 1573 S_IFCHR, (instance << shift) | WD_NODE, local 1583 S_IFCHR, (instance << shift) | WD_NODE, local [all...] |
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1359 # define S_IFCHR _S_IFCHR macro
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 565 #ifndef S_IFCHR 566 #define S_IFCHR 0 macro 579 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR)
|
Completed in 126 milliseconds