Home
last modified time | relevance | path

Searched refs:kdp_feature_large_crashdumps (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/kdp/ !
H A Dkdp_core.h59 extern uint32_t kdp_feature_large_crashdumps, kdp_feature_large_pkt_size;
H A Dkdp_udp.c333 uint32_t kdp_feature_large_crashdumps, kdp_feature_large_pkt_size; variable
1620 if (kdp_feature_large_crashdumps) { in kdp_send_crashdump_seek()
1729 if (kdp_feature_large_crashdumps) { in kdp_send_crashdump_pkt()
1753 kdp_feature_large_crashdumps = features64 & KDP_FEATURE_LARGE_CRASHDUMPS; in kdp_send_crashdump_pkt()