Home
last modified time | relevance | path

Searched refs:XLOG_MANDATORY (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/amd/libamu/
H A Dxutil.c721 if ((xl & XLOG_MANDATORY) != XLOG_MANDATORY) { in switch_option()
723 xl |= XLOG_MANDATORY; in switch_option()
/freebsd-12.1/contrib/amd/include/
H A Dam_utils.h110 #define XLOG_MANDATORY (XLOG_FATAL|XLOG_ERROR) /* cannot turn these off */ macro