Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_udp.c335 static boolean_t gKDPDebug = FALSE; variable
337 #define KDP_DEBUG(...) if (gKDPDebug) printf(__VA_ARGS__);