Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/
Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
Dnetwork_helpers.c18 #define log_err(MSG, ...) ({ \ argument
20 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/tools/build/
DMakefile.feature150 $(call feature_check,all,$(MSG))
176 feature_print_status = $(eval $(feature_print_status_code)) $(info $(MSG))
180 MSG = $(shell printf '...%30s: [ \033[32mon\033[m ]' $(1))
182 MSG = $(shell printf '...%30s: [ \033[31mOFF\033[m ]' $(1))
186 feature_print_text = $(eval $(feature_print_text_code)) $(info $(MSG))
188 MSG = $(shell printf '...%30s: %s' $(1) $(2))
/tools/testing/selftests/net/
Dbareudp.sh294 local MSG="$3"; readonly MSG
297 printf "TEST: %-60s " "${MSG}"
332 local MSG
/tools/testing/selftests/bpf/prog_tests/
Dmigrate_reuseport.c46 #define MSG "Hello World\0" macro
280 char buf[MSGLEN] = MSG; in start_clients()
429 if (!ASSERT_STREQ(buf, MSG, "read")) in count_requests()
Dtc_redirect.c65 #define log_err(MSG, ...) \ argument
66 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/tools/perf/
DMakefile.config1233 print_var = $(eval $(print_var_code)) $(info $(MSG))
1235 MSG = $(shell printf '...%30s: %s' $(1) $($(1)))