Searched refs:dtd_data (Results 1 – 2 of 2) sorted by relevance
345 dtd->dtd_data.ctt_name = 0; in ctf_update()352 bcopy(&dtd->dtd_data, t, len); in ctf_update()517 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()529 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()535 ctf_ref_dec(fp, dtd->dtd_data.ctt_type); in ctf_dtd_delete()694 dtd->dtd_data.ctt_type = (ushort_t)ref; in ctf_add_reftype()743 dtd->dtd_data.ctt_size = 0; in ctf_add_array()857 dtd->dtd_data.ctt_size = 0; in ctf_add_struct()879 dtd->dtd_data.ctt_size = 0; in ctf_add_union()940 dtd->dtd_data.ctt_type = kind; in ctf_add_forward()[all …]
152 ctf_type_t dtd_data; /* type node (see <sys/ctf.h>) */ member