Searched refs:KDP_LOG_COMM (Results 1 – 2 of 2) sorted by relevance
67 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits &= ~KDP_LOG_COMM; in DisableLog()123 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits |= KDP_LOG_COMM; in EnableLog()
30 #define KDP_LOG_COMM (1u << 10) macro