Searched refs:td_idhash (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | tdata.c | 382 new->td_idhash = hash_new(TDATA_ID_HASH_SIZE, tdesc_idhash, in tdata_new() 403 hash_free(td->td_idhash, NULL, NULL); in tdata_free() 422 hash_add(td->td_idhash, ctdp); in build_hashes()
|
H A D | merge.c | 463 } else if (debug_level > 1 && hash_iter(mcd->md_parent->td_idhash, in map_td_tree_post() 694 if (!hash_find(mcd->md_parent->td_idhash, (void *)&template, in remap_node() 696 !hash_find(mcd->md_tgt->td_idhash, (void *)&template, in remap_node() 911 if (!hash_find(rmd->rmd_tgt->td_idhash, (void *)&template, in redir_mstr_fwd_cb() 980 assert(hash_find(mcd->md_parent->td_idhash, in add_tdesc() 994 hash_add(mcd->md_tgt->td_idhash, newtdp); in add_tdesc()
|
H A D | ctftools.h | 313 hash_t *td_idhash; /* The tdesc nodes, hashed by type id */ member
|