Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/
A Dnetcons_sysdata.sh103 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 Dnetcons_fragmented_msg.sh67 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 Dnetcons_cmdline.sh45 echo "${MSG}: ${TARGET}" > /dev/kmsg
A Dnetcons_basic.sh58 echo "${MSG}: ${TARGET}" > /dev/kmsg
/tools/testing/selftests/net/
A Dgre_ipv6_lladdr.sh46 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 Dbareudp.sh262 local MSG="$3"; readonly MSG
265 printf "TEST: %-60s " "${MSG}"
300 local MSG
/tools/testing/selftests/bpf/progs/
A Dlinked_list_peek.c86 __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 Drbtree_search.c136 __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 DMakefile.feature196 $(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 Dcgroup_helpers.h9 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
A Dnetwork_helpers.c44 #define log_err(MSG, ...) ({ \ argument
46 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/tools/testing/selftests/bpf/prog_tests/
A Dlwt_helpers.h12 #define log_err(MSG, ...) \ argument
13 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
A 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()
A Dtc_redirect.c68 #define log_err(MSG, ...) \ argument
69 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \
/tools/testing/selftests/drivers/net/lib/sh/
A Dlib_netcons.sh21 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 Dscm_rights.c272 #define MSG "x" in __send_fd() macro
289 .iov_base = MSG, in __send_fd()
A Dscm_pidfd.c22 #define log_err(MSG, ...) \ argument
23 fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", __FILE__, __LINE__, \
/tools/testing/selftests/cgroup/
A Dtest_cpuset_prs.sh136 MSG=$1
137 echo "$MSG"
139 echo "$MSG" > $CONSOLE
/tools/perf/
A DMakefile.config1290 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))

Completed in 38 milliseconds