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

/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c221 elist_t *oel; local
224 oel = el;
227 if (oel->el_name)
228 free(oel->el_name);
229 free(oel);
H A Dmerge.c824 elist_t *oel, **nelp; local
826 for (oel = old->t_emem, nelp = &new->t_emem;
827 oel; oel = oel->el_next, nelp = &((*nelp)->el_next)) {
829 (*nelp)->el_name = xstrdup(oel->el_name);
830 (*nelp)->el_number = oel->el_number;

Completed in 106 milliseconds