Searched refs:probename (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 669 #define _sk_alloc_type(probename, type, flags, name) \ argument 675 DTRACE_SKYWALK3(probename, char *, #type, int, (flags), \ 680 #define _sk_alloc_type_array(probename, type, count, flags, name) \ argument 686 DTRACE_SKYWALK4(probename, char *, #type, size_t, (count), \ 691 #define _sk_alloc_type_hash(probename, heap, size, flags, name) \ argument 697 DTRACE_SKYWALK4(probename, char *, (heap)->kt_name + 5, \ 702 #define _sk_realloc_type_array(probename, type, oldcount, newcount, elem, flags, name) \ argument 708 DTRACE_SKYWALK5(probename, void *, (elem), size_t, (oldcount), \ 713 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 719 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \ [all …]
|