Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdkrpc.c61 NFSPROC_NULL,
144 if (rqst->rq_proc != NFSPROC_NULL && in nfssvc_program()
182 nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
216 if (nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
Dnfs_fha_new.c227 procnum == NFSPROC_NULL) in fhanew_no_offset()
237 case NFSPROC_NULL: in fhanew_set_locktype()
Dnfs_nfsdcache.c335 if (nd->nd_procnum == NFSPROC_NULL) in nfsrvd_getcache()
Dnfs_nfsdsocket.c381 NFSPROC_NULL,
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clkrpc.c72 if (rqst->rq_proc != NFSPROC_NULL && in nfscb_program()
97 if (nd.nd_procnum != NFSPROC_NULL) { in nfscb_program()
Dnfs_clrpcops.c214 NFSCL_REQSTART(nd, NFSPROC_NULL, vp); in nfsrpc_null()
/freebsd-12-stable/sys/fs/nfs/
Dnfs_commonkrpc.c607 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
616 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
658 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
681 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
714 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
856 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
885 nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
924 if (nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
Dnfsproto.h285 #ifndef NFSPROC_NULL
287 #define NFSPROC_NULL 0 macro
/freebsd-12-stable/stand/libsa/
Dnfsv2.h90 #define NFSPROC_NULL 0 macro
/freebsd-12-stable/contrib/amd/hlfsd/
Dnfs_prot_svc.c101 case NFSPROC_NULL: in nfs_program_2()
/freebsd-12-stable/contrib/tcpdump/
Dnfs.h150 #define NFSPROC_NULL 0 macro
Dprint-nfs.c58 NFSPROC_NULL,
88 { NFSPROC_NULL, "null" },
/freebsd-12-stable/contrib/amd/conf/transp/
Dtransp_sockets.c456 NFSPROC_NULL, in get_nfs_version()
/freebsd-12-stable/contrib/amd/amd/
Dnfs_prot_svc.c154 case NFSPROC_NULL: in nfs_program_2()
Dsrvr_nfs.c153 rpc_msg_init(&ping_msg, NFS_PROGRAM, nfs_version, NFSPROC_NULL); in create_ping_payload()
/freebsd-12-stable/sys/nfs/
Dnfsproto.h195 #define NFSPROC_NULL 0 macro
/freebsd-12-stable/include/rpcsvc/
Dnfs_prot.x1143 NFSPROC_NULL(void) = 0;
/freebsd-12-stable/sbin/mount_nfs/
Dmount_nfs.c791 clntstat = clnt_call(clp, NFSPROC_NULL, (xdrproc_t)xdr_void, NULL, in nfs_tryproto()