/openbmc/linux/arch/ia64/lib/ |
H A D | do_csum.S | 131 .rotr word1[4], word2[4],result1[LOAD_LATENCY+2],result2[LOAD_LATENCY+2] 223 mov result2[0]=r0 229 (ELD_1) cmp.ltu pC2[0],p0=result2[LOAD_LATENCY],word2[LOAD_LATENCY+1] 232 (ELD) add result2[LOAD_LATENCY-1]=result2[LOAD_LATENCY],word2[LOAD_LATENCY] 243 add result2[LOAD_LATENCY+1]=result2[LOAD_LATENCY+1],carry2 246 cmp.ltu p7,p0=result2[LOAD_LATENCY+1],carry2 249 (p7) adds result2[LOAD_LATENCY+1]=1,result2[LOAD_LATENCY+1] 251 add result1[0]=result1[LOAD_LATENCY+1],result2[LOAD_LATENCY+1] 253 cmp.ltu p6,p0=result1[0],result2[LOAD_LATENCY+1]
|
/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/linux/drivers/usb/storage/ |
H A D | transport.c | 1352 int result2; in usb_stor_reset_common() local 1383 result2 = usb_stor_clear_halt(us, us->send_bulk_pipe); in usb_stor_reset_common() 1387 result = result2; in usb_stor_reset_common()
|
H A D | sddr09.c | 940 int result2 = sddr09_read_status(us, &status); in sddr09_write_lba() 941 if (result2) in sddr09_write_lba() 950 int result2 = sddr09_test_unit_ready(us); in sddr09_write_lba()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 2300 int result, result1, result2; in hfa384x_drvr_start() local 2355 result2 = result; in hfa384x_drvr_start() 2357 if (result2 != 0) { in hfa384x_drvr_start() 2360 result1, result2); in hfa384x_drvr_start() 2368 } else if (result2 != 0) { in hfa384x_drvr_start() 2370 result2); in hfa384x_drvr_start()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_hpmfwupg.h | 653 unsigned char result2; member
|
/openbmc/openpower-vpd-parser/ |
H A D | ibm_vpd_app.cpp | 476 auto result2 = bus.call(property2); in isThisPcieOnPass1planar() local 478 result2.read(imVal); in isThisPcieOnPass1planar()
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 1346 int result = 0, result2; in st_flush() local 1363 (result2 = switch_partition(STp)) < 0) { in st_flush() 1366 result = result2; in st_flush() 1450 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush() 1452 result = result2; in st_flush()
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 972 auto result2 = pldm_entity_association_tree_find(tree, &entity); in TEST() local 973 EXPECT_NE(result2, l5b); in TEST() 976 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()
|