Searched refs:FILLP_DBG_LVL_ERROR (Results 1 – 6 of 6) sorted by relevance
24 if (logLevel < FILLP_DBG_LVL_DEBUG || logLevel > FILLP_DBG_LVL_ERROR) { in FillpApiSetDebugLogLevel()
37 FILLP_DBG_LVL_ERROR, /* debugLevel */
77 #define FILLP_LOGERR(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_ERROR, FILLP_DBG_LOG, "F-LOGERR", fmt, ##…
92 case FILLP_DBG_LVL_ERROR: in PrintFillpLog()
449 FILLP_DBG_LVL_ERROR, /* Indicates the FillP debug level error. */ enumerator
725 if ((temp > FILLP_DBG_LVL_ERROR) || (temp < FILLP_DBG_LVL_DEBUG)) { in FillpDebugCmdSetPrintLevel()