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.sh219 ERR_MSG="Flow actions may not be safe on all matching packets"
221 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
223 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
716 ERR_MSG="Flow actions may not be safe on all matching packets"
717 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
722 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
729 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
733 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()