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.c330 if (he1 == NULL) in getipnodebyname()
354 if (he1 != NULL) in getipnodebyname()
355 freehostent(he1); in getipnodebyname()
406 if (he1 == NULL) {
430 if (he1 == NULL) {
821 if (he1 != NULL) {
827 cpp = he1->h_aliases;
840 if (he1 == NULL) {
865 if (he1 != NULL) {
914 cpp = (he1 != NULL) ? he1->h_aliases : he2->h_aliases;
[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()