Home
last modified time | relevance | path

Searched refs:NF3FIFO (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c101 #define NF3FIFO 7 /* named pipe */ macro
447 case NF3FIFO:
983 case NF3FIFO:
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs_prot.x436 NF3FIFO = 7 enumerator
871 case NF3FIFO:
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c215 if (na->type < NF3REG || na->type > NF3FIFO) in nfs3getattr()
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c71 static char ftype3_names[NF3FIFO + 1][20] = {
77 ((((ftype) >= 0) && ((ftype) <= NF3FIFO)) ? \
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c599 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
754 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
1844 case NF3FIFO: in xdr_MKNOD3args()
H A Dnfs_client.c1119 if (na->type < NF3REG || na->type > NF3FIFO) in fattr3_to_vattr()
1165 case NF3FIFO: in fattr3_to_vattr()
H A Dnfs3_vfsops.c1190 res.resok.obj_attributes.attr.type > NF3FIFO) { in nfs3rootvp()
H A Dnfs3_srv.c2286 case NF3FIFO: in rfs3_mknod()
4189 0, NF3REG, NF3DIR, NF3BLK, NF3CHR, NF3LNK, NF3FIFO, 0, 0, NF3SOCK, 0
H A Dnfs_subr.c2407 if (attr->type < NF3REG || attr->type > NF3FIFO) in makenfs3node()
H A Dnfs3_vnops.c2748 args.what.type = (va->va_type == VFIFO) ? NF3FIFO : NF3SOCK; in nfs3mknod()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h1139 NF3FIFO = 7 enumerator