Searched refs:dtdv_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c131 dt_node_diftype(pcb->pcb_hdl, &dn, &dvp->dtdv_type);
H A Ddt_dis.c505 dt_dis_typestr(&v->dtdv_type, type, sizeof (type)));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6269 if (!(v->dtdv_type.dtdt_flags & DIF_TF_BYREF)) {
6304 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6318 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
6323 (void *)a, &v->dtdv_type);
6359 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6361 size_t sz = v->dtdv_type.dtdt_size;
6398 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6400 size_t sz = v->dtdv_type.dtdt_size;
6415 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
6420 (void *)a, &v->dtdv_type);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h395 dtrace_diftype_t dtdv_type; /* variable type (see above) */ member in struct:dtrace_difv

Completed in 125 milliseconds