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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c464 #define DTRACE_STORE(type, tomax, offset, what) \ macro
7232 DTRACE_STORE(uint8_t, tomax, valoffs++, c);
7250 DTRACE_STORE(uint8_t, tomax,
7750 DTRACE_STORE(uintptr_t, tomax,
7825 DTRACE_STORE(uint64_t, tomax,
7831 DTRACE_STORE(uint64_t, tomax,
7902 DTRACE_STORE(uint8_t, tomax, valoffs, val);
7905 DTRACE_STORE(uint16_t, tomax, valoffs, val);
7908 DTRACE_STORE(uint32_t, tomax, valoffs, val);
7911 DTRACE_STORE(uint64_
[all...]

Completed in 184 milliseconds