Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kdp/
H A Dkdp_core.h58 extern uint32_t kdp_feature_large_crashdumps, kdp_feature_large_pkt_size;
H A Dkdp_udp.c331 uint32_t kdp_feature_large_crashdumps, kdp_feature_large_pkt_size; variable
1618 if (kdp_feature_large_crashdumps) { in kdp_send_crashdump_seek()
1727 if (kdp_feature_large_crashdumps) { in kdp_send_crashdump_pkt()
1751 kdp_feature_large_crashdumps = features64 & KDP_FEATURE_LARGE_CRASHDUMPS; in kdp_send_crashdump_pkt()