Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c46 static adutils_host_t *host_head = NULL; variable
480 for (adh = host_head; adh != NULL; adh = adh->next) { in adutils_reap_idle_connections()
553 p = host_head; in adutils_ad_free()
562 p = host_head; in adutils_ad_free()
675 if (host_head == NULL) { in get_conn()
688 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) { in get_conn()
718 adh = host_head; in get_conn()
776 for (p = host_head; p != NULL; p = p->next) { in adutils_add_ds()
813 new->next = host_head; in adutils_add_ds()
814 host_head = new; in adutils_add_ds()
[all …]