Home
last modified time | relevance | path

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

/freebsd-14.2/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.c244 NFSCL_REQSTART(nd, NFSPROC_NULL, vp, NULL); in nfsrpc_null()
/freebsd-14.2/stand/libsa/
H A Dnfsv2.h87 #define NFSPROC_NULL 0 macro
/freebsd-14.2/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.c249 procnum == NFSPROC_NULL) in fhanew_no_offset()
259 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-14.2/sys/fs/nfs/
H A Dnfs_commonkrpc.c756 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
765 nd->nd_procnum != NFSPROC_NULL && (!NFSHASSYSKRB5(nmp) || in newnfs_request()
811 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
834 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
867 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
1020 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1054 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
1093 if (nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
H A Dnfsproto.h299 #ifndef NFSPROC_NULL
301 #define NFSPROC_NULL 0 macro
H A Dnfs_commonsubs.c377 if (procnum == NFSPROC_NULL) in nfscl_reqstart()
/freebsd-14.2/contrib/tcpdump/
H A Dnfs.h148 #define NFSPROC_NULL 0 macro
H A Dprint-nfs.c55 NFSPROC_NULL,
85 { NFSPROC_NULL, "null" },
/freebsd-14.2/sys/nfs/
H A Dnfsproto.h192 #define NFSPROC_NULL 0 macro
/freebsd-14.2/include/rpcsvc/
H A Dnfs_prot.x1142 NFSPROC_NULL(void) = 0;
/freebsd-14.2/sbin/mount_nfs/
H A Dmount_nfs.c873 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()