Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-blockjob-txn.c154 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 Dipmi_hpmfwupg.h653 unsigned char result2; member
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp1257 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 Dipmi_hpmfwupg.c1360 selfTestCmd.resp.result2); in HpmfwupgActivationStage()
2108 pCtx->resp.result2); in HpmfwupgQuerySelftestResult()