Home
last modified time | relevance | path

Searched refs:NFNON (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/libsa/
H A Dnfsv2.h112 NFNON=0, enumerator
/freebsd/sys/fs/nfs/
H A Dnfsproto.h765 #define vtonfsv2_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
767 #define vtonfsv34_type(a) (((u_int32_t)(a)) >= 9 ? txdr_unsigned(NFNON) : \
775 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dnfs_commonsubs.c61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
62 NFFIFO, NFNON };
/freebsd/contrib/tcpdump/
H A Dnfs.h246 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
H A Dprint-nfs.c167 { NFNON, "NON" },
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c63 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK,
64 NFNON, NFCHR, NFNON };
H A Dnfs_nfsdserv.c1325 nfstype nfs4type = NFNON; in nfsrvd_mknod()
/freebsd/sys/nfs/
H A Dnfsproto.h329 NFNON=0, enumerator
/freebsd/include/rpcsvc/
H A Dnfs_prot.x80 NFNON = 0, /* non-file */ enumerator