Home
last modified time | relevance | path

Searched refs:nconfp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1766 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()
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()
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()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2749 struct netconfig **nconfp, char *proto, ushort_t port, in get_addr() argument
2755 nconfp, proto, port, tinfo, NULL, FALSE, NULL, &cstat)); in get_addr()
2760 struct netconfig **nconfp, char *proto, ushort_t port, in get_pubfh() argument
2766 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath, in get_pubfh()
2772 struct netconfig **nconfp, ushort_t port, bool_t direct_to_server) in get_ping() argument
2777 vers, NULL, nconfp, NULL, port, NULL, NULL, in get_ping()
2790 struct netconfig **nconfp, in get_server_netinfo() argument
2807 if (nconfp && *nconfp) { in get_server_netinfo()
2919 if ((*nconfp = getnetconfigent(nconf->nc_netid)) == NULL) { in get_server_netinfo()
2925 *nconfp = NULL; in get_server_netinfo()