Home
last modified time | relevance | path

Searched refs:debugLevel (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c541 bit32 debugLevel, in siPrintBuffer() argument
553 ossaLogDebugString(gLLDebugLevel, debugLevel, ("%s\n", header)); in siPrintBuffer()
559 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
614 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
659 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
685 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
H A Dsaproto.h237 bit32 debugLevel,
/freebsd-13.1/sys/netgraph/
H A Dng_bridge.h72 u_char debugLevel; /* debug level */ member
H A Dng_bridge.c349 priv->conf.debugLevel = 1; in ng_bridge_constructor()
1085 if (priv->conf.debugLevel >= 2) in ng_bridge_put()
1165 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash()
1222 if (link->loopCount == 0 && priv->conf.debugLevel >= 2) { in ng_bridge_unmute()
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c415 int debugLevel; member
424 int debugLevel; member
1159 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()
1166 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()
7653 if (rootParser->m_accounting.debugLevel < 1) { in accountingReportStats()
7690 if ((rootParser->m_accounting.debugLevel >= 3) in accountingReportDiff()
7755 if (rootParser->m_accounting.debugLevel >= 2) { in accountingDiffTolerated()
7782 if (rootParser->m_entity_stats.debugLevel < 1) in entityTrackingReportStats()
8375 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local
8381 return debugLevel; in getDebugLevel()