Searched refs:deathrow_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Ddeathrow.c74 static uu_list_t *deathrow_list; variable
128 deathrow_list = uu_list_create(deathrow_pool, deathrow_list, 0);
129 if (deathrow_list == NULL) {
130 uu_die("deathrow_init couldn't create deathrow_list");
187 if (uu_list_first(deathrow_list) != NULL) {
204 while ((d = uu_list_teardown(deathrow_list, &cookie)) != NULL) {
209 uu_list_destroy(deathrow_list);
212 deathrow_list = NULL;
227 (void) uu_list_insert_after(deathrow_list, NUL
[all...]

Completed in 57 milliseconds