Home
last modified time | relevance | path

Searched refs:ERR_MSG (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh220 ERR_MSG="Flow actions may not be safe on all matching packets"
222 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
224 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
717 ERR_MSG="Flow actions may not be safe on all matching packets"
718 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
723 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
730 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
734 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
/linux/tools/testing/selftests/sgx/
H A Dload.c211 #define ERR_MSG \ in encl_load() macro
219 fprintf(stderr, ERR_MSG); in encl_load()