Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Ddtrace.c6630 if (!(v->dtdv_type.dtdt_flags & DIF_TF_BYREF)) {
6665 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6680 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
6685 (void *)a, &v->dtdv_type, lim);
6721 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6723 size_t sz = v->dtdv_type.dtdt_size;
6761 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
6763 size_t sz = v->dtdv_type.dtdt_size;
6779 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
6784 (void *)a, &v->dtdv_type, lim);
[all …]
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_dis.c505 dt_dis_typestr(&v->dtdv_type, type, sizeof (type))); in dt_dis()
Ddt_as.c131 dt_node_diftype(pcb->pcb_hdl, &dn, &dvp->dtdv_type); in dt_copyvar()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Ddtrace.h393 dtrace_diftype_t dtdv_type; /* variable type (see above) */ member