Searched refs: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
1046 DTRACE_PTR(char, dtagd_name); /* not filled in by kernel */
1058 DTRACE_PTR(char, dtfd_string); /* format string */
1147 DTRACE_PTR(char, dtbd_data); /* data */

Completed in 63 milliseconds