Searched refs:_warn (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-Do-not-overwrite-all-our-build-flags.patch | 21 set(DEFAULT_COMPILE_WARNINGS "${_warn}") 22 set(DEFAULT_COMPILE_WARNINGS_EXTRA "${_warn} ${_warnx}") 37 set(DEFAULT_COMPILE_WARNINGS "${_warn}") 38 set(DEFAULT_COMPILE_WARNINGS_EXTRA "${_warn} ${_warnx}")
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 51 #define NVKM_DELAY _warn = false; 54 bool _warn = true; \ 62 if (_warn && _taken < 0) \
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 542 cls._warn(stacklevel=stacklevel+2) 547 def _warn(cls, stacklevel=5): member in DetectsXMLParsedAsHTML 591 self._warn()
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 445 self._warn('overriding the value of {0}. ' 490 self._warn("assignment to {0} changes mode of " 809 self._warn("overriding 'mainmenu' text. " 975 self._warn("The symbol {0} references the " 1001 self._warn("the 'modules' option is not supported. " 1388 self._warn("no symbol {0} in configuration".format(name)) 1799 def _warn(self, msg, filename=None, linenr=None): member in Config 2457 self.config._warn('attempt to assign the value "{0}" to the ' 2462 self.config._warn('attempt to assign the value "{0}" to the ' 2483 self.config._warn('the value "{0}" is invalid for {1}, which has ' [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | ga102.c | 85 _warn = false; in ga102_flcn_reset_prep()
|
/openbmc/linux/drivers/hwmon/ |
H A D | w83793.c | 1056 SENSOR_ATTR_2(temp##index##_warn, S_IRUGO | S_IWUSR, show_temp, \
|
H A D | w83795.c | 1707 SENSOR_ATTR_2(temp##index##_warn, S_IWUSR | S_IRUGO, \
|