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

/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h654 #define DTRACE_PTR(type, name) uint32_t name##pad; type *name macro
656 #define DTRACE_PTR(type, name) type *name; uint32_t name##pad macro
659 #define DTRACE_PTR(type, name) type *name macro
665 #define DTRACE_PTR(type, name) user_addr_t name macro
667 #define DTRACE_PTR(type, name) type *name macro

Completed in 63 milliseconds