Searched refs:NF3FIFO (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs3.c | 101 #define NF3FIFO 7 /* named pipe */ macro 447 case NF3FIFO: 983 case NF3FIFO:
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 436 NF3FIFO = 7 enumerator 871 case NF3FIFO:
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3ops.c | 215 if (na->type < NF3REG || na->type > NF3FIFO) in nfs3getattr()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_elf.c | 71 static char ftype3_names[NF3FIFO + 1][20] = { 77 ((((ftype) >= 0) && ((ftype) <= NF3FIFO)) ? \
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 599 (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 D | nfs_client.c | 1119 if (na->type < NF3REG || na->type > NF3FIFO) in fattr3_to_vattr() 1165 case NF3FIFO: in fattr3_to_vattr()
|
H A D | nfs3_vfsops.c | 1190 res.resok.obj_attributes.attr.type > NF3FIFO) { in nfs3rootvp()
|
H A D | nfs3_srv.c | 2286 case NF3FIFO: in rfs3_mknod() 4189 0, NF3REG, NF3DIR, NF3BLK, NF3CHR, NF3LNK, NF3FIFO, 0, 0, NF3SOCK, 0
|
H A D | nfs_subr.c | 2407 if (attr->type < NF3REG || attr->type > NF3FIFO) in makenfs3node()
|
H A D | nfs3_vnops.c | 2748 args.what.type = (va->va_type == VFIFO) ? NF3FIFO : NF3SOCK; in nfs3mknod()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1139 NF3FIFO = 7 enumerator
|