Home
last modified time | relevance | path

Searched refs:_showDebug (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug()
214 bool _showDebug; variable
H A Dqconf.cc971 if (_showDebug != b) { in setShowDebug()
972 _showDebug = b; in setShowDebug()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h246 bool showDebug(void) const { return _showDebug; } in showDebug()
268 bool _showDebug; variable
H A Dqconf.cc1042 if (_showDebug != b) { in setShowDebug()
1043 _showDebug = b; in setShowDebug()