Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsproto.h244 #define NFSPROC_NULL 0 macro
H A Dnfs_socket.c223 [NFSPROC_NULL] = 0,
4571 if (req->r_procnum == NFSPROC_NULL) { in nfs_request_finish()
4920 if ((error = nfs_request_create(NULL, mp, nmrest, NFSPROC_NULL, thd, cred, &req))) { in nfs_request_gss()
4941 FSDBG_TOP(273, R_XID32(req->r_xid), NULL, NFSPROC_NULL, 0); in nfs_request_gss()
4962 FSDBG_BOT(273, R_XID32(req->r_xid), NULL, NFSPROC_NULL, error); in nfs_request_gss()
5356 if (req->r_procnum == NFSPROC_NULL && req->r_gss_ctx != NULL) { in nfs_request_timer()
6994 if (nd->nd_procnum == NFSPROC_NULL) { in nfsrv_getreq()
7057 if (nd->nd_procnum == NFSPROC_NULL) { // assume it's AUTH_NONE in nfsrv_getreq()
H A Dnfs_syscalls.c1342 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) { in nfssvc_nfsd()
H A Dnfs_gss.c3025 if (proc != RPCSEC_GSS_DATA && nd->nd_procnum != NFSPROC_NULL) { in nfs_gss_svc_cred_get()
H A Dnfs_subs.c339 NFSPROC_NULL,