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

/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c56 * then we add this iidesc_t to the md_iitba (iidesc_t To Be Added) list. This
84 * 3. Creating new iidesc_t nodes (the md_iitba list)
150 list_t **md_iitba; /* iidesc_t nodes To Be Added to the parent */ member in struct:merge_cb_data
682 list_add(mcd->md_iitba, sii);
962 (void) list_remove(mcd->md_iitba, data, NULL, NULL);
1048 mcd->md_iitba = &iitba;
1058 iirc = list_iter(*mcd->md_iitba, add_iitba_cb, mcd);
1061 assert(list_count(*mcd->md_iitba) == 0 &&

Completed in 101 milliseconds