Searched refs:XLOG_MANDATORY (Results 1 – 2 of 2) sorted by relevance
721 if ((xl & XLOG_MANDATORY) != XLOG_MANDATORY) { in switch_option()723 xl |= XLOG_MANDATORY; in switch_option()
110 #define XLOG_MANDATORY (XLOG_FATAL|XLOG_ERROR) /* cannot turn these off */ macro