Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dnsparse.c89 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */ variable
533 struct cons_cell_v1 *cp = concell_list_v1; in __nsw_getconfig_v1()
543 if (cp != concell_list_v1) in __nsw_getconfig_v1()
712 struct cons_cell_v1 *cellp = concell_list_v1; in scrounge_cache_v1()
861 cp->next = concell_list_v1; in add_concell_v1()
862 concell_list_v1 = cp; in add_concell_v1()
896 for (cellp = concell_list_v1; cellp; cellp = cellp->next) { in __nsw_freeconfig_v1()