Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c62 NFSPROC_NULL,
147 if (rqst->rq_proc != NFSPROC_NULL && in nfssvc_program()
185 nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
219 if (nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
H A Dnfs_fha_new.c261 procnum == NFSPROC_NULL) in fhanew_no_offset()
271 case NFSPROC_NULL: in fhanew_set_locktype()
H A Dnfs_nfsdcache.c335 if (nd->nd_procnum == NFSPROC_NULL) in nfsrvd_getcache()
H A Dnfs_nfsdsocket.c438 NFSPROC_NULL,
/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clkrpc.c76 if (rqst->rq_proc != NFSPROC_NULL && in nfscb_program()
101 if (nd.nd_procnum != NFSPROC_NULL) { in nfscb_program()
H A Dnfs_clrpcops.c242 NFSCL_REQSTART(nd, NFSPROC_NULL, vp); in nfsrpc_null()
/freebsd-13.1/stand/libsa/
H A Dnfsv2.h90 #define NFSPROC_NULL 0 macro
/freebsd-13.1/sys/fs/nfs/
H A Dnfs_commonkrpc.c673 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
682 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
724 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
747 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
780 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
935 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
987 if (nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
H A Dnfsproto.h301 #ifndef NFSPROC_NULL
303 #define NFSPROC_NULL 0 macro
/freebsd-13.1/contrib/tcpdump/
H A Dnfs.h150 #define NFSPROC_NULL 0 macro
H A Dprint-nfs.c58 NFSPROC_NULL,
88 { NFSPROC_NULL, "null" },
/freebsd-13.1/sys/nfs/
H A Dnfsproto.h193 #define NFSPROC_NULL 0 macro
/freebsd-13.1/include/rpcsvc/
H A Dnfs_prot.x1143 NFSPROC_NULL(void) = 0;
/freebsd-13.1/sbin/mount_nfs/
H A Dmount_nfs.c857 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()