Searched refs:le_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c275 return (le1->le_idx - le2->le_idx);
284 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx);
326 return (ret ? ret->le_idx : -1);
335 return (ret->le_idx);
344 if (le->le_idx > *newmaxp) {
345 le->le_idx = *newmaxp;
H A Dctftools.h289 * ids <= le_idx.
293 int le_idx; member in struct:labelent
H A Dctf.c155 ctl.ctl_typeidx = le->le_idx;

Completed in 106 milliseconds