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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c319 (ulong_t)t->dtdt_size);
322 kind, ckind, (ulong_t)t->dtdt_size);
H A Ddt_cc.c268 ap->dtad_difo->dtdo_rtype.dtdt_size == 0)
789 ap->dtad_difo->dtdo_rtype.dtdt_size = max->dn_value;
931 ap->dtad_difo->dtdo_rtype.dtdt_size = sizeof (uint64_t);
1016 ap->dtad_difo->dtdo_rtype.dtdt_size = sizeof (int);
1057 ap->dtad_difo->dtdo_rtype.dtdt_size = size->dn_value + sizeof(uintptr_t);
1096 ap->dtad_difo->dtdo_rtype.dtdt_size = size->dn_value + 3 * sizeof(uintptr_t) + 32;
H A Ddt_program.c144 ap->dtad_difo->dtdo_rtype.dtdt_size == 0)
H A Ddt_cg.c536 * is required (either by dt_cg_typecast() or for dtdt_size, below). This
567 if (t.dtdt_size != 0) {
569 dt_cg_setx(dlp, reg, t.dtdt_size);
H A Ddt_parser.c4619 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1015 sz = type->dtdt_size;
1212 dtrace_strcpy(src, dst, type->dtdt_size);
1214 dtrace_bcopy(src, dst, type->dtdt_size);
6361 size_t sz = v->dtdv_type.dtdt_size;
6400 size_t sz = v->dtdv_type.dtdt_size;
6479 v->dtdv_type.dtdt_size > sizeof (uint64_t) ?
6480 v->dtdv_type.dtdt_size : sizeof (uint64_t),
6591 v->dtdv_type.dtdt_size > sizeof (uint64_t) ?
6592 v->dtdv_type.dtdt_size : sizeof (uint64_t),
6633 v->dtdv_type.dtdt_size > sizeo
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h374 uint32_t dtdt_size; /* type size in bytes (unless string) */ member in struct:dtrace_diftype

Completed in 105 milliseconds