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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h624 #define DTRACE_PTR(type, name) uint32_t name##pad; type *name macro
626 #define DTRACE_PTR(type, name) type *name; uint32_t name##pad macro
629 #define DTRACE_PTR(type, name) type *name macro
635 #define DTRACE_PTR(type, name) user_addr_t name macro
637 #define DTRACE_PTR(type, name) type *name macro

Completed in 14 milliseconds