Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dnfsv2.h93 #define NFSPROC_NULL 0 macro
/dragonfly/contrib/tcpdump/
H A Dnfs.h148 #define NFSPROC_NULL 0 macro
H A Dprint-nfs.c57 NFSPROC_NULL,
87 { NFSPROC_NULL, "null" },
/dragonfly/sys/vfs/nfs/
H A Dnfsproto.h147 #define NFSPROC_NULL 0 macro
H A Dnfs_subs.c123 NFSPROC_NULL,
H A Dnfs_syscalls.c644 nd->nd_procnum != NFSPROC_NULL) { in nfssvc_nfsd()
H A Dnfs_socket.c2334 if (nd->nd_procnum == NFSPROC_NULL) in nfs_getreq()
/dragonfly/include/rpcsvc/
H A Dnfs_prot.x1136 NFSPROC_NULL(void) = 0;
/dragonfly/sbin/mount_nfs/
H A Dmount_nfs.c685 status = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()