Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c87 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */ variable
535 struct cons_cell_v1 *cp = concell_list_v1; in __nsw_getconfig_v1()
545 if (cp != concell_list_v1) in __nsw_getconfig_v1()
720 struct cons_cell_v1 *cellp = concell_list_v1; in scrounge_cache_v1()
869 cp->next = concell_list_v1; in add_concell_v1()
870 concell_list_v1 = cp; in add_concell_v1()
904 for (cellp = concell_list_v1; cellp; cellp = cellp->next) { in __nsw_freeconfig_v1()