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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c585 iidesc_t *iif_template; member in struct:iifind_data
593 * iterating through - matches the target one (iif->iif_template). Return -1
603 if (node->ii_type != iif->iif_template->ii_type ||
604 !streq(node->ii_name, iif->iif_template->ii_name) ||
609 !streq(node->ii_owner, iif->iif_template->ii_owner))
612 if (node->ii_nargs != iif->iif_template->ii_nargs)
617 iif->iif_template->ii_args[i]->t_id) !=
623 switch (iif->iif_template->ii_type) {
629 iif->iif_template->ii_type,
630 iif->iif_template
[all...]

Completed in 103 milliseconds