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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c695 (act)->dta_difo->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING)
7033 if (dp->dtdo_rtype.dtdt_flags & DIF_TF_BYREF) {
7037 &dp->dtdo_rtype, &mstate, vstate))
7045 if (dp->dtdo_rtype.dtdt_kind ==
9336 if (!(dp->dtdo_rtype.dtdt_flags & DIF_TF_BYREF)) {
9341 switch (dp->dtdo_rtype.dtdt_size) {
10686 if (act->dta_difo->dtdo_rtype.dtdt_size == 0)
10833 if ((size = dp->dtdo_rtype.dtdt_size) != 0)
10836 if (dp->dtdo_rtype.dtdt_kind == DIF_TYPE_STRING) {
10837 if (!(dp->dtdo_rtype
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h940 dtrace_diftype_t dtdo_rtype; /* return type */ member in struct:dtrace_difo

Completed in 36 milliseconds