Searched refs:host_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c45 static adutils_host_t *host_head = NULL; variable
479 for (adh = host_head; adh != NULL; adh = adh->next) {
552 p = host_head;
561 p = host_head;
673 if (host_head == NULL) {
686 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) {
716 adh = host_head;
774 for (p = host_head; p != NULL; p = p->next) {
811 new->next = host_head;
812 host_head
[all...]

Completed in 46 milliseconds