Searched refs:S_IFPORT (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 239 case S_IFPORT: s = "S_IFPORT"; break; in show_file() 252 if ((mode & S_IFMT) == S_IFPORT) { in show_file()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 419 #define S_IFPORT 0xE000 /* event port */ macro
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 178 case S_IFPORT: in print_what()
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1501 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | utils.c | 560 { S_IFMT, S_IFPORT, "S_IFPORT" }, in l9p_describe_lperm()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1130 @ MSG_S_IFPORT "S_IFPORT"
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vnode.c | 111 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 1744 case S_IFPORT: in pfiletype()
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 2010 case S_IFPORT: in gstat()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vnode.c | 223 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|