Home
last modified time | relevance | path

Searched refs:iidesc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/tools/ctf/cvt/
H A Doutput.c160 matching_iidesc(iidesc_t *iidesc, iidesc_match_t *match) in matching_iidesc() argument
162 if (streq(iidesc->ii_name, match->iim_name) == 0) in matching_iidesc()
165 switch (iidesc->ii_type) { in matching_iidesc()
169 match->iim_ret = iidesc; in matching_iidesc()
172 match->iim_ret = iidesc; in matching_iidesc()
181 streq(iidesc->ii_owner, match->iim_file)) { in matching_iidesc()
182 match->iim_ret = iidesc; in matching_iidesc()
362 iidesc_t *iidesc; in sort_iidescs() local
389 iidesc = find_iidesc(td, &match); in sort_iidescs()
391 if (iidesc != NULL) { in sort_iidescs()
[all …]
H A Dfixup_tdescs.c166 matching_iidesc(iidesc_t *iidesc, struct match *match) in matching_iidesc() argument
168 if (!streq(iidesc->ii_name, match->m_name)) in matching_iidesc()
171 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU) in matching_iidesc()
174 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
H A DMakefile.com40 iidesc.c \
H A Dctftools.h271 typedef struct iidesc { struct