| /tools/testing/selftests/drivers/net/ |
| A D | netcons_sysdata.sh | 103 if ! grep -q "${MSG}" "${OUTPUT_FILE}"; then 104 echo "FAIL: ${MSG} not found in ${OUTPUT_FILE}" >&2 156 if ! grep -q "${MSG}" "${OUTPUT_FILE}"; then 157 echo "FAIL: ${MSG} not found in ${OUTPUT_FILE}" >&2 198 taskset -c "${CPU}" echo "${MSG}: ${TARGET}" > /dev/kmsg 231 MSG="Test #1 from CPU${CPU}" 251 MSG="Test #2 from CPU${CPU}" 263 MSG="Test #3 from CPU${CPU}"
|
| A D | netcons_fragmented_msg.sh | 67 if ! echo "${RCVMSG}" | grep -q "${MSG}"; then 98 MSG=$(printf -- 'MSG%.3s=' {1..150}) 105 echo "${MSG}: ${TARGET}" > /dev/kmsg 113 MSG=$(printf -- 'FOOBAR%.3s=' {1..100}) 119 echo "${MSG}: ${TARGET}" > /dev/kmsg
|
| A D | netcons_cmdline.sh | 45 echo "${MSG}: ${TARGET}" > /dev/kmsg
|
| A D | netcons_basic.sh | 58 echo "${MSG}: ${TARGET}" > /dev/kmsg
|
| /tools/testing/selftests/net/ |
| A D | gre_ipv6_lladdr.sh | 46 local MSG="$4" 56 log_test "${MSG}" 79 local MSG 87 MSG="${GRE_TYPE}, mode: 0 (EUI64), ${LOCAL_IP} -> ${REMOTE_IP}" 93 MSG="${GRE_TYPE}, mode: 1 (none), ${LOCAL_IP} -> ${REMOTE_IP}" 99 MSG="${GRE_TYPE}, mode: 2 (stable privacy), ${LOCAL_IP} -> ${REMOTE_IP}" 107 MSG="${GRE_TYPE}, mode: 3 (random), ${LOCAL_IP} -> ${REMOTE_IP}" 115 check_ipv6_device_config gretest "${MATCH_REGEXP}" "${XRET}" "config: ${MSG}" 125 check_ipv6_device_config gretest "${MATCH_REGEXP}" "${XRET}" "update: ${MSG}"
|
| A D | bareudp.sh | 262 local MSG="$3"; readonly MSG 265 printf "TEST: %-60s " "${MSG}" 300 local MSG
|
| /tools/testing/selftests/bpf/progs/ |
| A D | linked_list_peek.c | 86 __failure __msg(MSG) \ 103 #define MSG "call bpf_list_{{(front|back).+}}; R0{{(_w)?}}=ptr_or_null_node_data(id={{[0-9]+}},non_… macro 106 #undef MSG 108 #define MSG "bpf_spin_lock at off=0 must be held for bpf_list_head" macro 111 #undef MSG
|
| A D | rbtree_search.c | 136 __failure __msg(MSG) \ 155 __failure __msg(MSG) \ 192 #define MSG "call bpf_rbtree_root{{.+}}; R0{{(_w)?}}=rcu_ptr_or_null_node_data(id={{[0-9]+}},non_ow… macro 194 #undef MSG 195 #define MSG "call bpf_rbtree_{{(left|right).+}}; R0{{(_w)?}}=rcu_ptr_or_null_node_data(id={{[0-9]+}… macro 198 #undef MSG 200 #define MSG "bpf_spin_lock at off=0 must be held for bpf_rb_root" macro 204 #undef MSG
|
| /tools/build/ |
| A D | Makefile.feature | 196 $(call feature_check,all,$(MSG)) 235 MSG = $(shell printf '...%40s: [ \033[32mon\033[m ]' $(1)) 237 MSG = $(shell printf '...%40s: [ \033[31mOFF\033[m ]' $(1)) 243 MSG = $(shell printf '...%40s: %s' $(1) $(2)) 311 …lter-out $(FEATURE_OMIT),$(FEATURE_DISPLAY)),$(call feature_print_status,$(feat),) $$(info $(MSG))) 316 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),) $$(info $(MSG)))
|
| /tools/testing/selftests/bpf/ |
| A D | cgroup_helpers.h | 9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
|
| A D | network_helpers.c | 44 #define log_err(MSG, ...) ({ \ argument 46 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | lwt_helpers.h | 12 #define log_err(MSG, ...) \ argument 13 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
| A 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()
|
| A D | tc_redirect.c | 68 #define log_err(MSG, ...) \ argument 69 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
|
| /tools/testing/selftests/drivers/net/lib/sh/ |
| A D | lib_netcons.sh | 21 MSG="netconsole selftest" 230 if ! grep -q "${MSG}" "${TMPFILENAME}"; then 231 echo "FAIL: ${MSG} not found in ${TMPFILENAME}" >&2
|
| /tools/testing/selftests/net/af_unix/ |
| A D | scm_rights.c | 272 #define MSG "x" in __send_fd() macro 289 .iov_base = MSG, in __send_fd()
|
| A D | scm_pidfd.c | 22 #define log_err(MSG, ...) \ argument 23 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", __FILE__, __LINE__, \
|
| /tools/testing/selftests/cgroup/ |
| A D | test_cpuset_prs.sh | 136 MSG=$1 137 echo "$MSG" 139 echo "$MSG" > $CONSOLE
|
| /tools/perf/ |
| A D | Makefile.config | 1290 print_var = $(eval $(print_var_code)) $(info $(MSG)) 1292 MSG = $(shell printf '...%40s: %s' $(1) $($(1))) 1303 $(foreach feat,$(FEATURE_TESTS_EXTRA),$(call feature_print_status,$(feat),) $(info $(MSG))) 1313 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
|