Home
last modified time | relevance | path

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

123

/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml11 default: InProgress
14 aborted or failed. The default should be InProgress during the
32 - name: InProgress
/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/linux/lib/
H A Ddynamic_queue_limits.c20 unsigned int inprogress, prev_inprogress, limit; in dql_completed() local
32 inprogress = num_queued - completed; in dql_completed()
36 if ((ovlimit && !inprogress) || in dql_completed()
57 } else if (inprogress && prev_inprogress && !all_prev_completed) { in dql_completed()
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.cpp39 "OperationStatus.InProgress" != *status)) in dumpStatusChanged()
41 // dump is not in InProgress state, trace some info and change in in dumpStatusChanged()
72 DumpProgressStatus progressStatus = DumpProgressStatus::InProgress; in monitorDump()
92 while ((DumpProgressStatus::InProgress == progressStatus) && !timedOut) in monitorDump()
H A Dwatchdog_handler.hpp35 InProgress, enumerator
/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/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/webui-vue/src/store/modules/Operations/
H A DControlStore.js44 setOperationInProgress: (state, inProgress) =>
45 (state.isOperationInProgress = inProgress),
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DCollection.interface.yaml15 - name: "InProgress"
/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-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-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DPowerSupplyRedundancy.interface.yaml63 - name: inProgress
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp69 InProgress = 1, enumerator
/openbmc/entity-manager/src/
H A Dentity_manager.cpp1063 static bool inProgress = false; in propertiesChangedCallback() local
1085 if (inProgress) in propertiesChangedCallback()
1090 inProgress = true; in propertiesChangedCallback()
1100 inProgress = false; in propertiesChangedCallback()
1128 inProgress = false; in propertiesChangedCallback()
/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()
/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/linux/arch/x86/hyperv/
H A Dhv_init.c150 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()
161 emu_status.inprogress = 0; in hyperv_stop_tsc_emulation()
/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()

123