Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c376 #define DTRACE_STORE(type, tomax, offset, what) \ macro
6889 DTRACE_STORE(uint8_t, tomax, valoffs++, c); in dtrace_store_by_ref()
6907 DTRACE_STORE(uint8_t, tomax, in dtrace_store_by_ref()
7371 DTRACE_STORE(uint64_t, tomax, in dtrace_probe()
7373 DTRACE_STORE(uint64_t, tomax, in dtrace_probe()
7444 DTRACE_STORE(uint8_t, tomax, valoffs, val); in dtrace_probe()
7447 DTRACE_STORE(uint16_t, tomax, valoffs, val); in dtrace_probe()
7450 DTRACE_STORE(uint32_t, tomax, valoffs, val); in dtrace_probe()
7453 DTRACE_STORE(uint64_t, tomax, valoffs, val); in dtrace_probe()
11742 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE); in dtrace_buffer_reserve()
[all …]