Searched refs:expected_result (Results 1 – 6 of 6) sorted by relevance
56 static const char *expected_result[] = { variable106 if (strcmp(buf, expected_result[i++])) { in testfunc()111 if (i != ARRAY_SIZE(expected_result)) { in testfunc()
45 static const int expected_result[FIFO_SIZE] = { variable92 if (i != expected_result[j++]) { in testfunc()97 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
45 static const unsigned char expected_result[FIFO_SIZE] = { variable99 if (i != expected_result[j++]) { in testfunc()104 if (j != ARRAY_SIZE(expected_result)) { in testfunc()
83 } expected_result; member655 if (ret < 0 && test->expected_result != LOAD_REJECT) { in load_insns()842 if (test->expected_result != LOAD_REJECT) in load_path()1532 if (test->expected_result == LOAD_REJECT && progfd < 0) in run_test_case()1534 else if (test->expected_result == LOAD_REJECT || progfd < 0) in run_test_case()1539 if (test->expected_result == ATTACH_REJECT && err) { in run_test_case()1542 } else if (test->expected_result == ATTACH_REJECT || err) { in run_test_case()1544 } else if (test->expected_result == ATTACH_OKAY) { in run_test_case()1570 if (test->expected_result == SYSCALL_EPERM && err == EPERM) { in run_test_case()1575 if (test->expected_result == SYSCALL_ENOTSUPP && err == ENOTSUPP) { in run_test_case()[all …]
2177 .expected_result = expected, \2184 int expected_result; member2235 {.dtb_begin = NULL, .dtb_end = NULL, .expected_result = 0, .name = NULL}2287 if (info->expected_result != -9999) { in unittest_unflatten_overlay_base()2358 if (ret != info->expected_result) in overlay_data_apply()2360 info->expected_result, ret, overlay_name); in overlay_data_apply()2362 return (ret == info->expected_result); in overlay_data_apply()
440 enum i2c_channel_operation_result expected_result) in dce_i2c_hw_engine_wait_on_operation_result() argument453 if (result != expected_result) in dce_i2c_hw_engine_wait_on_operation_result()