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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c182 * type of error. te_scf is a list of tv_errors_t structures that hold
356 uu_list_t *te_scf; /* Errors for scf_tmpl_strerror() */ member in struct:tmpl_errors
357 tv_errors_t *te_cur_scf; /* Current member of te_scf */
3001 if (te->te_scf) {
3003 while ((ste = uu_list_teardown(te->te_scf, &marker)) != NULL) {
3006 uu_list_destroy(te->te_scf);
3032 te->te_scf = uu_list_create(tv_errors_pool, NULL, TMPL_DEBUG_LIST);
3033 if (te->te_scf == NULL) {
3061 for (scft = uu_list_first(errs->te_scf);
3063 scft = uu_list_next(errs->te_scf, scf
[all...]

Completed in 96 milliseconds