Home
last modified time | relevance | path

Searched refs:el_next (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c37 struct except_list *el_next; member
68 elem->el_next = except_list; in parse_exception_string()
94 for (elem = except_list; elem; elem = elem->el_next) { in fault_exception()
112 except_list = elem->el_next; in free_exception_list()
/titanic_50/usr/src/tools/ctf/cvt/
H A Dmerge.c326 el1 = el1->el_next; in equiv_enum()
327 el2 = el2->el_next; in equiv_enum()
825 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) { in conjure_enum()
H A Dctftools.h172 struct elist *el_next; member
H A Dtdata.c223 el = el->el_next; in free_elist()
H A Dctf.c360 for (i = 0, ep = tp->t_emem; ep != NULL; ep = ep->el_next) in write_type()
371 for (ep = tp->t_emem; ep != NULL; ep = ep->el_next) { in write_type()
1070 i++, epp = &((*epp)->el_next)) { in resurrect_types()
H A Dst_parse.c1040 elp->el_next = NULL; in enumdef()
1047 prev = &elp->el_next; in enumdef()
H A Ddwarf.c880 elastp = &el->el_next; in die_enum_create()