Searched refs:result2 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-blockjob-txn.c | 154 int result2 = -EINPROGRESS; in test_pair_jobs() local 158 job2 = test_block_job_start(2, true, expected2, &result2, txn); in test_pair_jobs() 176 while (result1 == -EINPROGRESS || result2 == -EINPROGRESS) { in test_pair_jobs() 188 g_assert_cmpint(result2, ==, expected2); in test_pair_jobs() 218 int result2 = -EINPROGRESS; in test_pair_jobs_fail_cancel_race() local 222 job2 = test_block_job_start(2, false, 0, &result2, txn); in test_pair_jobs_fail_cancel_race() 236 while (result1 == -EINPROGRESS || result2 == -EINPROGRESS) { in test_pair_jobs_fail_cancel_race() 241 g_assert_cmpint(result2, ==, -ECANCELED); in test_pair_jobs_fail_cancel_race()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_hpmfwupg.h | 653 unsigned char result2; member
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 1257 auto result2 = pldm_entity_association_tree_find(tree, &entity); in TEST() local 1258 EXPECT_NE(result2, l5b); in TEST() 1261 tree, &entities[8], 0, result2, PLDM_ENTITY_ASSOCIAION_PHYSICAL, false, in TEST()
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_hpmfwupg.c | 1360 selfTestCmd.resp.result2); in HpmfwupgActivationStage() 2108 pCtx->resp.result2); in HpmfwupgQuerySelftestResult()
|