Home
last modified time | relevance | path

Searched full:inprogress (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/openpower-proc-control/extensions/phal/
H A Ddump_utils.cpp24 * @param[out] inProgress Used to break out of our dbus wait loop
28 bool& inProgress) in dumpStatusChanged() argument
45 "OperationStatus.InProgress" != *status)) in dumpStatusChanged()
51 inProgress = false; in dumpStatusChanged()
66 bool inProgress = true; // callback will update this in monitorDump() local
78 return dumpStatusChanged(msg, path, inProgress); in monitorDump()
86 while ((true == inProgress) && !timedOut) in monitorDump()
/openbmc/openpower-debug-collector/dump/
H A Ddump_utils.cpp19 bool inProgress = true; in monitorDumpCreation() local
37 "xyz.openbmc_project.Common.Progress.OperationStatus.InProgress") in monitorDumpCreation()
41 inProgress = false; in monitorDumpCreation()
47 for (uint32_t secondsCount = 0; inProgress && secondsCount < timeout; in monitorDumpCreation()
54 if (inProgress) in monitorDumpCreation()
H A Ddump_monitor.hpp89 Progress::OperationStatus::InProgress); in isInProgress()
H A Ddump_monitor.cpp111 // with completed status, so pick only entries with InProgress status. in handleDBusSignal()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml14 aborted or failed. The default should be InProgress during the
35 - name: InProgress
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.cpp41 "OperationStatus.InProgress" != *status)) in dumpStatusChanged()
43 // dump is not in InProgress state, trace some info and change in in dumpStatusChanged()
74 DumpProgressStatus progressStatus = DumpProgressStatus::InProgress; in monitorDump()
94 while ((DumpProgressStatus::InProgress == progressStatus) && !timedOut) in monitorDump()
H A Dwatchdog_handler.hpp35 InProgress, enumerator
/openbmc/webui-vue/src/store/modules/Operations/
H A DControlStore.js44 setOperationInProgress: (state, inProgress) =>
45 (state.isOperationInProgress = inProgress),
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot54 # Check if set-in-progress set to set inprogress.
55 ${inprogress}= Get System Info Set In Progress
56 # ${inprogress[0]} - parameter version.
57 # ${inprogress[1]} - Configuration parameter data,
59 Should Be Equal ${inprogress[1]} 01
72 ${inprogress}= Get System Info Set In Progress
73 # ${inprogress[0]} - parameter version.
74 # ${inprogress[1]} - Configuration parameter data,
76 Should Be Equal ${inprogress[1]} 01
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DCollection.interface.yaml15 - name: "InProgress"
H A DManager.interface.yaml223 - name: InProgress
/openbmc/qemu/hw/9pfs/
H A Dxen-9p-backend.c53 bool inprogress; member
247 ring->inprogress = false; in xen_9pfs_push_and_notify()
272 if (ring->inprogress) { in xen_9pfs_receive()
284 ring->inprogress = true; in xen_9pfs_receive()
459 xen_9pdev->rings[i].inprogress = false; in xen_9pfs_connect()
/openbmc/openpower-hw-diags/attn/
H A Dattn_dump.cpp14 "xyz.openbmc_project.Common.Progress.OperationStatus.InProgress";
74 // wait for dump status not InProgress or timeout in monitorDump()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DPowerSupplyRedundancy.interface.yaml63 - name: inProgress
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_resource.cpp57 phosphor::dump::OperationStatus::InProgress) && in notify()
203 vspString, pwd, phosphor::dump::OperationStatus::InProgress, in createDump()
H A Ddump_manager_system.cpp214 phosphor::dump::OperationStatus::InProgress, originatorId, in createDump()
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp69 InProgress = 1, enumerator
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp191 auto inProgress = (_inProgressPEL != 0) || _hostIface->cmdInProgress() || in newLogCallback() local
197 if (!inProgress && (firstPEL || gaveUp)) in newLogCallback()
/openbmc/phosphor-debug-collector/
H A Dbmc_dump_entry.hpp151 OperationStatus::InProgress, "", in Entry()
H A Ddump_manager_bmc.cpp91 phosphor::dump::OperationStatus::InProgress, originatorId, in createDump()
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/
H A DHoth.interface.yaml286 - name: "InProgress"
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_discovery.robot81 Discover BMC Pre And Post When Host Boot InProgress
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp233 "xyz.openbmc_project.Common.Progress.OperationStatus.InProgress";
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c51 bool inprogress; member
133 assert(!c->inprogress); in run_check()
138 c->inprogress = true; in run_check()
161 c->inprogress = false; in run_check()
/openbmc/pldm/oem/ibm/requester/
H A Ddbus_to_file_handler.cpp123 "xyz.openbmc_project.Common.Progress.OperationStatus.InProgress") in processNewResourceDump()

12