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.sh216 ERR_MSG="Flow actions may not be safe on all matching packets"
218 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
220 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
708 ERR_MSG="Flow actions may not be safe on all matching packets"
709 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
714 POST_TEST=$(dmesg | grep -c "${ERR_MSG}")
721 PRE_TEST=$(dmesg | grep -c "${ERR_MSG}")
725 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()