Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libproc/common/
H A DPfdinfo.c138 case S_IFDOOR: in load_fdinfo()
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c54 S_IFDOOR, 0, S_IFSOCK, 0
/titanic_44/usr/src/ucbcmd/ls/
H A Dls.c354 case S_IFDOOR: in gstat()
381 case S_IFDOOR: in gstat()
/titanic_44/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()
/titanic_44/usr/src/cmd/find/
H A Dfind.c687 #ifdef S_IFDOOR
688 i == 'D' ? S_IFDOOR :
1726 #ifdef S_IFDOOR
1727 case S_IFDOOR: /* door */
/titanic_44/usr/src/uts/common/sys/
H A Dstat.h418 #define S_IFDOOR 0xD000 /* door */ macro
/titanic_44/usr/src/cmd/bart/
H A Dcreate.c445 case S_IFDOOR: ftype = 'O'; break; in eval_file()
/titanic_44/usr/src/lib/libpkg/common/
H A Dverify.c540 case S_IFDOOR: in averify()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c165 case S_IFDOOR: in print_what()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1176 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
/titanic_44/usr/src/cmd/file/
H A Dfile.c503 case S_IFDOOR: in type()
/titanic_44/usr/src/cmd/ls/
H A Dls.c1930 case S_IFDOOR: in gstat()
1978 case S_IFDOOR: in gstat()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1106 @ MSG_S_IFDOOR "S_IFDOOR"
/titanic_44/usr/src/cmd/mv/
H A Dmv.c65 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR)
/titanic_44/usr/src/cmd/diff/
H A Ddiff.c1729 case S_IFDOOR: in pfiletype()
/titanic_44/usr/src/uts/common/fs/
H A Dvnode.c214 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0