Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c272 struct hostent he, *he1 = NULL, *he2 = NULL, *he3; in getipnodebyname() local
329 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname()
330 if (he1 == NULL) in getipnodebyname()
341 (he1 == NULL || (flags & AI_ALL) != 0)))) { in getipnodebyname()
343 if (he1 == NULL && he2 == NULL) { in getipnodebyname()
352 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname()
354 if (he1 != NULL) in getipnodebyname()
355 freehostent(he1); in getipnodebyname()
361 struct hostent *he1, *he2; local
405 he1 = gethostbyaddr_p(cp, 4, AF_INET, net_data);
[all …]
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c1251 datadm_entry_t *he1, *he2; in datadm_invalidate_common_sp_entries() local
1253 he1 = hl1->dl_head; in datadm_invalidate_common_sp_entries()
1254 while (he1 != NULL) { in datadm_invalidate_common_sp_entries()
1260 (datadm_hca_entry_t *)he1, in datadm_invalidate_common_sp_entries()
1265 se1 = ((datadm_hca_entry_t *)he1)->he_sp_list.dl_head; in datadm_invalidate_common_sp_entries()
1284 he1 = he1->de_next; in datadm_invalidate_common_sp_entries()