/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_offload.sh | 246 log_test "root$tbfpfx-ETS-{RED,TBF} offloaded" 255 log_test "root$tbfpfx-ETS-{RED-TBF,TBF-RED} offloaded" 266 log_test "root$tbfpfx-ETS-{RED-TBF-bFIFO,TBF-RED-bFIFO} offloaded"
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 53 RED='\033[0;31m' 255 echo -e ${RED}"FAIL: $TYPE"${NC} 279 echo -e ${RED}"FAIL: $TYPE"${NC} 309 echo -e ${RED}"FAIL: $TYPE"${NC} 338 echo -e ${RED}"FAIL: $TYPE"${NC} 362 echo -e ${RED}"FAIL: $TYPE"${NC} 385 echo -e ${RED}"FAIL: $TYPE"${NC} 409 echo -e ${RED}"FAIL: $TYPE"${NC} 433 echo -e ${RED}"FAIL: ip6$TYPE"${NC} 458 echo -e ${RED}"FAIL: $TYPE"${NC} [all …]
|
H A D | test_lirc_mode2.sh | 15 RED='\033[0;31m' 35 echo -e ${RED}"FAIL: $TYPE"${NC}
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | format-code.sh | 98 RED="\e[31m" 104 RED="" 121 echo -e "${RED}Error:${NORMAL} Directory ($DIR) does not appear to be a git repository" 436 echo -e "$op: ${RED}FAILED${NORMAL}" 445 echo -e "Format: ${RED}FAILED${NORMAL}"
|
/openbmc/linux/drivers/leds/ |
H A D | leds-blinkm.c | 68 #define RED 0 macro 141 case RED: in show_color_common() 170 case RED: in store_color_common() 198 return show_color_common(dev, buf, RED); in red_show() 206 ret = store_color_common(dev, buf, RED); in red_store() 430 case RED: in blinkm_led_common_set() 466 return blinkm_led_common_set(led_cdev, value, RED); in blinkm_led_red_set() 608 case RED: in blinkm_probe() 671 led_classdev_unregister(&led[RED]->led_cdev); in blinkm_probe()
|
H A D | leds-bd2802.c | 45 RED, enumerator 112 case RED: in bd2802_is_rgb_off() 180 case RED: in bd2802_update_state() 221 reg = bd2802_get_reg_addr(LED1, RED, BD2802_REG_HOURSETUP); in bd2802_configure() 224 reg = bd2802_get_reg_addr(LED2, RED, BD2802_REG_HOURSETUP); in bd2802_configure() 548 BD2802_CONTROL_RGBS(led1r, LED1, RED); 551 BD2802_CONTROL_RGBS(led2r, LED2, RED); 744 bd2802_turn_on(led, i, RED, led->led[i].r); in bd2802_restore_state()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | lircd.conf | 50 RED 0xE8 121 RED 0x42bd 189 RED 0x1028
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso_bench.sh | 8 readonly RED='\033[0;31m' 36 echo -e "$(basename $0): ${RED}FAIL${NC}"
|
/openbmc/linux/tools/testing/selftests/futex/include/ |
H A D | logging.h | 34 #define RED '3', '1' macro 38 #define BRIGHT_RED ESC, BRIGHT, ';', RED, ESCEND
|
/openbmc/u-boot/tools/patman/ |
H A D | patman | 140 sys.exit(col.Color(col.RED, str)) 175 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 181 print(col.Color(col.RED, "Email would not be sent"))
|
H A D | patman.py | 140 sys.exit(col.Color(col.RED, str)) 175 print(col.Color(col.RED, "Not sending emails due to errors/warnings")) 181 print(col.Color(col.RED, "Email would not be sent"))
|
H A D | series.py | 196 print(col.Color(col.RED, str)) 199 print(col.Color(col.RED, str)) 202 print(col.Color(col.RED, str))
|
H A D | checkpatch.py | 137 msg_type = col.Color(col.RED, msg_type) 171 color = col.RED
|
H A D | tout.py | 108 _Output(0, msg, _color.RED)
|
H A D | terminal.py | 94 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
|
H A D | gitutil.py | 499 print(col.Color(col.RED, msg)) 508 print(col.Color(col.RED, msg))
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 189 sys.exit(col.Color(col.RED, msg)) 191 sys.exit(col.Color(col.RED, "Range '%s' has no commits" % 200 sys.exit(col.Color(col.RED, str)) 229 sys.exit(col.Color(col.RED, 'No matching boards found'))
|
H A D | builder.py | 450 line += self.col.Color(self.col.RED, '%5d' % self.fail) 856 color = self.col.RED if num > 0 else self.col.GREEN 927 color = self.col.RED if diff > 0 else self.col.GREEN 952 color = self.col.RED if diff > 0 else self.col.GREEN 1062 color = self.col.RED if avg_diff > 0 else self.col.GREEN 1193 col = self.col.RED 1243 self.col.RED) 1255 Print('\n'.join(worse_err), colour=self.col.RED)
|
/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)) 66 ERROR : RED, 67 ERRORONCE : RED, 68 CRITICAL: RED,
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 18 static const struct efi_gop_pixel RED = { 0, 0, 255, 0}; variable 154 ellipse(x, y, 133, 11, 139, 19, RED, &pix); in setup() 160 ellipse(x, y, 46, 81, 74, 108, RED, &pix); in setup()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8-apalis-ixora-v1.1.dtsi | 164 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23", 166 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
|
H A D | imx8-apalis-ixora-v1.2.dtsi | 211 "LED-5-GREEN", "LED-5-RED", "gpio5-22", "gpio5-23", 213 "LED-4-GREEN", "gpio5-28", "LED-4-RED", "gpio5-30",
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-chromeos-driver-cros-ec-lightbar | 38 indicating LED, RED, GREEN, BLUE. The LED number is 0 to 3 40 to the same value at once. The RED, GREEN, and BLUE
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-moxa-uc-8410a.dts | 56 label = "UC8410A:RED:PROG"; 110 label = "UC8410A:RED:DIA";
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | ipvs.sh | 31 RED='\033[0;31m' 224 echo -e "$(basename $0): ${RED}FAIL${NC}"
|