Home
last modified time | relevance | path

Searched full:completed (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/
H A DStatus.interface.yaml18 C Boot Completed.
21 PXE Boot Completed.
24 Diagnostic Boot Completed.
27 CD-ROM Boot completed.
30 ROM Boot Completed
33 Boot Completed or Unspecified Boot Device.
/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
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml6 stable states like completed, failed or aborted.
13 Indicate the state of the operation, whether in progress, completed
24 Indicates when the state is completed since the Epoch (1 Jan 1970
38 - name: Completed
40 The operation is completed.
/openbmc/bmcweb/http/
H A Dhttp_response.hpp82 completed(res.completed) in Response()
85 if (!res.completed) in Response()
110 // Only need to move completion handler if not already completed in operator =()
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()
[all …]
/openbmc/bmcweb/redfish-core/include/registries/
H A Dtask_event_message_registry.hpp45 "A task has completed with errors.",
46 "The task with Id '%1' has completed with errors.",
69 "A task has completed.",
70 "The task with Id '%1' has completed.",
81 "A task has completed with warnings.",
82 "The task with Id '%1' has completed with warnings.",
H A Djob_event_message_registry.hpp57 "A job has completed with warnings or errors.",
58 "The job with Id '%1' has completed with warnings or errors.",
69 "A job has completed.",
70 "The job with Id '%1' has completed.",
/openbmc/openbmc-test-automation/data/
H A Dtask_state.json12 "TaskState": "Completed",
39 "Completed",
48 "Completed",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DTaskService.v1_2_1.json62 "Manual": "Completed tasks are not automatically overwritten.",
63 "Oldest": "Oldest completed tasks are overwritten."
106 …iption": "The overwrite policy for completed tasks. This property indicates if the task service o…
107 …contain the overwrite policy for completed tasks. This property shall indicate if the task servic…
165 … "description": "The number of minutes after which a completed task is deleted by the service.",
166 … contain the number of minutes after which a completed task, where `TaskState` contains the value …
H A DTask.v1_7_4.json199 …"description": "The date and time when the task was completed. This property will only appear whe…
201completed. This property shall not appear if the task is running or otherwise has not been comple…
321 "Completed",
334 "Completed": "Task was completed.", string
349 … "Completed": "This value shall represent that the task completed successfully or with warnings.", string
350 "Exception": "This value shall represent that the task completed with errors.",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DTaskService.v1_2_1.json62 "Manual": "Completed tasks are not automatically overwritten.",
63 "Oldest": "Oldest completed tasks are overwritten."
106 …iption": "The overwrite policy for completed tasks. This property indicates if the task service o…
107 …contain the overwrite policy for completed tasks. This property shall indicate if the task servic…
165 … "description": "The number of minutes after which a completed task is deleted by the service.",
166 … contain the number of minutes after which a completed task, where `TaskState` contains the value …
H A DTask.v1_7_4.json199 …"description": "The date and time when the task was completed. This property will only appear whe…
201completed. This property shall not appear if the task is running or otherwise has not been comple…
321 "Completed",
334 "Completed": "Task was completed.", string
349 … "Completed": "This value shall represent that the task completed successfully or with warnings.", string
350 "Exception": "This value shall represent that the task completed with errors.",
/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',
158 # <- { "return": { "status": "active", "completed": 1024000, number
166 # Emitted when background dump has completed
179 # "data": { "result": { "total": 1090650112, "status": "completed",
180 # "completed": 1090650112 } },
/openbmc/pldm/softoff/
H A Dsoftoff.hpp49 /** @brief Is the host soft off completed.
53 return completed; in isCompleted()
90 /** @brief When host soft off completed, stop the timer and
91 * set the completed to true.
143 /** @brief Host soft off completed flag.
145 bool completed = false; member in pldm::SoftPowerOff
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DPowerSupplyRedundancy.interface.yaml33 Cold redundancy setting status, set in progress or set completed.
68 - name: completed
70 For single node system, the status always keep show completed.
72 value of the properties, the status will be completed.
/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp17 bool completed{}; variable
59 completed = true; in callbackHandler()
88 EXPECT_EQ(false, completed); in TEST_F()
108 while (count < 2 && !completed) in TEST_F()
123 EXPECT_EQ(true, completed); in TEST_F()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py39 Completed 5.1 KiB/8.8 GiB (12.0 MiB/s) with 1 file(s) remaining
47 …percs = re.findall(r'^Completed (\d+.{0,1}\d*) (\w+)\/(\d+.{0,1}\d*) (\w+) (\(.+\)) with\s+', line)
49 completed = (percs[-1][0])
53 completed = convertToBytes(completed, completedUnit)
55 progress = (completed/total)*100.0
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dtask.hpp19 Completed, enumerator
36 {TaskState::Completed, "Completed"},
H A Djob.hpp18 Completed, enumerator
43 {JobState::Completed, "Completed"},
/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/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/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.cpp49 "Completed" == *status) in dumpStatusChanged()
51 // Dump completed successfully in dumpStatusChanged()
52 progressStatus = DumpProgressStatus::Completed; in dumpStatusChanged()
89 // wait for dump status to be completed (complete == true) in monitorDump()
110 else if (DumpProgressStatus::Completed == progressStatus) in monitorDump()
112 lg2::info("dump collection completed"); in monitorDump()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_toastertable_ui.py94 self.assertEqual(active_heading, 'Completed on',
95 'table should be sorted by "Completed on" by default')
142 self.assertEqual(active_heading, 'Completed on',
143 'table should be sorted by "Completed on" after hiding sort column')
/openbmc/qemu/tests/functional/
H A Dtest_migration.py27 return vm.cmd('query-migrate')['status'] in ('completed', 'failed')
39 self.assertEqual(src_vm.cmd('query-migrate')['status'], 'completed')
40 self.assertEqual(dst_vm.cmd('query-migrate')['status'], 'completed')

12345678910>>...28