Home
last modified time | relevance | path

Searched full:inactive (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dinactive-node-nbd.out6 === Creating export of inactive node ===
8 Exports activate nodes without allow-inactive
20 Exports activate nodes with allow-inactive=false
24 {"execute": "block-export-add", "arguments": {"allow-inactive": false, "id": "exp0", "node-name": "…
34 Export leaves nodes inactive with allow-inactive=true
38 {"execute": "block-export-add", "arguments": {"allow-inactive": true, "id": "exp0", "node-name": "d…
50 Inactivating nodes with an export fails without allow-inactive
65 Inactivating nodes with an export fails with allow-inactive=false
68 {"execute": "block-export-add", "arguments": {"allow-inactive": false, "id": "exp0", "node-name": "…
80 Inactivating nodes with an export works with allow-inactive=true
[all …]
H A Dinactive-node-nbd39 exp['allow-inactive'] = allow_inactive
83 iotests.log('\n=== Creating export of inactive node ===')
85 iotests.log('\nExports activate nodes without allow-inactive')
94 iotests.log('\nExports activate nodes with allow-inactive=false')
104 iotests.log('\nExport leaves nodes inactive with allow-inactive=true')
117 'allow-inactive')
128 'allow-inactive=false')
140 'allow-inactive=true')
151 iotests.log('\n=== Inactive nodes with parent ===')
159 iotests.log('\nInactivating nodes with an inactive parent works')
[all …]
H A Dqsd-migrate47 'allow-inactive=true',
64 'allow-inactive=true',
100 # Reading is okay from both sides while the image is inactive. Note that
/openbmc/qemu/tests/qemu-iotests/
H A D29389 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=4 | _filter_img_create
100 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec0 | _filter_img_create
105 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=2 | _filter_img_create
139 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec2
142 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec1
145 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=inactive,${PR}old-secret=sec0
148 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=inactive,${PR}old-secret=sec3
161 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=inactive,${PR}old-secret=sec3
186 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}keyslot=0
187 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=inactive,${PR}old-secret=sec1
[all …]
H A D13780 -c "reopen -o overlap-check.inactive-l1=on" \
81 -c "reopen -o overlap-check.inactive-l1=off" \
82 -c "reopen -o overlap-check.inactive-l2=on" \
83 -c "reopen -o overlap-check.inactive-l2=off" \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/
H A DStatus.interface.yaml7 default: Inactive
34 - name: Inactive
36 System Inactive.
/openbmc/openbmc-test-automation/data/
H A Dboot_table.json7 "operating_system": "^Inactive$",
30 "operating_system": "^Inactive$",
53 "operating_system": "^Inactive$",
81 "operating_system": "^Inactive$",
101 "operating_system": "^Inactive$",
121 "operating_system": "^Inactive$",
141 "operating_system": "^Inactive$",
161 "operating_system": "^Inactive$",
181 "operating_system": "^Inactive$",
207 "operating_system": "^Inactive$",
[all …]
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good-drop17 if [ -z "$active" ] || [ "$active" != "inactive" ]; then
22 if [ -z "$active" ] || [ "$active" != "inactive" ]; then
27 if [ -z "$active" ] || [ "$active" != "inactive" ]; then
H A Ddeassert-power-good-drop21 if [ -z "$active" ] || [ "$active" != "inactive" ]; then
26 if [ -z "$active" ] || [ "$active" != "inactive" ]; then
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/
H A Dled-config.yaml60 - name: OS Inactive condition
69 bound: "xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive"
76 - OS Inactive condition
84 callback: OS Inactive condition
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good33 # Exit if any blocking service is not inactive
35 if [ "$(systemctl is-active "$svc")" != "inactive" ]; then
H A Ddeassert-power-good34 # Exit if any blocking service is not inactive
36 if [ "$(systemctl is-active "$svc")" != "inactive" ]; then
H A Ddeassert-post-end3 …em.Status OperatingSystemState s xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive
/openbmc/telemetry/src/
H A Dstate.hpp14 inactive, enumerator
51 return flags.all() ? StateEvent::active : StateEvent::inactive; in set()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp37 static OsState osState = OsState::Inactive;
59 // Setting osState to inactive for the same reason as above. in updateHostState()
60 osState = OsState::Inactive; in updateHostState()
65 // Only "Inactive" indicates that the POST is not done. All the other in updateHostState()
68 else if ((!biosDone) && (osState == OsState::Inactive)) in updateHostState()
124 osState = OsState::Inactive; in updateOsState()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A DCVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch10 been inactive since 2013 [3].
14 Upstream-Status: Inactive-Upstream [lastrelease: 2013 lastcommit: 2013]
H A DCVE-2021-33643-CVE-2021-33644.patch10 been inactive since 2013 [3].
14 Upstream-Status: Inactive-Upstream [lastrelease: 2013 lastcommit: 2013]
/openbmc/u-boot/drivers/adc/
H A Dsandbox.c15 * @conversion_status - conversion status: ACTIVE (started) / INACTIVE (stopped)
63 pr_err("Request for an inactive channel!"); in sandbox_adc_channel_data()
89 pr_err("Request for an inactive channel!"); in sandbox_adc_channels_data()
/openbmc/qemu/qapi/
H A Dblock-export.json376 # @allow-inactive: If true, the export allows the exported node to be inactive.
377 # If it is created for an inactive block node, the node remains inactive. If
378 # the export type doesn't support running on an inactive node, an error is
379 # returned. If false, inactive block nodes are automatically activated before
393 '*allow-inactive': 'bool' },
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2021-4217.patch23 Upstream-Status: Inactive-Upstream [infozip upstream inactive]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Duseradd4 INACTIVE=-1
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dlvm4 if ! lvscan |grep -i -w "inactive" &>/dev/null;then
/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py51 "xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive",
61 "xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive",
71 "xyz.openbmc_project.State.OperatingSystem.Status.OSStatus.Inactive",
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/
H A Dobmc-console-ttyS2-ssh-bic@.service9 CollectMode=inactive-or-failed
/openbmc/u-boot/drivers/spi/
H A Drk_spi.h57 SCOL_LOW = 0, /* Inactive state of serial clock is low */
58 SCOL_HIGH, /* Inactive state of serial clock is high */

12345678910>>...16