Home
last modified time | relevance | path

Searched refs:S_IFDOOR (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c237 case S_IFDOOR: s = "S_IFDOOR"; break; in show_file()
271 (mode & S_IFMT) == S_IFDOOR); in show_file()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c688 #ifdef S_IFDOOR in compile()
689 i == 'D' ? S_IFDOOR : in compile()
1734 #ifdef S_IFDOOR in list()
1735 case S_IFDOOR: /* door */ in list()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c352 case S_IFDOOR: in gstat()
379 case S_IFDOOR: in gstat()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c54 S_IFDOOR, 0, S_IFSOCK, 0
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h418 #define S_IFDOOR 0xD000 /* door */ macro
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c445 case S_IFDOOR: ftype = 'O'; break; in eval_file()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c540 case S_IFDOOR: in averify()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c169 case S_IFDOOR: in print_what()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1956 case S_IFDOOR: in gstat()
2004 case S_IFDOOR: in gstat()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c504 case S_IFDOOR: in type()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1470 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c559 { S_IFMT, S_IFDOOR, "S_IFDOOR" }, in l9p_describe_lperm()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1125 @ MSG_S_IFDOOR "S_IFDOOR"
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c69 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR)
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c110 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1740 case S_IFDOOR: in pfiletype()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c223 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0