Searched refs:KDP_LOG_PACKETS (Results 1 – 3 of 3) sorted by relevance
23 #define KDP_LOG_PACKETS (1u << 3) macro33 #define KDP_LOG_DEFAULT KDP_LOG_PACKETS
69 else if (::strcasecmp (arg, "packets") == 0 ) flag_bits &= ~KDP_LOG_PACKETS; in DisableLog()125 else if (::strcasecmp (arg, "packets") == 0 ) flag_bits |= KDP_LOG_PACKETS; in EnableLog()
105 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in SendRequestAndGetReply()185 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in SendRequestPacketNoLock()234 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS | KDP_LOG_VERBOSE)); in WaitForPacketWithTimeoutMicroSecondsNoLock()289 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in CheckForPacket()