Home
last modified time | relevance | path

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

/src/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()
/src/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,
/src/sys/fs/nfs/
H A Dnfs_commonkrpc.c757 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
766 nd->nd_procnum != NFSPROC_NULL && (!NFSHASSYSKRB5(nmp) || in newnfs_request()
812 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
835 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
868 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
1021 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1055 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1094 if (nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
H A Dnfsproto.h301 #ifndef NFSPROC_NULL
303 #define NFSPROC_NULL 0 macro
H A Dnfs_commonsubs.c389 if (procnum == NFSPROC_NULL) in nfscl_reqstart()
/src/stand/libsa/
H A Dnfsv2.h87 #define NFSPROC_NULL 0 macro
/src/contrib/tcpdump/
H A Dnfs.h148 #define NFSPROC_NULL 0 macro
H A Dprint-nfs.c55 NFSPROC_NULL,
85 { NFSPROC_NULL, "null" },
/src/sys/nfs/
H A Dnfsproto.h190 #define NFSPROC_NULL 0 macro
/src/include/rpcsvc/
H A Dnfs_prot.x1134 NFSPROC_NULL(void) = 0;
/src/sbin/mount_nfs/
H A Dmount_nfs.c878 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()