/openbmc/pldm/oem/ibm/configurations/ |
H A D | fileTable.json | 11 …"path": "/usr/local/share/hostfw/running/80d00048.lid,/var/lib/phosphor-software-manager/hostfw/ru… 15 …"path": "/usr/local/share/hostfw/running/80d00049.lid,/var/lib/phosphor-software-manager/hostfw/ru… 19 …"path": "/usr/local/share/hostfw/running/80d0004a.lid,/var/lib/phosphor-software-manager/hostfw/ru… 23 …"path": "/usr/local/share/hostfw/running/80d0004b.lid,/var/lib/phosphor-software-manager/hostfw/ru… 27 …"path": "/usr/local/share/hostfw/running/80d0004c.lid,/var/lib/phosphor-software-manager/hostfw/ru… 31 …"path": "/usr/local/share/hostfw/running/80d0004d.lid,/var/lib/phosphor-software-manager/hostfw/ru… 35 …"path": "/usr/local/share/hostfw/running/80d0004e.lid,/var/lib/phosphor-software-manager/hostfw/ru… 39 …"path": "/usr/local/share/hostfw/running/80d0004f.lid,/var/lib/phosphor-software-manager/hostfw/ru… 43 …"path": "/usr/local/share/hostfw/running/81e00300.lid,/var/lib/phosphor-software-manager/hostfw/ru… 47 …"path": "/usr/local/share/hostfw/running/81e00430.lid,/var/lib/phosphor-software-manager/hostfw/ru… [all …]
|
/openbmc/qemu/tests/multiboot/ |
H A D | aout_kludge.out | 4 === Running test case: aout_kludge_1.bin === 8 === Running test case: aout_kludge_2.bin === 12 === Running test case: aout_kludge_3.bin === 16 === Running test case: aout_kludge_4.bin === 20 === Running test case: aout_kludge_5.bin === 25 === Running test case: aout_kludge_6.bin === 30 === Running test case: aout_kludge_7.bin === 35 === Running test case: aout_kludge_8.bin === 40 === Running test case: aout_kludge_9.bin ===
|
H A D | modules.out | 4 === Running test case: modules.elf === 9 === Running test case: modules.elf -initrd module.txt === 16 === Running test case: modules.elf -initrd module.txt argument === 23 === Running test case: modules.elf -initrd module.txt argument,,with,,commas === 30 === Running test case: modules.elf -initrd module.txt,module.txt argument,module.txt ===
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219.out | 6 {"return": [{"current-progress": "FILTERED", "id": "job0", "status": "running", "total-progress": "… 8 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 10 Pause/resume in RUNNING 16 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 17 {"return": [{"current-progress": 131072, "id": "job0", "status": "running", "total-progress": 41943… 23 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 24 {"return": [{"current-progress": 196608, "id": "job0", "status": "running", "total-progress": 41943… 30 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… 31 {"return": [{"current-progress": 262144, "id": "job0", "status": "running", "total-progress": 41943… 37 {"data": {"id": "job0", "status": "running"}, "event": "JOB_STATUS_CHANGE", "timestamp": {"microsec… [all …]
|
H A D | 234.out | 19 {"return": {"running": false, "status": "postmigrate"}} 20 {"return": {"running": true, "status": "running"}} 37 {"return": {"running": true, "status": "running"}} 38 {"return": {"running": false, "status": "postmigrate"}}
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_restore.robot | 30 ... State where system should be before running the 43 Test Restore Policy ALWAYS_POWER_OFF With Host Running 44 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running. 49 AlwaysOff Running Running 57 ... State where system should be before running the 66 AlwaysOn Off Running 70 Test Restore Policy ALWAYS_POWER_ON With Host Running 71 [Documentation] Verify the BMC restore policy is ALWAYS_POWER_ON while the Host is running. 76 AlwaysOn Running Running 80 Test Restore Policy Restore Last State With Host Running [all …]
|
/openbmc/qemu/qapi/ |
H A D | vfio.json | 18 # @running: The device is running. 26 # @running-p2p: The device is running in the P2P quiescent state. 28 # @pre-copy: The device is running, tracking its internal state and 31 # @pre-copy-p2p: The device is running in the P2P quiescent state, 38 'data': [ 'stop', 'running', 'stop-copy', 'resuming', 'running-p2p',
|
/openbmc/openbmc-test-automation/data/ |
H A D | boot_table.json | 15 "host": "^Running$", 38 "host": "^Running$", 61 "host": "^Running$", 198 "host": "^Running$", 225 "host": "^Running$", 235 "host": "^Running$", 251 "host": "^Running$", 261 "host": "^Running$", 276 "host": "^Running$", 286 "host": "^Running$", [all …]
|
/openbmc/qemu/tests/rocker/ |
H A D | all | 1 printf "Running port test... " 5 printf "Running bridge test... " 9 printf "Running bridge STP test... " 13 printf "Running bridge VLAN test... " 17 printf "Running bridge VLAN STP test... "
|
/openbmc/qemu/ |
H A D | cpu-common.c | 196 /* Ensure we are not running, or start_exclusive will be blocked. */ in start_exclusive() 197 g_assert(!current_cpu->running); in start_exclusive() 210 /* Write pending_cpus before reading other_cpu->running. */ in start_exclusive() 214 if (qatomic_read(&other_cpu->running)) { in start_exclusive() 251 qatomic_set(&cpu->running, true); in cpu_exec_start() 253 /* Write cpu->running before reading pending_cpus. */ in cpu_exec_start() 256 /* 1. start_exclusive saw cpu->running == true and pending_cpus >= 1. in cpu_exec_start() 261 * 2. start_exclusive saw cpu->running == false but pending_cpus >= 1. in cpu_exec_start() 262 * This includes the case when an exclusive item is running now. in cpu_exec_start() 267 * see cpu->running == true, and it will kick the CPU. in cpu_exec_start() [all …]
|
/openbmc/docs/designs/ |
H A D | bmc-reset-with-host-up.md | 13 host is up and running, there needs to be a process by which the two synchronize 26 host is running, then files are created in the filesystem to indicate this: 33 `op-reset-chassis-running@.service` is a templated service, checking pgood in 44 is already powered on and the host is running, there is no need to actually turn 65 - Support both IPMI and PLDM as mechanisms to determine if the host is running. 76 determine if the host is running. 82 command, it will be considered up and running 86 - PLDM will utilize a GetTID command to the host to determine if it is running 92 which is running. The `CurrentFirmwareCondition` property should not return 93 "Running" unless the Hypervisor firmware is running. [all …]
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | kdump | 77 #check whether the running kernel supports kdump. 79 echo "Kdump isn't supported on the running kernel!!!" 80 ${LOGGER} "Kdump isn't supported on the running kernel!!!" 87 echo "Kdump is already running."; 88 ${LOGGER} "Kdump is already running." 92 #check the running kernel cmdline option,insure "crashkernel=" always set. 95 echo "Kdump isn't supported on the running kernel,please check boot option!!!" 96 ${LOGGER} "Kdump isn't supported on the running kernel,please check boot option!!!"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
H A D | openl2tpd-initscript-fix.patch | 23 echo -n $"cannot start openl2tpd: openl2tpd is already running."; 24 - failure $"cannot start openl2tpd: openl2tpd already running."; 25 + #failure $"cannot start openl2tpd: openl2tpd already running."; 44 echo -n $"cannot stop openl2tpd: openl2tpd is not running." 45 - failure $"cannot stop openl2tpd: openl2tpd is not running." 46 + #failure $"cannot stop openl2tpd: openl2tpd is not running."
|
/openbmc/u-boot/board/efi/ |
H A D | Kconfig | 10 This target is used for running U-Boot on top of EFI. In 12 takes over once the RAM, video and CPU are fully running. 18 This target is used for running U-Boot on top of EFI. In 20 takes over once the RAM, video and CPU are fully running.
|
/openbmc/qemu/include/system/ |
H A D | runstate.h | 14 typedef void VMChangeStateHandler(void *opaque, bool running, RunState state); 15 typedef int VMChangeStateHandlerWithRet(void *opaque, bool running, RunState state); 23 * running. 37 * running. 54 * that are invoked when the vm starts or stops running. The main callback and 77 * @running: whether the VM is running or not. 84 int vm_state_notify(bool running, RunState state); 93 * think we are running.
|
/openbmc/openbmc-test-automation/lib/ |
H A D | state_map.py | 34 ("ALWAYS_POWER_ON", "Ready", "On", "Running"), 36 ("RESTORE_LAST_STATE", "Ready", "On", "Running"), 38 ("ALWAYS_POWER_OFF", "Ready", "On", "Running"), 64 "Running": { # Valid states when Host is powering on. 69 "xyz.openbmc_project.State.Host.HostState.Running", 79 "xyz.openbmc_project.State.Host.HostState.Running", 89 "xyz.openbmc_project.State.Host.HostState.Running", 114 "Running": { # Valid states when Host is powering on. 198 boot_type Boot type (e.g. off/running/host booted 214 boot_type Boot type (e.g. off/running/host booted
|
/openbmc/openpower-proc-control/procedures/phal/ |
H A D | check_host_running.cpp | 52 * This is the backup plan to ensuring the host is not running before the 56 * value 0xA5000001 to Mailbox scratch register 12 when they are up and running 60 * then it assumes the host is running and will leave power on to the system. 92 log<level::INFO>("CFAM read indicates host is not running", in checkHostRunning() 101 log<level::ERR>("CFAM read error, assume host is running"); in checkHostRunning() 106 // but CFAM indicates host is running. in checkHostRunning() 107 log<level::ERR>("CFAM read indicates host is running"); in checkHostRunning() 114 // indicate to services that host is running. in checkHostRunning() 139 * to indicate it is running when the host is stopped. This procedure will do 173 log<level::ERR>("CFAM write to clear host running status failed"); in clearHostRunning()
|
/openbmc/u-boot/lib/efi/ |
H A D | Kconfig | 2 bool "Support running U-Boot from EFI" 15 bool "Support running as an EFI application" 24 bool "Support running as an EFI payload" 49 bool "Produce a stub for running with 32-bit EFI" 52 bool "Produce a stub for running with 64-bit EFI"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ |
H A D | ulogd.init | 16 # restart stop and restart the service if the service is already running, 18 # try-restart restart the service if the service is already running 22 # this, otherwise restart the service if it is running 55 echo "$DESC already running ($pid)." 86 echo "$DESC is not running; none killed." >&2 116 echo "$DESC is not running; none reloaded." >&2 130 # pidof output null when no program is running, so no "2>/dev/null". 134 echo "$DESC is running ($pid)." 138 echo "$DESC is not running." >&2
|
/openbmc/qemu/hw/s390x/ |
H A D | tod-kvm.c | 64 * whether really to keep the tod running. E.g. during migration, this in kvm_s390_tod_set() 65 * is the point where we want to stop the initially running TOD to fire in kvm_s390_tod_set() 82 static void kvm_s390_tod_vm_state_change(void *opaque, bool running, in kvm_s390_tod_vm_state_change() argument 96 if (running && td->stopped) { in kvm_s390_tod_vm_state_change() 97 /* Set the old TOD when running the VM - start the TOD clock. */ in kvm_s390_tod_vm_state_change() 102 /* Treat errors like the TOD was running all the time. */ in kvm_s390_tod_vm_state_change() 104 } else if (!running && !td->stopped) { in kvm_s390_tod_vm_state_change() 108 /* Keep the TOD running in case we could not back it up. */ in kvm_s390_tod_vm_state_change() 151 * The TOD is initially running (value stored in KVM). Avoid needless in kvm_s390_tod_init()
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 18 # Running without a serial console is not supported by the 179 serial drivers are up and running (done in serial_init()). Otherwise 192 be available until the real driver model serial is running. 199 be available until the real driver model serial is running. 208 running. 217 running. 224 be available until the real driver-model serial is running. 232 be available until the real driver model serial is running. 239 be available until the real driver model serial is running. 247 U-Boot when running on top of EFI (Extensive Firmware Interface). [all …]
|
/openbmc/phosphor-ipmi-flash/bmc/ |
H A D | general_systemd.cpp | 40 std::fprintf(stderr, "Job alreading running %s: %s\n", in trigger() 65 currentStatus = ActionStatus::running; in trigger() 116 std::fprintf(stderr, "No running job %s\n", triggerService.c_str()); in match() 170 if (SystemdNoFile::status() != ActionStatus::running) in trigger() 189 ActionStatus result = SystemdNoFile::status() == ActionStatus::running in status() 190 ? ActionStatus::running in status() 199 * running, success, or failed. in status() 203 if (status == "running") in status() 205 result = ActionStatus::running; in status()
|
/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/ |
H A D | skeleton | 18 # restart stop and restart the service if the service is already running, 20 # try-restart restart the service if the service is already running 24 # this, otherwise restart the service if it is running 68 echo "$DESC already running ($pid)." 99 echo "$DESC is not running; none killed." >&2 129 echo "$DESC is not running; none reloaded." >&2 143 # pidof output null when no program is running, so no "2>/dev/null". 147 echo "$DESC is running ($pid)." 151 echo "$DESC is not running." >&2
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos.c | 83 bool running; in migrate() local 85 /* Is the machine currently running? */ in migrate() 89 g_assert(qdict_haskey(sub, "running")); in migrate() 90 running = qdict_get_bool(sub, "running"); in migrate() 100 /* Wait for STOP event, but only if we were running: */ in migrate() 101 if (running) { in migrate() 105 /* If we were running, we can wait for an event. */ in migrate() 106 if (running) { in migrate()
|
/openbmc/qemu/hw/timer/ |
H A D | nrf51_timer.c | 135 s->running = false; in timer_expire() 211 s->running = true; in nrf51_timer_write() 220 s->running = false; in nrf51_timer_write() 235 if (s->running) { in nrf51_timer_write() 242 if (s->running) { in nrf51_timer_write() 255 if (s->running) { in nrf51_timer_write() 273 if (s->mode == NRF51_TIMER_TIMER && s->running) { in nrf51_timer_write() 275 "%s: erroneous change of BITMODE while timer is running\n", in nrf51_timer_write() 281 if (s->mode == NRF51_TIMER_TIMER && s->running) { in nrf51_timer_write() 283 "%s: erroneous change of PRESCALER while timer is running\n", in nrf51_timer_write() [all …]
|