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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c636 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
7051 if (dp->dtdo_rtype.dtdt_flags & DIF_TF_BYREF) {
7055 &dp->dtdo_rtype, &mstate, vstate))
7063 if (dp->dtdo_rtype.dtdt_kind ==
9348 if (!(dp->dtdo_rtype.dtdt_flags & DIF_TF_BYREF)) {
9353 switch (dp->dtdo_rtype.dtdt_size) {
10727 if (act->dta_difo->dtdo_rtype.dtdt_size == 0)
10874 if ((size = dp->dtdo_rtype.dtdt_size) != 0)
10877 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) {
10878 if (!(dp->dtdo_rtype
[all...]
/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h970 dtrace_diftype_t dtdo_rtype; /* return type */ member in struct:dtrace_difo

Completed in 86 milliseconds