Searched refs:nfs_send (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h1178 int nfs_send(struct nfsreq *, int);
H A Dnfs_socket.c1765 error = nfs_send(req, 0);
2770 nfs_send(struct nfsreq *req, int wait) function
2835 NFS_SOCK_DBG(("nfs_send: 0x%llx wait reconnect\n", req->r_xid));
2949 log(LOG_INFO, "nfs_send: mbuf copy failed %d\n", error);
2967 NFS_SOCK_DBG(("nfs_send: 0x%llx sent %d/%d error %d\n",
3019 NFS_SOCK_DBG(("nfs_send: ignoring UDP socket error %d so %d\n",
3047 NFS_SOCK_DBG(("nfs_send: 0x%llx need reconnect %d\n", req->r_xid, error));
3369 error = nfs_send(req, 1);
3399 * - call nfs_send() for first transmit
3703 return (nfs_send(re
[all...]

Completed in 31 milliseconds