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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c362 #define DTRACE_STORE(type, tomax, offset, what) \ macro
6816 DTRACE_STORE(uint8_t, tomax, valoffs++, c);
6834 DTRACE_STORE(uint8_t, tomax,
7289 DTRACE_STORE(uint64_t, tomax,
7291 DTRACE_STORE(uint64_t, tomax,
7362 DTRACE_STORE(uint8_t, tomax, valoffs, val);
7365 DTRACE_STORE(uint16_t, tomax, valoffs, val);
7368 DTRACE_STORE(uint32_t, tomax, valoffs, val);
7371 DTRACE_STORE(uint64_t, tomax, valoffs, val);
11614 DTRACE_STORE(uint32_
[all...]

Completed in 96 milliseconds