Searched refs:expected_value (Results 1 – 4 of 4) sorted by relevance
17 static const char expected_value[] = "hello"; variable47 if (ret == sizeof(expected_value)) in BPF_PROG()50 if (ret != sizeof(expected_value)) in BPF_PROG()52 if (bpf_strncmp(value1, ret, expected_value)) in BPF_PROG()73 if (ret == sizeof(expected_value)) in BPF_PROG()76 if (ret != sizeof(expected_value)) in BPF_PROG()78 if (bpf_strncmp(value2, ret, expected_value)) in BPF_PROG()
19 int expected_value; in test_global_func_args0() member31 const int expected_value = tests[i].expected_value; in test_global_func_args0() local35 CHECK(err || actual_value != expected_value, tests[i].descr, in test_global_func_args0()36 "err %d result %d expected %d\n", err, actual_value, expected_value); in test_global_func_args0()
362 local expected_value="$1"; shift366 if test "$value" != "$expected_value" ; then367 die "Unexpected value in $path: $expected_value vs. $value"
642 local expected_value=${bw##*:}648 [ "$api_value" == "$expected_value" ]649 check_err $? "Unexpected tc-bw value for tc$tc: $api_value != $expected_value"
Completed in 17 milliseconds