Home
last modified time | relevance | path

Searched refs:ftype3 (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/head/rpcsvc/
H A Dnfs_prot.x429 enum ftype3 { enum
463 ftype3 type;
866 union mknoddata3 switch (ftype3 type) {
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1132 enum ftype3 { enum
1141 typedef enum ftype3 ftype3; typedef
1144 ftype3 type;
1661 ftype3 type;
H A Dnfs_log.h416 ftype3 type;
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h99 ftype3 type3;
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c34 static bool_t xdr_ftype3(XDR *, ftype3 *);
97 xdr_ftype3(XDR *xdrs, ftype3 *objp) in xdr_ftype3()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c506 na->type = IXDR_GET_ENUM(ptr, enum ftype3); in xdr_fattr3()
598 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr()
599 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
753 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr()
754 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
H A Dnfs3_srv.c4188 static ftype3 vt_to_nf3[] = {