Lines Matching refs:nconfp
1755 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, in get_addr() argument
1770 if (nconfp && *nconfp) in get_addr()
1771 return (get_the_addr(hostname, prog, vers, *nconfp, port, in get_addr()
1902 *nconfp = getnetconfigent(nconf->nc_netid); in get_addr()
1903 if (*nconfp == NULL) { in get_addr()
1935 bool_t loud, int *versp, struct netconfig **nconfp, ushort_t port) in get_fh_via_pub() argument
1969 r = getaddr_nfs(args, fshost, nconfp, in get_fh_via_pub()
2013 bool_t loud_on_mnt_err, struct netconfig **nconfp, ushort_t port) in get_fh() argument
2078 retval = getaddr_nfs(args, fshost, nconfp, FALSE, in get_fh()
2407 getaddr_nfs(struct nfs_args *args, char *fshost, struct netconfig **nconfp, in getaddr_nfs() argument
2429 nfsvers_to_use, nconfp, NULL, port, &tinfo, in getaddr_nfs()
2435 nfsvers_to_use, nconfp, nfs_proto, port, &tinfo, in getaddr_nfs()
2440 nconfp, nfs_proto, port, &tinfo, &args->fh, get_pubfh, in getaddr_nfs()
2540 nconf = *nconfp; in getaddr_nfs()