Searched refs:MSG (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/ |
D | cgroup_helpers.h | 9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
|
D | network_helpers.c | 18 #define log_err(MSG, ...) ({ \ argument 20 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
/tools/build/ |
D | Makefile.feature | 150 $(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/ |
D | bareudp.sh | 294 local MSG="$3"; readonly MSG 297 printf "TEST: %-60s " "${MSG}" 332 local MSG
|
/tools/testing/selftests/bpf/prog_tests/ |
D | migrate_reuseport.c | 46 #define MSG "Hello World\0" macro 280 char buf[MSGLEN] = MSG; in start_clients() 429 if (!ASSERT_STREQ(buf, MSG, "read")) in count_requests()
|
D | tc_redirect.c | 65 #define log_err(MSG, ...) \ argument 66 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
/tools/perf/ |
D | Makefile.config | 1233 print_var = $(eval $(print_var_code)) $(info $(MSG)) 1235 MSG = $(shell printf '...%30s: %s' $(1) $($(1)))
|