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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c100 ctm.ctm_type = (ushort_t)dmd->dmd_type;
123 ctlm.ctlm_type = (ushort_t)dmd->dmd_type;
902 dmd->dmd_type = CTF_ERR;
963 dmd->dmd_type = type;
968 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
1061 * For now, dmd_type is copied as the src_fp's type; it is reset to an
1065 dmd->dmd_type = type;
1303 * Make a final pass through the members changing each dmd_type
1309 if ((dmd->dmd_type = ctf_add_type(dst_fp, src_fp,
1310 dmd->dmd_type))
[all...]
H A Dctf_impl.h141 ctf_id_t dmd_type; /* type of this member (for sou) */ member in struct:ctf_dmdef

Completed in 88 milliseconds