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

/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c595 iidesc_t *iif_template; member in struct:iifind_data
603 * iterating through - matches the target one (iif->iif_template). Return -1
613 if (node->ii_type != iif->iif_template->ii_type ||
614 !streq(node->ii_name, iif->iif_template->ii_name) ||
619 !streq(node->ii_owner, iif->iif_template->ii_owner))
622 if (node->ii_nargs != iif->iif_template->ii_nargs)
627 iif->iif_template->ii_args[i]->t_id) !=
633 switch (iif->iif_template->ii_type) {
639 iif->iif_template->ii_type,
640 iif->iif_template
[all...]

Completed in 85 milliseconds