Searched refs:NFNON (Results 1 – 9 of 9) sorted by relevance
/freebsd/stand/libsa/ |
H A D | nfsv2.h | 112 NFNON=0, enumerator
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 765 #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 D | nfs_commonsubs.c | 61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK, 62 NFFIFO, NFNON };
|
/freebsd/contrib/tcpdump/ |
H A D | nfs.h | 246 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
|
H A D | print-nfs.c | 167 { NFNON, "NON" },
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsubs.c | 63 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, 64 NFNON, NFCHR, NFNON };
|
H A D | nfs_nfsdserv.c | 1325 nfstype nfs4type = NFNON; in nfsrvd_mknod()
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 329 NFNON=0, enumerator
|
/freebsd/include/rpcsvc/ |
H A D | nfs_prot.x | 80 NFNON = 0, /* non-file */ enumerator
|