Searched refs:FILLP_DBG_LVL_DEBUG (Results 1 – 6 of 6) sorted by relevance
24 if (logLevel < FILLP_DBG_LVL_DEBUG || logLevel > FILLP_DBG_LVL_ERROR) { in FillpApiSetDebugLogLevel()
56 EXPECT_EQ(FILLP_DBG_LVL_DEBUG, ret);
85 #define FILLP_LOGDBG(fmt, ...) FILLP_LOG_IN(FILLP_DBG_LVL_DEBUG, FILLP_DBG_LOG, "F-LOGDBG", fmt, ##…
34 return FILLP_DBG_LVL_DEBUG; in UpdateVtpLogLevel()
445 FILLP_DBG_LVL_DEBUG = 1, /* Indicates the FillP debug level. */ enumerator
725 if ((temp > FILLP_DBG_LVL_ERROR) || (temp < FILLP_DBG_LVL_DEBUG)) { in FillpDebugCmdSetPrintLevel()