Searched refs:remap_node (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | merge.c | 689 remap_node(tdesc_t **tgtp, tdesc_t *oldtgt, int selftid, tdesc_t *newself, in remap_node() function 751 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd); in conjure_plain() 764 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function() 773 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function() 789 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new, in conjure_array() 791 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new, in conjure_array() 813 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type, in conjure_su() 864 (void) remap_node(&new->ii_dtype, old->ii_dtype, -1, NULL, mcd); in conjure_iidesc() 866 (void) remap_node(&new->ii_args[i], old->ii_args[i], -1, NULL, in conjure_iidesc() 1038 if (!remap_node(tdpp, *tdpp, -1, NULL, mcd)) in add_tdtbr_cb()
|