Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/librdc/common/
H A Dnetaddrs.c153 struct netconfig *nconfp; in self_check() local
165 nconfp = getnetconfigent("udp"); in self_check()
166 if (nconfp == NULL) { in self_check()
175 if (netdir_getbyname(nconfp, &hs, &retaddrs) != ND_OK) { in self_check()
176 freenetconfigent(nconfp); in self_check()
180 freenetconfigent(nconfp); in self_check()
526 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, in get_addr() argument
651 *nconfp = getnetconfigent(nconf->nc_netid); in get_addr()
652 if (*nconfp == NULL) { in get_addr()
H A Dllib-lrdc43 struct netconfig **nconfp, char *proto, char *srvport,
/titanic_50/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1755 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
[all …]
/titanic_50/usr/src/cmd/rexd/
H A Dmount_nfs.c72 struct netconfig **nconfp);
667 get_addr(char *hostname, int prog, int vers, struct netconfig **nconfp) in get_addr() argument
715 *nconfp = nconf; in get_addr()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2764 struct netconfig **nconfp, char *proto, ushort_t port, in get_addr() argument
2771 nconfp, proto, port, tinfo, NULL, FALSE, NULL, &cstat)); in get_addr()
2776 struct netconfig **nconfp, char *proto, ushort_t port, in get_pubfh() argument
2782 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath, in get_pubfh()
2788 struct netconfig **nconfp, ushort_t port, bool_t direct_to_server) in get_ping() argument
2793 vers, NULL, nconfp, NULL, port, NULL, NULL, in get_ping()
2806 struct netconfig **nconfp, in get_server_netinfo() argument
2823 if (nconfp && *nconfp) { in get_server_netinfo()
2935 if ((*nconfp = getnetconfigent(nconf->nc_netid)) == NULL) { in get_server_netinfo()
2941 *nconfp = NULL; in get_server_netinfo()