/openbmc/openbmc-build-scripts/scripts/ |
H A D | format-code.sh | 99 YELLOW="\e[33m" 105 YELLOW="" 257 echo -e " ${YELLOW}Failed markdownlint; temporarily ignoring." 343 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${EXE}" 358 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find ${CONFIG}; using ${FALLBACK}" 361 echo -e " ${YELLOW}${TITLE}:${NORMAL} cannot find config ${CONFIG}" 429 echo -e " ${YELLOW}${op}:${NORMAL} all applicable files are on ignore-lists"
|
/openbmc/linux/tools/perf/ |
H A D | check-headers.sh | 4 YELLOW='\033[0;33m' 143 echo -e "${YELLOW}Warning${NC}: Skipped check-headers due to missing ../../include" 191 echo -e "${YELLOW}Warning${NC}: Kernel ABI header differences:"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircd.conf | 52 YELLOW 0x28 123 YELLOW 0x827d 191 YELLOW 0x102F
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench.sh | 7 readonly YELLOW='\033[0;33m' 41 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
H A D | 0003-dev_setup.sh-Remove-the-TERM-dependency.patch | 26 - YELLOW=$(tput setaf 3) 28 - HIGHLIGHT=$YELLOW
|
H A D | 0004-dev_setup.sh-Ignore-missing-package-manager.patch | 17 echo -e "${YELLOW}Could not find package manager 18 …${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject l…
|
H A D | 0002-dev_setup.sh-Remove-the-git-dependency.patch | 16 @@ -340,10 +340,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
|
H A D | 0001-Remove-python-venv.patch | 21 @@ -338,18 +338,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 24 #define YELLOW(str) "\033[0;33m" str "\033[0m" macro 117 return YELLOW("XDP_PASS"); in get_xdp_feature_str() 119 return YELLOW("XDP_DROP"); in get_xdp_feature_str() 121 return YELLOW("XDP_ABORTED"); in get_xdp_feature_str() 123 return YELLOW("XDP_TX"); in get_xdp_feature_str() 125 return YELLOW("XDP_REDIRECT"); in get_xdp_feature_str() 131 return YELLOW("XDP_NDO_XMIT"); in get_xdp_feature_str()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0}; variable 149 ellipse(x, y, 121, 11, 159, 59, YELLOW, &pix); in setup() 178 ellipse(x, y, 84, 62, 104, 77, YELLOW, &pix); in setup() 189 ellipse(x, y, 164, 62, 184, 77, YELLOW, &pix); in setup()
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 33 #define YELLOW '3', '3' macro 37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 70 col = _color.YELLOW if warning else _color.GREEN 116 _Output(1, msg, _color.YELLOW)
|
H A D | checkpatch.py | 135 msg_type = col.Color(col.YELLOW, msg_type) 169 color = col.YELLOW
|
H A D | series.py | 119 email = col.Color(col.YELLOW, "<alias '%s' not found>" 239 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
|
H A D | terminal.py | 94 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 74 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False), 86 print col.Color(col.YELLOW, warning) 194 print col.Color(col.YELLOW, msg)
|
H A D | test.py | 174 col.YELLOW if outcome == OUTCOME_WARN else col.RED) 254 expect += ' ' + col.Color(col.YELLOW, 'w+') 256 expect += col.Color(col.YELLOW, ' %s' % 'board3')
|
H A D | builder.py | 449 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned) 922 tuple([indent, self.col.Color(self.col.YELLOW, fname)] + args)) 1195 col = self.col.YELLOW 1241 self.col.YELLOW)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | msg.py | 54 BASECOLOR, BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = list(range(29,38)) 64 WARNING : YELLOW, 65 WARNONCE : YELLOW,
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | apu-asic-info-table.csv | 8 Ryzen 6000 series / Ryzen 7x35 series / Ryzen 7x36 series, YELLOW CARP / Rembrandt / Rembrandt-R, 3…
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-moxa-uc-8410a.dts | 122 label = "UC8410A:YELLOW:DIA";
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 443 - YELLOW
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 190 print(YELLOW . "WARNING" . RESET); 205 $type = YELLOW . $type . RESET; 2346 $output .= YELLOW;
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1971 $output .= YELLOW;
|