Home
last modified time | relevance | path

Searched refs:td_nextid (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c284 le->le_idx = (idx == -1 ? td->td_nextid - 1 : idx); in tdata_label_add()
390 new->td_nextid = 1; in tdata_new()
464 td1->td_nextid = MAX(td1->td_nextid, td2->td_nextid); in tdata_merge()
H A Dfixup_tdescs.c137 machcpu->t_id = td->td_nextid++; in fix_small_cpu_struct()
H A Dctfmerge.c969 if (CTF_V3_TYPE_ISCHILD(reftd->td_nextid)) in main()
972 savetd->td_nextid = withfile ? reftd->td_nextid : in main()
H A Dctftools.h309 int td_nextid; /* The ID for the next tdesc_t created */ member
H A Dmerge.c453 int id = mcd->md_tgt->td_nextid++; in map_td_tree_post()
474 int id = mcd->md_tgt->td_nextid++; in map_td_tree_post()
517 int id = mcd->md_tgt->td_nextid++; in map_td_tree_self_post()
H A Dctf.c1404 td->td_nextid = ntypes + 1; in ctf_parse()