Searched defs:he1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c276 struct hostent he, *he1 = NULL, *he2 = NULL, *he3; local
333 he1 = copyandmerge(he2, NULL, af, error_num);
334 if (he1 == NULL)
345 (he1 == NULL || (flags & AI_ALL) != 0)))) {
347 if (he1 == NULL && he2 == NULL) {
356 he3 = copyandmerge(he1, he2, af, error_num);
358 if (he1 != NULL)
359 freehostent(he1);
365 struct hostent *he1, *he2; local
409 he1
815 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument
[all...]
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c1251 datadm_entry_t *he1, *he2; local
1253 he1 = hl1->dl_head;
1254 while (he1 != NULL) {
1260 (datadm_hca_entry_t *)he1,
1265 se1 = ((datadm_hca_entry_t *)he1)->he_sp_list.dl_head;
1284 he1 = he1->de_next;

Completed in 48 milliseconds