Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Ddeathrow.c73 static uu_list_pool_t *deathrow_pool; variable
121 deathrow_pool = uu_list_pool_create("deathrow", in deathrow_init()
124 if (deathrow_pool == NULL) { in deathrow_init()
128 deathrow_list = uu_list_create(deathrow_pool, deathrow_list, 0); in deathrow_init()
210 uu_list_pool_destroy(deathrow_pool); in deathrow_fini()
211 deathrow_pool = NULL; in deathrow_fini()
226 uu_list_node_init(d, &d->deathrow_link, deathrow_pool); in deathrow_add()
238 assert(deathrow_pool != NULL); in fmri_in_deathrow_internal()