Home
last modified time | relevance | path

Searched refs:IIDESC_F_USED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c66 if (!(ii->ii_flags & IIDESC_F_USED)) in burst_iitypes()
393 iidesc->ii_flags |= IIDESC_F_USED; in sort_iidescs()
416 tolist[*curr]->ii_flags |= IIDESC_F_USED; in sort_iidescs()
H A Dctftools.h284 #define IIDESC_F_USED 0x1 /* Write this iidesc out */ macro