Searched refs:DTRACE_STORE (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 362 #define DTRACE_STORE(type, tomax, offset, what) \ macro 6663 DTRACE_STORE(uint8_t, tomax, valoffs++, c); in dtrace_store_by_ref() 6681 DTRACE_STORE(uint8_t, tomax, in dtrace_store_by_ref() 7136 DTRACE_STORE(uint64_t, tomax, in dtrace_probe() 7138 DTRACE_STORE(uint64_t, tomax, in dtrace_probe() 7209 DTRACE_STORE(uint8_t, tomax, valoffs, val); in dtrace_probe() 7212 DTRACE_STORE(uint16_t, tomax, valoffs, val); in dtrace_probe() 7215 DTRACE_STORE(uint32_t, tomax, valoffs, val); in dtrace_probe() 7218 DTRACE_STORE(uint64_t, tomax, valoffs, val); in dtrace_probe() 11451 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE); in dtrace_buffer_reserve() [all …]
|