Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dnsparse.c64 struct cons_cell_v1 { /* private to the parser */ struct
66 struct cons_cell_v1 *next; argument
89 static struct cons_cell_v1 *concell_list_v1; /* stays with add_concell() */
533 struct cons_cell_v1 *cp = concell_list_v1; in __nsw_getconfig_v1()
712 struct cons_cell_v1 *cellp = concell_list_v1; in scrounge_cache_v1()
854 struct cons_cell_v1 *cp; in add_concell_v1()
858 if ((cp = libc_malloc(sizeof (struct cons_cell_v1))) == NULL) in add_concell_v1()
885 struct cons_cell_v1 *cellp; in __nsw_freeconfig_v1()