Searched refs:nfsm_rpchead2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/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 | 1224 return nfsm_rpchead2(nmp, nmp->nm_sotype, NFS_PROG, nfsvers, proc, in nfsm_rpchead() 1277 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 | 4102 error = nfsm_rpchead2(nmp, (mntproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_mount_rpc() 4202 error = nfsm_rpchead2(nmp, (mntproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_umount_rpc() 4887 error = nfsm_rpchead2(nmp, (rqproto == IPPROTO_UDP) ? SOCK_DGRAM : SOCK_STREAM, in nfs3_getquota()
|
| H A D | nfs_socket.c | 1009 error = nfsm_rpchead2(nmp, nso->nso_sotype, nso->nso_protocol, vers, 0, RPCAUTH_SYS, in nfs_connect_search_ping() 6011 error = nfsm_rpchead2(nmp, stype, pmprog, pmvers, pmproc, in nfs_portmap_lookup()
|