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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c427 #define DTRACE_STORE(type, tomax, offset, what) \ macro
6123 DTRACE_STORE(uint32_t, tomax, offs, ecb->dte_epid);
6294 DTRACE_STORE(uint32_t, tomax, offs,
6356 DTRACE_STORE(uint64_t, tomax,
6358 DTRACE_STORE(uint64_t, tomax,
6431 DTRACE_STORE(uint8_t, tomax,
6442 DTRACE_STORE(uint8_t, tomax, valoffs++,
6454 DTRACE_STORE(uint8_t, tomax, valoffs, val);
6457 DTRACE_STORE(uint16_t, tomax, valoffs, val);
6460 DTRACE_STORE(uint32_
[all...]

Completed in 181 milliseconds