Searched refs:iif (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c600 * iterating through - matches the target one (iif->iif_template). Return -1
607 iifind_data_t *iif = arg; local
610 if (node->ii_type != iif->iif_template->ii_type ||
611 !streq(node->ii_name, iif->iif_template->ii_name) ||
612 node->ii_dtype->t_id != iif->iif_newidx)
616 !streq(node->ii_owner, iif->iif_template->ii_owner))
619 if (node->ii_nargs != iif->iif_template->ii_nargs)
623 if (get_mapping(iif->iif_ta,
624 iif->iif_template->ii_args[i]->t_id) !=
629 if (iif
657 iifind_data_t iif; local
954 iifind_data_t iif; local
[all...]

Completed in 239 milliseconds