/openbmc/openpower-proc-control/extensions/phal/ |
H A D | dump_utils.cpp | 24 * @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 D | Progress.interface.yaml | 11 default: InProgress 14 aborted or failed. The default should be InProgress during the 32 - name: InProgress
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_utils.cpp | 19 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 D | dump_monitor.hpp | 89 Progress::OperationStatus::InProgress); in isInProgress()
|
H A D | dump_monitor.cpp | 111 // with completed status, so pick only entries with InProgress status. in handleDBusSignal()
|
/openbmc/linux/lib/ |
H A D | dynamic_queue_limits.c | 20 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 D | watchdog_handler.cpp | 39 "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 D | watchdog_handler.hpp | 35 InProgress, enumerator
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_systeminfo_parameters.robot | 54 # 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 D | xen-9p-backend.c | 53 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 D | ControlStore.js | 44 setOperationInProgress: (state, inProgress) => 45 (state.isOperationInProgress = inProgress),
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/ |
H A D | Collection.interface.yaml | 15 - name: "InProgress"
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dump.cpp | 14 "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 D | dump_manager_resource.cpp | 57 phosphor::dump::OperationStatus::InProgress) && in notify() 203 vspString, pwd, phosphor::dump::OperationStatus::InProgress, in createDump()
|
H A D | dump_manager_system.cpp | 214 phosphor::dump::OperationStatus::InProgress, originatorId, in createDump()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | PowerSupplyRedundancy.interface.yaml | 63 - name: inProgress
|
/openbmc/phosphor-host-ipmid/ |
H A D | transportconstants.hpp | 69 InProgress = 1, enumerator
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 1063 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 D | host_notifier.cpp | 191 auto inProgress = (_inProgressPEL != 0) || _hostIface->cmdInProgress() || in newLogCallback() local 197 if (!inProgress && (firstPEL || gaveUp)) in newLogCallback()
|
/openbmc/phosphor-debug-collector/ |
H A D | bmc_dump_entry.hpp | 151 OperationStatus::InProgress, "", in Entry()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/ |
H A D | Hoth.interface.yaml | 286 - name: "InProgress"
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_discovery.robot | 81 Discover BMC Pre And Post When Host Boot InProgress
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 150 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 D | checks.c | 51 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 D | dbus_to_file_handler.cpp | 123 "xyz.openbmc_project.Common.Progress.OperationStatus.InProgress") in processNewResourceDump()
|