Searched refs:te_scf (Results 1 – 1 of 1) sorted by relevance
356 uu_list_t *te_scf; /* Errors for scf_tmpl_strerror() */ member3001 if (te->te_scf) { in tmpl_errors_destroy()3003 while ((ste = uu_list_teardown(te->te_scf, &marker)) != NULL) { in tmpl_errors_destroy()3006 uu_list_destroy(te->te_scf); in tmpl_errors_destroy()3032 te->te_scf = uu_list_create(tv_errors_pool, NULL, TMPL_DEBUG_LIST); in tmpl_errors_create()3033 if (te->te_scf == NULL) { in tmpl_errors_create()3061 for (scft = uu_list_first(errs->te_scf); in tmpl_errors_print()3063 scft = uu_list_next(errs->te_scf, scft)) { in tmpl_errors_print()3942 status = uu_list_insert_after(errs->te_scf, errs->te_cur_scf, ste); in tmpl_validate_instance()