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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c49 * parent. These unmappable nodes are added to the md_tdtba (tdesc_t To Be
67 * 2. Creating new tdesc_t nodes (the md_tdtba hash)
70 * parent, and have, in md_tdtba, a hash of all tdesc_t nodes that need to be
77 * links will be on the md_tdtba hash themselves, and may not have been created
151 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */ member in struct:merge_cb_data
459 hash_add(mcd->md_tdtba, ctdp);
478 hash_add(mcd->md_tdtba, ctdp);
500 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) {
505 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba,
521 hash_add(mcd->md_tdtba, ctd
[all...]

Completed in 105 milliseconds