Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c67 struct cons_cell { /* private to the parser */ struct
69 struct cons_cell *next; argument
88 static struct cons_cell *concell_list; /* stays with add_concell() */
636 struct cons_cell *cp = concell_list; in __nsw_getconfig()
731 struct cons_cell *cellp = concell_list; in scrounge_cache()
878 struct cons_cell *cp; in add_concell()
882 if ((cp = libc_malloc(sizeof (struct cons_cell))) == NULL) in add_concell()
923 struct cons_cell *cellp; in __nsw_freeconfig()