Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph/bridge/
H A Dng_bridge.c318 priv->conf.debugLevel = 1; in ng_bridge_constructor()
587 if (priv->conf.debugLevel >= 2) { in ng_bridge_rcvdata()
880 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash()
992 && priv->conf.debugLevel >= 2) { in ng_bridge_timeout()
H A Dng_bridge.h60 u_char debugLevel; /* debug level */ member
/dflybsd-src/sys/netgraph7/bridge/
H A Dng_bridge.c316 priv->conf.debugLevel = 1; in ng_bridge_constructor()
593 if (priv->conf.debugLevel >= 2) { in ng_bridge_rcvdata()
920 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash()
1016 && priv->conf.debugLevel >= 2) { in ng_bridge_timeout()
H A Dng_bridge.h61 u_char debugLevel; /* debug level */ member
/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c416 int debugLevel; member
425 int debugLevel; member
1168 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()
1175 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()
7675 if (rootParser->m_accounting.debugLevel < 1) { in accountingReportStats()
7712 if ((rootParser->m_accounting.debugLevel >= 3) in accountingReportDiff()
7777 if (rootParser->m_accounting.debugLevel >= 2) { in accountingDiffTolerated()
7804 if (rootParser->m_entity_stats.debugLevel < 1) in entityTrackingReportStats()
8397 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local
8403 return debugLevel; in getDebugLevel()