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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c171 struct transentry *te_list,
182 for (pte = te_list->next; pte != te_list; pte = pte->next) {
193 for (pte = te_list->next; pte != te_list; pte = pte->next) {
244 insque(entry, te_list);
170 insert_te( struct transentry *te_list, struct transentry *entry) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c181 * te_list is a list of im_tmpl_error_t structures that represent the first
354 uu_list_t *te_list; /* List of im_tmpl_error_t */ member in struct:tmpl_errors
1839 result = uu_list_insert_after(errs->te_list, NULL, ite);
2993 if (te->te_list) {
2994 while ((ite = uu_list_teardown(te->te_list, &marker)) != NULL) {
2999 uu_list_destroy(te->te_list);
3027 te->te_list = uu_list_create(inmem_errors_pool, NULL, TMPL_DEBUG_LIST);
3028 if (te->te_list == NULL) {
3053 for (ite = uu_list_first(errs->te_list);
3055 ite = uu_list_next(errs->te_list, it
[all...]

Completed in 75 milliseconds