/openbmc/qemu/tests/qemu-iotests/ |
H A D | 293 | 89 $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 D | 294 | 69 $QEMU_IMG amend $SECRETS $IMGS1 -o state=inactive,keyslot=0 | _filter_img_create
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
/openbmc/telemetry/src/ |
H A D | state.hpp | 14 inactive, enumerator 51 return flags.all() ? StateEvent::active : StateEvent::inactive; in set()
|
/openbmc/linux/net/tipc/ |
H A D | subscr.c | 49 if (sub->inactive) in tipc_sub_send_event() 112 sub->inactive = true; in tipc_sub_timeout() 155 sub->inactive = false; in tipc_sub_subscribe()
|
H A D | subscr.h | 72 bool inactive; member
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_lru_list.c | 174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local 175 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() 179 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive() 183 if (last == inactive) in __bpf_lru_list_rotate_inactive() 188 if (cur == inactive) { in __bpf_lru_list_rotate_inactive() 217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local 222 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
|
/openbmc/linux/arch/arm/include/debug/ |
H A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 1642 struct i915_request **inactive) in cancel_port_requests() argument 1647 *inactive++ = *port; in cancel_port_requests() 1652 *inactive++ = *port; in cancel_port_requests() 1663 return inactive; in cancel_port_requests() 1817 process_csb(struct intel_engine_cs *engine, struct i915_request **inactive) in process_csb() argument 1846 return inactive; in process_csb() 1878 prev = inactive; in process_csb() 1933 *inactive++ = *old++; in process_csb() 1995 *inactive++ = *execlists->active++; in process_csb() 2046 return inactive; in process_csb() [all …]
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | strategies.rst | 32 ``inactive`` (idle). If they are active, they have to be in power states 34 are inactive, ideally, they should be in low-power states in which they may not 39 draw (or maximum energy usage) of it. If all of them are inactive, the system
|
/openbmc/linux/include/linux/ |
H A D | bpf-cgroup-defs.h | 66 struct bpf_prog_array *inactive; member
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/ |
H A D | obmc-console-ttyS2-ssh-bic@.service | 9 CollectMode=inactive-or-failed
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | sessiondef.hpp | 49 inactive, // Session is not in use enumerator
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
/openbmc/linux/include/net/ |
H A D | bonding.h | 169 inactive:1, /* indicates inactive slave */ member 570 slave->inactive = 1; in bond_set_slave_inactive_flags() 577 slave->inactive = 0; in bond_set_slave_active_flags() 582 return slave->inactive; in bond_is_slave_inactive()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-ima.rst | 99 When a new table is loaded in a device's inactive table slot, 128 which is being loaded into the DM device's inactive table slot. 209 data from an active and inactive table are measured. 222 device_inactive_metadata := Device metadata that reflects the inactive table. 226 inactive_table_hash := Hash of the inactive table. 249 When an inactive table is cleared from the device, the device information and a sha256 hash of the 250 data from an inactive table are measured. 260 …device_inactive_metadata := Device metadata that was captured during the load time inactive table … 262 inactive_table_hash := Hash of the inactive table being cleared from the device. 266 For instance, if a linear device's inactive table is cleared,
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | accordion.scss | 43 .accord-content.inactive {
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
H A D | remove_duplicate_install.patch | 12 Upstream-Status: Inappropriate [upstream inactive]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_vid.c | 123 u32 inactive = in get_horizontal_total() local 126 return active + inactive; in get_horizontal_total() 132 u32 inactive = in get_vertical_total() local 135 return active + inactive; in get_vertical_total()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx93-tqma9352-mba93xxla.dts | 282 * inactive, e.g. not disabled 306 * is inactive, e.g. not power down 318 * is inactive, e.g. not disabled 330 * is inactive, e.g. not in reset
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_fanctrl.sh | 50 service_stt=$(systemctl is-active "$service" | grep inactive)
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-trustzone-components | 24 - Supports 8 fully programmable address regions, initially inactive at reset,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | CVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch | 10 been inactive since 2013 [3].
|
H A D | CVE-2021-33643-CVE-2021-33644.patch | 10 been inactive since 2013 [3].
|
/openbmc/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 143 Subsystem maintainers may remove inactive maintainers from the MAINTAINERS 147 Removing an inactive maintainer should not be seen as a punitive action. 148 Having an inactive maintainer has a real cost as all developers have
|