Symbol: nfs_ftype4
usr/src/cmd/cmd-inet/usr.sbin/snoop/nfs4_xdr.c
57
xdr_nfs_ftype4(register XDR *xdrs, nfs_ftype4 *objp)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
3663
sum_type_name(nfs_ftype4 type)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
3721
detail_type_name(nfs_ftype4 type)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
3996
nfs_ftype4 val;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
557
static char *sum_type_name(nfs_ftype4);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_nfs4.c
577
static char *detail_type_name(nfs_ftype4);
usr/src/stand/lib/fs/nfs/nfs_inet.h
100
nfs_ftype4 type4;
usr/src/stand/lib/fs/nfs/nfs_inet.h
218
nfs_ftype4 b_fattr4_type;
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
275
static nfs_ftype4 vt_to_nf4[] = {
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
101
static nfs_ftype4 vt_to_nf4[] = {
usr/src/uts/common/fs/nfs/nfs4_vnops.c
6814
vnode_t **vpp, cred_t *cr, nfs_ftype4 type)
usr/src/uts/common/fs/nfs/nfs4_vnops.c
7170
nfs_ftype4 type;
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1657
if ((nfs_ftype4)vap->va_type < NF4REG ||
usr/src/uts/common/fs/nfs/nfs4_xdr.c
1658
(nfs_ftype4)vap->va_type > NF4NAMEDATTR)
usr/src/uts/common/fs/nfs/nfs4_xdr.c
988
if ((nfs_ftype4)vap->va_type < NF4REG ||
usr/src/uts/common/fs/nfs/nfs4_xdr.c
989
(nfs_ftype4)vap->va_type > NF4NAMEDATTR)
usr/src/uts/common/nfs/nfs4_kprot.h
1498
nfs_ftype4 type;
usr/src/uts/common/nfs/nfs4_kprot.h
1509
nfs_ftype4 type;
usr/src/uts/common/nfs/nfs4_kprot.h
3776
extern bool_t xdr_nfs_ftype4(XDR *, nfs_ftype4*);
usr/src/uts/common/nfs/nfs4_kprot.h
81
typedef enum nfs_ftype4 nfs_ftype4;
usr/src/uts/common/nfs/nfs4_kprot.h
810
typedef nfs_ftype4 fattr4_type;