Searched refs:_Output (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 77 def _Output(level, msg, color=None): function 100 _Output(level, msg) 108 _Output(0, msg, _color.RED) 116 _Output(1, msg, _color.YELLOW) 124 _Output(2, msg) 132 _Output(3, msg) 140 _Output(4, msg) 149 _Output(0, msg)
|