/titanic_44/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 153 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 D | llib-lrdc | 43 struct netconfig **nconfp, char *proto, char *srvport,
|
/titanic_44/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 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 [all …]
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 72 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_44/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 2819 struct netconfig **nconfp, char *proto, ushort_t port, in get_addr() argument 2826 nconfp, proto, port, tinfo, NULL, FALSE, NULL, &cstat)); in get_addr() 2831 struct netconfig **nconfp, char *proto, ushort_t port, in get_pubfh() argument 2837 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath, in get_pubfh() 2843 struct netconfig **nconfp, ushort_t port, bool_t direct_to_server) in get_ping() argument 2848 vers, NULL, nconfp, NULL, port, NULL, NULL, in get_ping() 2861 struct netconfig **nconfp, in get_server_netinfo() argument 2878 if (nconfp && *nconfp) { in get_server_netinfo() 2990 if ((*nconfp = getnetconfigent(nconf->nc_netid)) == NULL) { in get_server_netinfo() 2996 *nconfp = NULL; in get_server_netinfo()
|