Searched refs:nfsm_rpchead2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsm_subs.h | 79 int nfsm_rpchead2(struct nfsmount *, int, int, int, int, int, kauth_cred_t, struct nfsreq *, mbuf_t…
|
| H A D | nfs_subs.c | 1225 return nfsm_rpchead2(nmp, nmp->nm_sotype, NFS_PROG, nfsvers, proc, in nfsm_rpchead() 1278 nfsm_rpchead2(__unused struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_typ… in nfsm_rpchead2() function
|
| H A D | nfs_vfsops.c | 4112 error = nfsm_rpchead2(nmp, (mntproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_mount_rpc() 4212 error = nfsm_rpchead2(nmp, (mntproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_umount_rpc() 4888 error = nfsm_rpchead2(nmp, (rqproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_getquota()
|
| H A D | nfs_socket.c | 1012 error = nfsm_rpchead2(nmp, nso->nso_sotype, nso->nso_protocol, vers, 0, RPCAUTH_SYS, in nfs_connect_search_ping() 5987 error = nfsm_rpchead2(nmp, stype, pmprog, pmvers, pmproc, in nfs_portmap_lookup()
|