| /openbmc/qemu/tests/unit/ |
| H A D | test-block-backend.c | 33 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 D | 234.out | 14 {"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 D | 262.out | 12 {"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 D | 030 | 669 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 D | 194.out | 18 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec… 25 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
|
| H A D | 280.out | 11 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec… 14 completed
|
| H A D | 203.out | 12 {"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "sec…
|
| H A D | 091.out | 14 vm1: live migration completed
|
| /openbmc/bmcweb/http/ |
| H A D | http_response.hpp | 82 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 D | utest.cpp | 19 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 D | s3.py | 49 completed = (percs[-1][0]) 53 completed = convertToBytes(completed, completedUnit) 55 progress = (completed/total)*100.0
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | ipmi_flash.md | 82 **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 D | softoff.hpp | 53 return completed; in isCompleted() 145 bool completed = false; member in pldm::SoftPowerOff
|
| /openbmc/qemu/hw/display/ |
| H A D | apple-gfx-mmio.m | 70 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 D | softoff.hpp | 66 return completed; in isCompleted() 112 bool completed = false; member in phosphor::ipmi::SoftPowerOff
|
| H A D | softoff.cpp | 100 completed = true; in hostControlEvent() 128 completed = true; in responseReceived()
|
| /openbmc/qemu/qapi/ |
| H A D | dump.json | 119 # @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 D | tpm-util.c | 198 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 D | vhost-user-backend.h | 40 bool completed; member
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | xlnx-versal-ospi.h | 73 bool completed; member
|
| /openbmc/qemu/backends/ |
| H A D | vhost-user.c | 129 if (b->completed) { in set_chardev() 148 b->completed = true; in set_chardev()
|
| /openbmc/phosphor-gpio-monitor/ |
| H A D | monitor.hpp | 70 inline auto completed() const in completed() function in phosphor::gpio::Monitor
|
| H A D | mainapp.cpp | 69 while (!monitor.completed()) in main()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | xlnx-versal-ospi.c | 422 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 D | base.cpp | 300 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()
|