Home
last modified time | relevance | path

Searched refs:dtd_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c345 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 …]
H A Dctf_impl.h152 ctf_type_t dtd_data; /* type node (see <sys/ctf.h>) */ member