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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_as.c133 dt_node_diftype(pcb->pcb_hdl, &dn, &dvp->dtdv_type);
H A Ddt_dis.c492 dt_dis_typestr(&v->dtdv_type, type, sizeof (type)));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c5065 if (!(v->dtdv_type.dtdt_flags & DIF_TF_BYREF)) {
5099 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5113 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
5118 (void *)a, &v->dtdv_type);
5154 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5156 size_t sz = v->dtdv_type.dtdt_size;
5193 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5195 size_t sz = v->dtdv_type.dtdt_size;
5210 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
5215 (void *)a, &v->dtdv_type);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h363 dtrace_diftype_t dtdv_type; /* variable type (see above) */ member in struct:dtrace_difv

Completed in 75 milliseconds