Lines Matching refs:nconfp
1751 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, in get_addr() argument
1766 if (nconfp && *nconfp) in get_addr()
1767 return (get_the_addr(hostname, prog, vers, *nconfp, port, in get_addr()
1898 *nconfp = getnetconfigent(nconf->nc_netid); in get_addr()
1899 if (*nconfp == NULL) { in get_addr()
1931 bool_t loud, int *versp, struct netconfig **nconfp, ushort_t port) in get_fh_via_pub() argument
1965 r = getaddr_nfs(args, fshost, nconfp, in get_fh_via_pub()
2009 bool_t loud_on_mnt_err, struct netconfig **nconfp, ushort_t port) in get_fh() argument
2074 retval = getaddr_nfs(args, fshost, nconfp, FALSE, in get_fh()
2403 getaddr_nfs(struct nfs_args *args, char *fshost, struct netconfig **nconfp, in getaddr_nfs() argument
2425 nfsvers_to_use, nconfp, NULL, port, &tinfo, in getaddr_nfs()
2431 nfsvers_to_use, nconfp, nfs_proto, port, &tinfo, in getaddr_nfs()
2436 nconfp, nfs_proto, port, &tinfo, &args->fh, get_pubfh, in getaddr_nfs()
2536 nconf = *nconfp; in getaddr_nfs()