Lines Matching refs:dtrh
2818 dtrace_rechdr_t *dtrh = (dtrace_rechdr_t *)saddr; in dtrace_speculation_commit() local
2820 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()
2824 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()
2825 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()
2829 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); in dtrace_speculation_commit()
2831 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, timestamp); in dtrace_speculation_commit()
7100 dtrace_rechdr_t dtrh; in dtrace_probe() local
7106 dtrh.dtrh_epid = ecb->dte_epid; in dtrace_probe()
7107 DTRACE_RECORD_STORE_TIMESTAMP(&dtrh, in dtrace_probe()
7109 *((dtrace_rechdr_t *)(tomax + offs)) = dtrh; in dtrace_probe()
7275 dtrace_rechdr_t *dtrh; in dtrace_probe() local
7303 dtrh = ((void *)(tomax + offs)); in dtrace_probe()
7304 dtrh->dtrh_epid = ecb->dte_epid; in dtrace_probe()
7312 DTRACE_RECORD_STORE_TIMESTAMP(dtrh, UINT64_MAX); in dtrace_probe()