Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 24 of 24) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh99 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 Dcheck-headers.sh4 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 Dlircd.conf52 YELLOW 0x28
123 YELLOW 0x827d
191 YELLOW 0x102F
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench.sh7 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 D0003-dev_setup.sh-Remove-the-TERM-dependency.patch26 - YELLOW=$(tput setaf 3)
28 - HIGHLIGHT=$YELLOW
H A D0004-dev_setup.sh-Ignore-missing-package-manager.patch17 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 D0002-dev_setup.sh-Remove-the-git-dependency.patch16 @@ -340,10 +340,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
H A D0001-Remove-python-venv.patch21 @@ -338,18 +338,6 @@ ${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools pyt…
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c24 #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 Defi_selftest_bitblt.c20 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 Dlogging.h33 #define YELLOW '3', '3' macro
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
/openbmc/u-boot/tools/patman/
H A Dtout.py70 col = _color.YELLOW if warning else _color.GREEN
116 _Output(1, msg, _color.YELLOW)
H A Dcheckpatch.py135 msg_type = col.Color(col.YELLOW, msg_type)
169 color = col.YELLOW
H A Dseries.py119 email = col.Color(col.YELLOW, "<alias '%s' not found>"
239 print(col.Color(col.YELLOW, 'Skipping "%s"' % x))
H A Dterminal.py94 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py74 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 Dtest.py174 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 Dbuilder.py449 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 Dmsg.py54 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 Dapu-asic-info-table.csv8 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 Dls1021a-moxa-uc-8410a.dts122 label = "UC8410A:YELLOW:DIA";
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst443 - YELLOW
/openbmc/linux/scripts/
H A Dcheckpatch.pl190 print(YELLOW . "WARNING" . RESET);
205 $type = YELLOW . $type . RESET;
2346 $output .= YELLOW;
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1971 $output .= YELLOW;