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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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
155 hash_t *md_tdtba; /* tdesc_t nodes To Be Added to the parent */ member in struct:merge_cb_data
472 hash_add(mcd->md_tdtba, ctdp);
491 hash_add(mcd->md_tdtba, ctdp);
513 if (hash_find_iter(mcd->md_tdtba, ctdp, equiv_cb, &ed) < 0) {
518 } else if (debug_level > 1 && hash_iter(mcd->md_tdtba,
534 hash_add(mcd->md_tdtba, ctd
[all...]

Completed in 103 milliseconds