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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dtdata.c219 elist_t *oel; local
222 oel = el;
225 if (oel->el_name)
226 free(oel->el_name);
227 free(oel);
H A Dmerge.c822 elist_t *oel, **nelp; local
824 for (oel = old->t_emem, nelp = &new->t_emem;
825 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) {
827 (*nelp)->el_name = xstrdup(oel->el_name);
828 (*nelp)->el_number = oel->el_number;

Completed in 96 milliseconds