Searched refs:nfsrv_rcv (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c87 * Thread that dequeues up-calls and runs the nfsrv_rcv routine
128 DPRINT("calling nfsrv_rcv for %p\n", (void *)ep->nua_slp);
129 nfsrv_rcv(ep->nua_so, (void *)ep->nua_slp, ep->nua_waitflag);
302 * We used to set nfsrv_rcv as the up-call routine, but
305 * that we would have gotten for nfsrv_rcv and let a
306 * worker thread dequeue them and pass them on to nfsrv_rcv.
381 DPRINT("setting nfsrv_rcv up-call\n");
382 sock_setupcall(slp->ns_so, nfsrv_rcv, slp);
H A Dnfs.h1388 void nfsrv_rcv(socket_t, void *, int);
H A Dnfs_socket.c5559 nfsrv_rcv(socket_t so, void *arg, int waitflag) function
5619 panic("nfsrv_rcv: mbuf_setnext failed %d\n", error);
5662 printf("nfsrv_rcv: mbuf_setnext failed\n");

Completed in 38 milliseconds