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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c5575 if (!(v->dtdv_type.dtdt_flags & DIF_TF_BYREF)) {
5609 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5623 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
5628 (void *)a, &v->dtdv_type);
5668 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5670 size_t sz = v->dtdv_type.dtdt_size;
5711 if (v->dtdv_type.dtdt_flags & DIF_TF_BYREF) {
5713 size_t sz = v->dtdv_type.dtdt_size;
5728 (void *)(uintptr_t)regs[rd], &v->dtdv_type,
5733 (void *)a, &v->dtdv_type);
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h462 dtrace_diftype_t dtdv_type; /* variable type (see above) */ member in struct:dtrace_difv

Completed in 102 milliseconds