Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c25 #define YELLOW(str) "\033[0;33m" str "\033[0m" macro
118 return YELLOW("XDP_PASS"); in get_xdp_feature_str()
120 return YELLOW("XDP_DROP"); in get_xdp_feature_str()
122 return YELLOW("XDP_ABORTED"); in get_xdp_feature_str()
124 return YELLOW("XDP_TX"); in get_xdp_feature_str()
126 return YELLOW("XDP_REDIRECT"); in get_xdp_feature_str()
132 return YELLOW("XDP_NDO_XMIT"); in get_xdp_feature_str()
/linux/tools/perf/
H A Dcheck-headers.sh4 YELLOW='\033[0;33m'
169 echo -e "${YELLOW}Warning${NC}: Skipped check-headers due to missing ../../include"
229 echo -e "${YELLOW}Warning${NC}: Kernel ABI header differences:"
/linux/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-moxa-uc-8410a.dts122 label = "UC8410A:YELLOW:DIA";
/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst443 - YELLOW
/linux/scripts/
H A Dcheckpatch.pl209 print(YELLOW . "WARNING" . RESET);
224 $type = YELLOW . $type . RESET;
2367 $output .= YELLOW;