Lines Matching refs:res

186     struct nss_netdirbyname_in *args, union nss_netdirbyname_out *res)
217 &nd_conaddrlist, res->nss.host.hent,
222 *(res->nss.host.herrno_p) =
238 &nd_conaddrlist, res->nss.host.hent,
243 *(res->nss.host.herrno_p) =
265 &nd6_conaddrlist, res->nss.host.hent,
270 *(res->nss.host.herrno_p) = nd2herrno(ret);
272 res->nss.host.hent->h_aliases = NULL;
386 res->nd_alist);
480 servp, res->nd_alist);
503 res->nss.host.hent, args->arg.nss.host.buf,
505 res->nss.host.herrno_p);
513 res->nss.host.hent, args->arg.nss.host.buf,
517 res->nss.host.herrno_p);
527 res->nss.serv, args->arg.nss.serv.buf,
603 &server_port, res->nd_alist);
611 &server_port, res->nd_alist);
625 &server_port, res->nd_alist);
693 &server_port, res->nd_alist);
705 &server_port, res->nd_alist);
737 *(res->nss.host.herrno_p) = nd2herrno(_nderror);
744 res->nss.host.hent, args->arg.nss.host.buf,
747 *(res->nss.host.herrno_p) = nd2herrno(ret);
767 res);
772 args, res);
794 res->nss.serv,
816 struct nss_netdirbyaddr_in *args, union nss_netdirbyaddr_out *res)
839 &nd_conaddrlist, res->nss.host.hent,
844 *(res->nss.host.herrno_p) =
927 res->nss.host.hent, args->arg.nss.host.buf,
929 res->nss.host.herrno_p);
940 res->nss.host.hent, args->arg.nss.host.buf,
942 res->nss.host.herrno_p);
953 res->nss.serv, args->arg.nss.serv.buf,
1040 sa->sin_port, res->nd_hslist);
1048 sa->sin_port, res->nd_hslist);
1117 sin6->sin6_port, res->nd_hslist);
1151 *(res->nss.host.herrno_p) = nd2herrno(_nderror);
1157 _nderror = ndhostserv2hent(&nbuf, addrs, res->nss.host.hent,
1160 *(res->nss.host.herrno_p) = nd2herrno(_nderror);
1179 res);
1184 args, res);
1212 args->arg.nss.serv.proto, addrs, res->nss.serv,
1309 nss_status_t res;
1314 res = nss_search(&db_root_hosts, _nss_initf_hosts,
1316 arg.status = res;
1317 if (res != NSS_SUCCESS)
1318 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1329 nss_status_t res;
1336 res = nss_search(&db_root_ipnodes, _nss_initf_ipnodes,
1338 arg.status = res;
1339 if (res != NSS_SUCCESS)
1340 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1351 nss_status_t res;
1358 res = nss_search(&db_root_hosts, _nss_initf_hosts,
1360 arg.status = res;
1361 if (res != NSS_SUCCESS)
1362 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1371 nss_status_t res;
1378 res = nss_search(&db_root_ipnodes, _nss_initf_ipnodes,
1380 arg.status = res;
1381 if (res != NSS_SUCCESS)
1382 *h_errnop = arg.h_errno ? arg.h_errno : __nss2herrno(res);
1398 nss_status_t res;
1404 res = nss_search(&db_root_services, _nss_initf_services,
1406 arg.status = res;
1415 nss_status_t res;
1421 res = nss_search(&db_root_services, _nss_initf_services,
1423 arg.status = res;