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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c143 #define KDP_SERIAL_ENABLED() (kdp_en_send_pkt == kdp_serial_send) macro
145 #define KDP_SERIAL_ENABLED() (0) macro
681 if (!KDP_SERIAL_ENABLED() ||
1112 if(!KDP_SERIAL_ENABLED())
1116 if (KDP_SERIAL_ENABLED()) {

Completed in 6 milliseconds