Searched refs:debugLevel (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sautil.c | 540 bit32 debugLevel, in siPrintBuffer() argument 552 ossaLogDebugString(gLLDebugLevel, debugLevel, ("%s\n", header)); in siPrintBuffer() 558 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 613 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 658 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer() 684 ossaLogDebugString(gLLDebugLevel, debugLevel, in siPrintBuffer()
|
H A D | saproto.h | 236 bit32 debugLevel,
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.h | 56 u_char debugLevel; /* debug level */ member
|
H A D | ng_bridge.c | 362 priv->conf.debugLevel = 1; in ng_bridge_constructor() 1047 if (priv->conf.debugLevel >= 2) in ng_bridge_put() 1127 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash() 1197 if (link->loopCount == 0 && priv->conf.debugLevel >= 2) { in ng_bridge_unmute()
|
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 439 unsigned long debugLevel; 448 unsigned long debugLevel; 1263 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit() 1270 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit() 7842 if (rootParser->m_accounting.debugLevel == 0u) { in accountingReportStats() 7879 if ((rootParser->m_accounting.debugLevel >= 3u) in accountingReportDiff() 7944 if (rootParser->m_accounting.debugLevel >= 2u) { in testingAccountingGetCountBytesDirect() 7971 if (rootParser->m_entity_stats.debugLevel == 0u) in entityTrackingReportStats() 8564 unsigned long debugLevel = strtoul(value, &afterValue, 10); 8570 return debugLevel; 438 unsigned long debugLevel; global() member 447 unsigned long debugLevel; global() member 8554 unsigned long debugLevel = strtoul(value, &afterValue, 10); getDebugLevel() local [all...] |