Searched defs:md_tdtba (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | merge.c | 49 * 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 467 hash_add(mcd->md_tdtba, ctdp); 486 hash_add(mcd->md_tdtba, ctdp); 508 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) { 513 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba, 528 hash_add(mcd->md_tdtba, ctd [all...] |
Completed in 172 milliseconds