Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c276 struct hostent he, *he1 = NULL, *he2 = NULL, *he3; in getipnodebyname() local
331 he2 = gethostbyname2_p(name, AF_INET6, net_data); in getipnodebyname()
332 if (he2 != NULL) { in getipnodebyname()
333 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname()
336 he2 = NULL; in getipnodebyname()
346 he2 = gethostbyname2_p(name, AF_INET, net_data); in getipnodebyname()
347 if (he1 == NULL && he2 == NULL) { in getipnodebyname()
356 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname()
365 struct hostent *he1, *he2; local
414 he2 = copyandmerge(he1, NULL, af, error_num);
[all …]
/titanic_44/usr/src/cmd/datadm/
H A Ddatadm.c1251 datadm_entry_t *he1, *he2; in datadm_invalidate_common_sp_entries() local
1255 he2 = hl2->dl_head; in datadm_invalidate_common_sp_entries()
1256 while (he2 != NULL) { in datadm_invalidate_common_sp_entries()
1261 (datadm_hca_entry_t *)he2)) { in datadm_invalidate_common_sp_entries()
1262 he2 = he2->de_next; in datadm_invalidate_common_sp_entries()
1267 se2 = ((datadm_hca_entry_t *)he2)-> in datadm_invalidate_common_sp_entries()