Searched refs:YELLOW (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/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:"
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | udpgso_bench.sh | 7 readonly YELLOW='\033[0;33m' 41 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/ |
H A D | logging.h | 33 #define YELLOW '3', '3' macro 37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | udpgso_bench.sh | 7 readonly YELLOW='\033[0;33m' 41 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/ |
H A D | logging.h | 33 #define YELLOW '3', '3' macro 37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 188 print(YELLOW . "WARNING" . RESET); 203 $type = YELLOW . $type . RESET; 2342 $output .= YELLOW;
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 2098 $output .= YELLOW;
|
Completed in 16 milliseconds