Searched refs:expected_ret (Results 1 – 2 of 2) sorted by relevance
409 int expected_ret; in check_devices() local413 expected_ret = (mask & 1) ? -ENOENT : 0; in check_devices()415 ut_asserteq(expected_ret, in check_devices()419 expected_ret = (mask & 1) ? -ENOENT - (i + 1) : 0; in check_devices()421 ut_asserteq(expected_ret, uclass_next_device_check(&dev)); in check_devices()
241 expected_ret = 0 if expected_match else 1250 "OK!" if sub.returncode == expected_ret else "ERROR!"),