Searched refs:DTRACE_STORE (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/ |
| D | dtrace.c | 536 #define DTRACE_STORE(type, tomax, offset, what) \ macro 7491 DTRACE_STORE(uint8_t, tomax, valoffs++, c); 7509 DTRACE_STORE(uint8_t, tomax, 7971 DTRACE_STORE(uintptr_t, tomax, 8046 DTRACE_STORE(uint64_t, tomax, 8052 DTRACE_STORE(uint64_t, tomax, 8123 DTRACE_STORE(uint8_t, tomax, valoffs, val); 8126 DTRACE_STORE(uint16_t, tomax, valoffs, val); 8129 DTRACE_STORE(uint32_t, tomax, valoffs, val); 8132 DTRACE_STORE(uint64_t, tomax, valoffs, val); [all …]
|