Searched defs:md_fdida (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dmerge.c63 * association in the md_fdida (Forward => Definition ID Association) list
104 * If entries were made in the md_fdida list in step 1, we have forward
106 * re-created in step 2 from the child. Using the md_fdida list, we can locate
149 alist_t *md_fdida; /* Forward -> Definition ID Association */ member in struct:merge_cb_data
465 alist_add(mcd->md_fdida, (void *)(ulong_t)ed.ed_tgt,
940 if (alist_iter(mcd->md_fdida, redir_mstr_fwd_cb, &rmd)) {
1069 * definitions for those forwards in mcd->md_fdida. By this point,
1096 mcd.md_fdida = alist_new(NULL, NULL);
1116 alist_free(mcd.md_fdida);

Completed in 61 milliseconds