Searched refs:he1 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 276 struct hostent he, *he1 = NULL, *he2 = NULL, *he3; in getipnodebyname() local 333 he1 = copyandmerge(he2, NULL, af, error_num); in getipnodebyname() 334 if (he1 == NULL) in getipnodebyname() 345 (he1 == NULL || (flags & AI_ALL) != 0)))) { in getipnodebyname() 347 if (he1 == NULL && he2 == NULL) { in getipnodebyname() 356 he3 = copyandmerge(he1, he2, af, error_num); in getipnodebyname() 358 if (he1 != NULL) in getipnodebyname() 359 freehostent(he1); in getipnodebyname() 365 struct hostent *he1, *he2; local 409 he1 = gethostbyaddr_p(cp, 4, AF_INET, net_data); [all …]
|
/titanic_50/usr/src/cmd/datadm/ |
H A D | datadm.c | 1251 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()
|