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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c306 kind, ckind, (ulong_t)t->dtdt_size);
309 kind, ckind, (ulong_t)t->dtdt_size);
H A Ddt_cc.c282 ap->dtad_difo->dtdo_rtype.dtdt_size == 0)
725 ap->dtad_difo->dtdo_rtype.dtdt_size = size->dn_value;
867 ap->dtad_difo->dtdo_rtype.dtdt_size = sizeof (uint64_t);
952 ap->dtad_difo->dtdo_rtype.dtdt_size = sizeof (int);
H A Ddt_program.c145 ap->dtad_difo->dtdo_rtype.dtdt_size == 0)
H A Ddt_cg.c519 * is required (either by dt_cg_typecast() or for dtdt_size, below). This
554 if (t.dtdt_size != 0) {
557 dt_cg_setx(dlp, reg, t.dtdt_size);
H A Ddt_parser.c4531 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c884 sz = type->dtdt_size;
1029 dtrace_strcpy(src, dst, type->dtdt_size);
1031 dtrace_bcopy(src, dst, type->dtdt_size);
5156 size_t sz = v->dtdv_type.dtdt_size;
5195 size_t sz = v->dtdv_type.dtdt_size;
5273 v->dtdv_type.dtdt_size > sizeof (uint64_t) ?
5274 v->dtdv_type.dtdt_size : sizeof (uint64_t),
5378 v->dtdv_type.dtdt_size > sizeof (uint64_t) ?
5379 v->dtdv_type.dtdt_size : sizeof (uint64_t),
5418 v->dtdv_type.dtdt_size > sizeo
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h343 uint32_t dtdt_size; /* type size in bytes (unless string) */ member in struct:dtrace_diftype

Completed in 97 milliseconds