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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c735 tdata_t *mstrtd, *savetd; local
913 * mstrtd. savetd is the tree that will be placed into the output file.
947 savetd = tdata_new();
952 savetd->td_nextid = withfile ? reftd->td_nextid :
954 merge_into_master(mstrtd, reftd, savetd, 0);
956 tdata_label_add(savetd, label, CTF_LABEL_LASTIDX);
960 * savetd holds the new data to be added to the withfile
964 tdata_merge(withtd, savetd);
966 savetd = withtd;
973 savetd
[all...]

Completed in 541 milliseconds