Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDoutput.c162 iidesc_t *iidesc = arg1; in matching_iidesc() local
164 if (streq(iidesc->ii_name, match->iim_name) == 0) in matching_iidesc()
167 switch (iidesc->ii_type) { in matching_iidesc()
171 match->iim_ret = iidesc; in matching_iidesc()
174 match->iim_ret = iidesc; in matching_iidesc()
183 streq(iidesc->ii_owner, match->iim_file)) { in matching_iidesc()
184 match->iim_ret = iidesc; in matching_iidesc()
369 iidesc_t *iidesc; in sort_iidescs() local
397 iidesc = find_iidesc(td, &match); in sort_iidescs()
399 if (iidesc != NULL) { in sort_iidescs()
[all …]
HDfixup_tdescs.c168 iidesc_t *iidesc = arg1; in matching_iidesc() local
170 if (!streq(iidesc->ii_name, match->m_name)) in matching_iidesc()
173 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU) in matching_iidesc()
176 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
HDctftools.h271 typedef struct iidesc { struct
/NextBSD/cddl/usr.bin/ctfmerge/
HDMakefile13 iidesc.c \
/NextBSD/cddl/usr.bin/ctfconvert/
HDMakefile13 iidesc.c \