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

/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c114 struct kern_dump_preflight_context *kdc = (struct kern_dump_preflight_context *)context; local
117 kdc->region_count++;
118 kdc->dumpable_bytes += (end - start);
125 struct kern_dump_send_context *kdc = (struct kern_dump_send_context *)context; local
130 if (kdc->hoffset + sizeof(sc) > kdc->header_size) {
143 sc.fileoff = (vm_address_t)kdc->foffset;
150 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->hoffset) , &kdc->hoffset)) < 0) {
160 kdc
[all...]
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c478 struct kern_dump_preflight_context *kdc = (struct kern_dump_preflight_context *)context; local
481 kdc->region_count++;
482 kdc->dumpable_bytes += (end - start);
492 struct kern_dump_send_context *kdc = (struct kern_dump_send_context *)context; local
497 if (kdc->hoffset + sizeof(sc) > kdc->header_size) {
510 sc.fileoff = (vm_address_t)kdc->foffset;
517 if ((ret = kdp_send_crashdump_pkt (KDP_SEEK, NULL, sizeof(kdc->hoffset) , &kdc->hoffset)) < 0) {
527 kdc
[all...]

Completed in 19 milliseconds