Searched refs:KDP_LOG_ALL (Results 1 – 2 of 2) sorted by relevance
64 if (::strcasecmp (arg, "all") == 0 ) flag_bits &= ~KDP_LOG_ALL; in DisableLog()120 if (::strcasecmp (arg, "all") == 0 ) flag_bits |= KDP_LOG_ALL; in EnableLog()
32 #define KDP_LOG_ALL (UINT32_MAX) macro