Searched refs:debugLevel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sautil.c | 541 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 D | saproto.h | 237 bit32 debugLevel,
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_bridge.h | 72 u_char debugLevel; /* debug level */ member
|
| H A D | ng_bridge.c | 349 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 D | xmlparse.c | 415 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()
|