Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c49 iidesc_t *iidesc = arg1; in matching_iidesc() local
51 if (!streq(iidesc->ii_name, match->m_name)) in matching_iidesc()
54 if (iidesc->ii_type != II_TYPE && iidesc->ii_type != II_SOU) in matching_iidesc()
57 match->m_ret = iidesc->ii_dtype; in matching_iidesc()
H A Doutput.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 …]
H A Dctftools.h277 typedef struct iidesc { struct
/freebsd/cddl/usr.bin/ctfmerge/
H A DMakefile12 iidesc.c \
/freebsd/cddl/usr.bin/ctfconvert/
H A DMakefile14 iidesc.c \