Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c74 if (rqst->rq_proc != NFSPROC_NULL && in nfscb_program()
99 if (nd.nd_procnum != NFSPROC_NULL) { in nfscb_program()
H A Dnfs_clrpcops.c247 NFSCL_REQSTART(nd, NFSPROC_NULL, vp, NULL); in nfsrpc_null()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c59 NFSPROC_NULL,
155 if (rqst->rq_proc != NFSPROC_NULL && in nfssvc_program()
193 nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
237 if (nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
H A Dnfs_fha_new.c248 procnum == NFSPROC_NULL) in fhanew_no_offset()
258 case NFSPROC_NULL: in fhanew_set_locktype()
H A Dnfs_nfsdcache.c342 if (nd->nd_procnum == NFSPROC_NULL) in nfsrvd_getcache()
H A Dnfs_nfsdsocket.c442 NFSPROC_NULL,
/freebsd/stand/libsa/
H A Dnfsv2.h87 #define NFSPROC_NULL 0 macro
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c759 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
768 nd->nd_procnum != NFSPROC_NULL && (!NFSHASSYSKRB5(nmp) || in newnfs_request()
814 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
842 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
876 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
1037 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1071 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1111 if (nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
H A Dnfsproto.h304 #ifndef NFSPROC_NULL
306 #define NFSPROC_NULL 0 macro
H A Dnfs_commonsubs.c407 if (procnum == NFSPROC_NULL) in nfscl_reqstart()
/freebsd/contrib/tcpdump/
H A Dnfs.h148 #define NFSPROC_NULL 0 macro
H A Dprint-nfs.c55 NFSPROC_NULL,
85 { NFSPROC_NULL, "null" },
/freebsd/sys/nfs/
H A Dnfsproto.h190 #define NFSPROC_NULL 0 macro
/freebsd/include/rpcsvc/
H A Dnfs_prot.x1134 NFSPROC_NULL(void) = 0;
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c878 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()