Searched refs:iidesc (Results 1 – 4 of 4) sorted by relevance
160 matching_iidesc(iidesc_t *iidesc, iidesc_match_t *match) in matching_iidesc() argument162 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() local389 iidesc = find_iidesc(td, &match); in sort_iidescs()391 if (iidesc != NULL) { in sort_iidescs()[all …]
166 matching_iidesc(iidesc_t *iidesc, struct match *match) in matching_iidesc() argument168 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()
40 iidesc.c \
271 typedef struct iidesc { struct