Searched refs:KDP_LOG_VERBOSE (Results 1 – 4 of 4) sorted by relevance
76 else if (::strcasecmp (arg, "verbose") == 0 ) flag_bits &= ~KDP_LOG_VERBOSE; in DisableLog()132 else if (::strcasecmp (arg, "verbose") == 0 ) flag_bits |= KDP_LOG_VERBOSE; in EnableLog()
20 #define KDP_LOG_VERBOSE (1u << 0) macro
542 if (log && log->GetMask().Test(KDP_LOG_VERBOSE)) in UpdateThreadList()
234 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS | KDP_LOG_VERBOSE)); in WaitForPacketWithTimeoutMicroSecondsNoLock()