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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c427 #define DTRACE_STORE(type, tomax, offset, what) \ macro
6081 DTRACE_STORE(uint32_t, tomax, offs, ecb->dte_epid);
6264 DTRACE_STORE(uint32_t, tomax, offs,
6326 DTRACE_STORE(uint64_t, tomax,
6328 DTRACE_STORE(uint64_t, tomax,
6400 DTRACE_STORE(uint8_t, tomax,
6411 DTRACE_STORE(uint8_t, tomax, valoffs++,
6423 DTRACE_STORE(uint8_t, tomax, valoffs, val);
6426 DTRACE_STORE(uint16_t, tomax, valoffs, val);
6429 DTRACE_STORE(uint32_
[all...]

Completed in 74 milliseconds