Searched refs:dumpable_bytes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c50 uint64_t dumpable_bytes; member in struct:kern_dump_preflight_context
118 kdc->dumpable_bytes += (end - start);
190 kdc_preflight.dumpable_bytes = 0;
203 printf("Kernel dump byte count: %llu\n", kdc_preflight.dumpable_bytes);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c464 uint64_t dumpable_bytes; member in struct:kern_dump_preflight_context
482 kdc->dumpable_bytes += (end - start);
558 kdc_preflight.dumpable_bytes = 0;
571 printf("Kernel dump byte count: %llu\n", kdc_preflight.dumpable_bytes);

Completed in 14 milliseconds