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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c679 remap_node(tdesc_t **tgtp, tdesc_t *oldtgt, int selftid, tdesc_t *newself, function
740 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd);
753 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd);
762 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id,
778 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new,
780 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new,
802 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type,
853 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd);
855 (void) remap_node(&new->ii_args[i], old->ii_args[i], -1, NULL,
1025 if (!remap_node(tdp
[all...]

Completed in 104 milliseconds