Searched defs:tv_errors_pool (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c531 static uu_list_pool_t *tv_errors_pool; variable
1222 uu_list_node_init(ste, &ste->tve_node, tv_errors_pool);
1234 uu_list_node_fini(ste, &ste->tve_node, tv_errors_pool);
3032 te->te_scf = uu_list_create(tv_errors_pool, NULL, TMPL_DEBUG_LIST);
3245 tv_errors_pool = uu_list_pool_create("scf-terrors",
3248 if (tv_errors_pool == NULL) {
3249 uu_die(gettext("tv_errors_pool pool creation failed: %s\n"),

Completed in 69 milliseconds