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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c267 static uu_list_t *imp_deleted_dpts = NULL; /* pgroup_t's to refresh */ variable
4422 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0)
4507 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0)
8070 (imp_deleted_dpts = uu_list_create(string_pool, NULL, 0)) == NULL ||
8148 while ((old_dpt = uu_list_teardown(imp_deleted_dpts, &cookie)) !=
8154 uu_list_destroy(imp_deleted_dpts);
8330 for (old_dpt = uu_list_first(imp_deleted_dpts);
8332 old_dpt = uu_list_next(imp_deleted_dpts, old_dpt))
8632 if (uu_list_insert_after(imp_deleted_dpts, NULL,
8909 for (old_dpt = uu_list_first(imp_deleted_dpts);
[all...]

Completed in 58 milliseconds