Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dcheck-headers.sh4 YELLOW='\033[0;33m'
169 echo -e "${YELLOW}Warning${NC}: Skipped check-headers due to missing ../../include"
222 echo -e "${YELLOW}Warning${NC}: Kernel ABI header differences:"
/linux-6.12.1/tools/testing/selftests/net/
Dudpgso_bench.sh7 readonly YELLOW='\033[0;33m'
41 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
/linux-6.12.1/tools/testing/selftests/bpf/
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()
/linux-6.12.1/tools/testing/selftests/futex/include/
Dlogging.h33 #define YELLOW '3', '3' macro
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
/linux-6.12.1/Documentation/gpu/amdgpu/
Dapu-asic-info-table.csv8 Ryzen 6000 series / Ryzen 7x35 series / Ryzen 7x36 series, YELLOW CARP / Rembrandt / Rembrandt-R, 3…
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-moxa-uc-8410a.dts122 label = "UC8410A:YELLOW:DIA";
/linux-6.12.1/Documentation/userspace-api/media/rc/
Drc-tables.rst443 - YELLOW
/linux-6.12.1/scripts/
Dcheckpatch.pl190 print(YELLOW . "WARNING" . RESET);
205 $type = YELLOW . $type . RESET;
2347 $output .= YELLOW;