Searched refs:kcdata_debug_printf (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | kern_cdata.c | 61 #define kcdata_debug_printf(...) ; macro 467 kcdata_debug_printf("%s: ptr %p\n", __func__, ptr); in kcdata_compress_zfree() 517 kcdata_debug_printf("EMERGENCY: deflateInit2 failed!\n"); in kcdata_init_compress_state() 634 kcdata_debug_printf("%s: %p (%zu) <- %p (%zu); flush: %d; ret = %ld\n", in kcdata_do_compress_zlib() 658 kcdata_debug_printf("%s: %p (%zu) <- %p (%zu); flush: %d\n", in kcdata_do_compress() 730 kcdata_debug_printf("%s: type: %d input_data: %p (%d) kcdata_flags: 0x%llx\n", in kcdata_compress_chunk_with_flags() 774 kcdata_debug_printf("%s: first wrote = %zu\n", __func__, wrote); in kcdata_compress_chunk_with_flags() 787 kcdata_debug_printf("%s: 2nd wrote = %zu\n", __func__, wrote); in kcdata_compress_chunk_with_flags() 801 kcdata_debug_printf("%s: 3rd wrote = %zu\n", __func__, wrote); in kcdata_compress_chunk_with_flags() 951 kcdata_debug_printf("%s: total_size = %lld\n", __func__, total_size); in kcdata_compression_window_close() [all …]
|