Lines Matching defs:md_tdtba
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 */
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, ctdp);
1018 hash_remove(mcd->md_tdtba, (void *)tdp);
1046 mcd->md_tdtba = hash_new(TDATA_LAYOUT_HASH_SIZE, tdesc_layouthash,
1052 tdrc = hash_iter(mcd->md_tdtba, add_tdtba_cb, (void *)mcd);
1059 hash_count(mcd->md_tdtba) == 0);