Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 179) sorted by relevance

12345678

/openbmc/qemu/tests/unit/
H A Dtest-block-backend.c33 bool *completed = opaque; in test_drain_aio_error_flush_cb() local
36 *completed = true; in test_drain_aio_error_flush_cb()
44 bool completed = false; in test_drain_aio_error() local
46 acb = blk_aio_flush(blk, test_drain_aio_error_flush_cb, &completed); in test_drain_aio_error()
48 g_assert(completed == false); in test_drain_aio_error()
51 g_assert(completed == true); in test_drain_aio_error()
61 bool completed = false; in test_drain_all_aio_error() local
63 acb = blk_aio_flush(blk, test_drain_aio_error_flush_cb, &completed); in test_drain_all_aio_error()
65 g_assert(completed == false); in test_drain_all_aio_error()
68 g_assert(completed == true); in test_drain_all_aio_error()
/openbmc/qemu/tests/qemu-iotests/
H A D234.out14 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
16 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
17 completed
18 completed
32 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
34 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
35 completed
36 completed
H A D262.out12 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
14 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
15 completed
16 completed
H A D030669 completed = False
671 while not completed:
684 completed = True
697 completed = False
698 while not completed:
717 completed = True
730 completed = False
731 while not completed:
765 completed = True
777 completed = False
[all …]
H A D194.out18 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
25 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
H A D280.out11 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
14 completed
H A D203.out12 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
H A D091.out14 vm1: live migration completed
/openbmc/bmcweb/http/
H A Dhttp_response.hpp82 completed(res.completed) in Response()
85 if (!res.completed) in Response()
115 if (!r.completed) in operator =()
124 completed = r.completed; in operator =()
160 return completed; in isCompleted()
228 completed = false; in clear()
272 if (completed) in end()
277 completed = true; in end()
293 completed = false; in setCompleteRequestHandler()
302 completed = true; in releaseCompleteRequestHandler()
[all …]
/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp19 bool completed{}; variable
61 completed = true; in callbackHandler()
90 EXPECT_EQ(false, completed); in TEST_F()
110 while (count < 2 && !completed) in TEST_F()
125 EXPECT_EQ(true, completed); in TEST_F()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py49 completed = (percs[-1][0])
53 completed = convertToBytes(completed, completedUnit)
55 progress = (completed/total)*100.0
/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md82 **The verification process has completed.**
102 **The update has completed (optional state to reach).**
124 | 11. `sessionStat(...)` | VS | VS (if !completed) |
125 | 11. `sessionStat(...)` | VS | VC (if completed) |
129 | 15. `sessionStat(...)` | US | US (if !completed) |
130 | 15. `sessionStat(...)` | US | UC (if completed) |
/openbmc/pldm/softoff/
H A Dsoftoff.hpp53 return completed; in isCompleted()
145 bool completed = false; member in pldm::SoftPowerOff
/openbmc/qemu/hw/display/
H A Dapple-gfx-mmio.m70 bool completed; field
77 qatomic_set(&job->completed, true);
86 .completed = false,
92 AIO_WAIT_WHILE(NULL, !qatomic_read(&job.completed));
102 qatomic_set(&job->completed, true);
113 .completed = false,
119 AIO_WAIT_WHILE(NULL, !qatomic_read(&job.completed));
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.hpp66 return completed; in isCompleted()
112 bool completed = false; member in phosphor::ipmi::SoftPowerOff
H A Dsoftoff.cpp100 completed = true; in hostControlEvent()
128 completed = true; in responseReceived()
/openbmc/qemu/qapi/
H A Ddump.json119 # @completed: the last dump has finished successfully.
126 'data': [ 'none', 'active', 'completed', 'failed' ] }
135 # @completed: bytes written in latest dump (uncompressed)
143 'completed': 'int',
166 # Emitted when background dump has completed
/openbmc/qemu/tests/qtest/
H A Dtpm-util.c198 bool completed; in tpm_util_wait_for_migration_complete() local
207 completed = strcmp(status, "completed") == 0; in tpm_util_wait_for_migration_complete()
210 if (completed) { in tpm_util_wait_for_migration_complete()
/openbmc/qemu/include/system/
H A Dvhost-user-backend.h40 bool completed; member
/openbmc/qemu/include/hw/ssi/
H A Dxlnx-versal-ospi.h73 bool completed; member
/openbmc/qemu/backends/
H A Dvhost-user.c129 if (b->completed) { in set_chardev()
148 b->completed = true; in set_chardev()
/openbmc/phosphor-gpio-monitor/
H A Dmonitor.hpp70 inline auto completed() const in completed() function in phosphor::gpio::Monitor
H A Dmainapp.cpp69 while (!monitor.completed()) in main()
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c422 op->completed = true; in ind_op_advance()
439 op[1].completed = true; in ospi_ind_op_next()
451 op->completed = false; in ind_op_setup()
456 return op->completed; in ospi_ind_op_completed()
461 return s->rd_ind_op[0].completed && s->wr_ind_op[0].completed; in ospi_ind_op_all_completed()
466 op[0].completed = true; in ospi_ind_op_cancel()
467 op[1].completed = true; in ospi_ind_op_cancel()
474 if (op->completed) { in ospi_ind_op_add()
482 if (op->completed) { in ospi_ind_op_add()
1407 s->rd_ind_op[0].completed = true; in xlnx_versal_ospi_reset()
[all …]
/openbmc/sdeventplus/test/source/
H A Dbase.cpp300 bool completed = false; in TEST_F() local
301 Base::Callback callback = [&completed](Base&) { completed = true; }; in TEST_F()
308 EXPECT_FALSE(completed); in TEST_F()
311 EXPECT_TRUE(completed); in TEST_F()

12345678