Searched refs:S_IFDOOR (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/lib/libproc/common/ |
H A D | Pfdinfo.c | 138 case S_IFDOOR: in load_fdinfo()
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfsops.c | 54 S_IFDOOR, 0, S_IFSOCK, 0
|
/titanic_44/usr/src/ucbcmd/ls/ |
H A D | ls.c | 354 case S_IFDOOR: in gstat() 381 case S_IFDOOR: in gstat()
|
/titanic_44/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 237 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 D | find.c | 687 #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 D | stat.h | 418 #define S_IFDOOR 0xD000 /* door */ macro
|
/titanic_44/usr/src/cmd/bart/ |
H A D | create.c | 445 case S_IFDOOR: ftype = 'O'; break; in eval_file()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | verify.c | 540 case S_IFDOOR: in averify()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 165 case S_IFDOOR: in print_what()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1176 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|
/titanic_44/usr/src/cmd/file/ |
H A D | file.c | 503 case S_IFDOOR: in type()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 1930 case S_IFDOOR: in gstat() 1978 case S_IFDOOR: in gstat()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 1106 @ MSG_S_IFDOOR "S_IFDOOR"
|
/titanic_44/usr/src/cmd/mv/ |
H A D | mv.c | 65 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR)
|
/titanic_44/usr/src/cmd/diff/ |
H A D | diff.c | 1729 case S_IFDOOR: in pfiletype()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vnode.c | 214 S_IFDOOR, 0, S_IFSOCK, S_IFPORT, 0
|