Searched refs:probename (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 684 #define _sk_alloc_type(probename, type, flags, name) \ argument 689 DTRACE_SKYWALK3(probename, char *, #type, int, (flags), \ 694 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument 698 DTRACE_SKYWALK4(probename, char *, #type, size_t, (count), \ 703 #define _sk_alloc_type_hash(probename, heap, size, flags, name) \ argument 707 DTRACE_SKYWALK4(probename, char *, (heap)->kt_name + 5, \ 712 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument 716 DTRACE_SKYWALK5(probename, void *, (elem), size_t, (oldcount), \ 721 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 725 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \ [all …]
|