Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dnsparse.c90 static struct cons_cell *concell_list; /* stays with add_concell() */ variable
631 struct cons_cell *cp = concell_list; in __nsw_getconfig()
640 if (cp != concell_list) in __nsw_getconfig()
723 struct cons_cell *cellp = concell_list; in scrounge_cache()
877 cp->next = concell_list; in add_concell()
878 concell_list = cp; in add_concell()
926 for (cellp = concell_list; cellp; cellp = cellp->next) { in __nsw_freeconfig()