Home
last modified time | relevance | path

Searched defs:DTRACE_PTR (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h541 #define DTRACE_PTR(type, name) uint32_t name##pad; type *name macro
543 #define DTRACE_PTR(type, name) type *name; uint32_t name##pad macro
546 #define DTRACE_PTR(type, name) type *name macro