Searched refs:NFSPROC_NULL (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsproto.h | 244 #define NFSPROC_NULL 0 macro
|
| H A D | nfs_socket.c | 223 [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 D | nfs_syscalls.c | 1342 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) { in nfssvc_nfsd()
|
| H A D | nfs_gss.c | 3025 if (proc != RPCSEC_GSS_DATA && nd->nd_procnum != NFSPROC_NULL) { in nfs_gss_svc_cred_get()
|
| H A D | nfs_subs.c | 339 NFSPROC_NULL,
|