Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfsclient/
HDnfs_clkrpc.c74 if (rqst->rq_proc != NFSPROC_NULL && in nfscb_program()
99 if (nd.nd_procnum != NFSPROC_NULL) { in nfscb_program()
HDnfs_clrpcops.c244 NFSCL_REQSTART(nd, NFSPROC_NULL, vp, NULL); in nfsrpc_null()
/freebsd-head/sys/fs/nfsserver/
HDnfs_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()
HDnfs_fha_new.c248 procnum == NFSPROC_NULL) in fhanew_no_offset()
258 case NFSPROC_NULL: in fhanew_set_locktype()
HDnfs_nfsdcache.c342 if (nd->nd_procnum == NFSPROC_NULL) in nfsrvd_getcache()
HDnfs_nfsdsocket.c442 NFSPROC_NULL,
/freebsd-head/stand/libsa/
HDnfsv2.h87 #define NFSPROC_NULL 0 macro
/freebsd-head/sys/fs/nfs/
HDnfs_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()
HDnfsproto.h301 #ifndef NFSPROC_NULL
303 #define NFSPROC_NULL 0 macro
HDnfs_commonsubs.c379 if (procnum == NFSPROC_NULL) in nfscl_reqstart()
/freebsd-head/contrib/tcpdump/
HDnfs.h148 #define NFSPROC_NULL 0 macro
HDprint-nfs.c55 NFSPROC_NULL,
85 { NFSPROC_NULL, "null" },
/freebsd-head/sys/nfs/
HDnfsproto.h190 #define NFSPROC_NULL 0 macro
/freebsd-head/include/rpcsvc/
HDnfs_prot.x1134 NFSPROC_NULL(void) = 0;
/freebsd-head/sbin/mount_nfs/
HDmount_nfs.c878 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()