Home
last modified time | relevance | path

Searched full:unlocked (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Ddrive.hpp35 Unlocked, enumerator
101 Unlocked, enumerator
132 {EncryptionStatus::Unlocked, "Unlocked"},
198 {ConfigLockOptions::Unlocked, "Unlocked"},
H A Dstorage.hpp55 Unlocked, enumerator
113 {ConfigLockOptions::Unlocked, "Unlocked"},
H A Dmemory.hpp88 Unlocked, enumerator
194 {SecurityStates::Unlocked, "Unlocked"},
/openbmc/qemu/scripts/
H A Danalyse-locks-simpletrace.py30 "unlocked": 0}
53 rec["unlocked"] += 1
74 print ("Total locks: %d, locked: %d, unlocked: %d" %
80 print ("Lock: %#x locks: %d, locked: %d, unlocked: %d" %
81 (key, val["locks"], val["locked"], val["unlocked"]))
/openbmc/qemu/util/
H A Dlockcnt.c127 /* The fast path is (0, unlocked)->(1, unlocked). */ in qemu_lockcnt_inc()
171 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_and_lock()
186 /* If we were woken by another thread, but we're returning in unlocked in qemu_lockcnt_dec_and_lock()
212 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_if_lock()
226 /* If we were woken by another thread, but we're returning in unlocked in qemu_lockcnt_dec_if_lock()
/openbmc/qemu/tests/qtest/
H A Daspeed_scu-test.c69 * Test whether the SCU can be locked and unlocked correctly.
93 * Check that other registers are unlocked too, if more in test_protection_register()
134 * being required to be unlocked to do any operation. in test_2600_protection_register()
154 * retained when unlocked.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAttributes.interface.yaml33 Locked or unlocked state of the user. After repeated failed login
35 user can be unlocked manually by setting false to this property. This
H A DAccountPolicy.interface.yaml17 lockout. Value of 0 indicates that account must be unlocked manually.
H A DREADME.md54 - UserLockedForFailedAttempt - Locked or unlocked state of the user account.
/openbmc/openbmc/poky/scripts/lib/devtool/
H A D__init__.py338 """ This function will make unlocked-sigs.inc match the recipes in the
339 workspace plus any extras we want unlocked. """
349 unlockedsigs = os.path.join(confdir, 'unlocked-sigs.inc')
351 # Get current unlocked list if any
359 unlocked = sorted(values.get('SIGGEN_UNLOCKED_RECIPES', []))
363 if unlocked != newunlocked:
369 "# contain recipes that are unlocked.\n")
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDrive.interface.yaml107 - name: Unlocked
109 The drive in in unlocked state.
/openbmc/u-boot/test/py/tests/
H A Dtest_avb.py86 """Test if device is in the unlocked state
93 assert response == 'Unlocked = 1'
/openbmc/u-boot/cmd/
H A Davb.c239 bool unlocked = false; in do_avb_verify_part() local
253 if (avb_ops->read_is_device_unlocked(avb_ops, &unlocked) != in do_avb_verify_part()
263 unlocked, in do_avb_verify_part()
334 printf("Unlocked = %d\n", unlock); in do_avb_is_unlocked()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp297x.cpp160 auto unlocked = (rbuf[0] & passwordMatchMask) != 0; in isPasswordUnlock() local
163 unlocked ? "Unlocked" : "Locked"); in isPasswordUnlock()
165 co_return unlocked; in isPasswordUnlock() local
210 debug("Unlocked {MODE} write protection", "MODE", in unlockWriteProtect()
H A Dmp5998.cpp172 bool unlocked = (rbuf[0] & passwordUnlockBit) == 0; in unlockPasswordProtection() local
174 co_return unlocked; in unlockPasswordProtection() local
196 debug("Write protection unlocked"); in unlockWriteProtection()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot234 # Boot parameter 5 is valid/unlocked
287 # Boot parameter 5 is valid/unlocked
342 # Boot parameter 5 is valid/unlocked
406 # Boot parameter 5 is valid/unlocked
/openbmc/qemu/include/qemu/
H A Dlockable.h152 * return; <-- mutex is automatically unlocked
176 * return; <-- mutex is automatically unlocked
/openbmc/qemu/include/block/
H A Dgraph-lock.h218 * unlocked. TSA_ASSERT_SHARED() makes sure that the following calls know that
238 * @unlock_var can't be unlocked and then set to NULL because TSA wants the lock
269 * unlocked. TSA_ASSERT_SHARED() makes sure that the following calls know that
/openbmc/qemu/include/hw/misc/
H A Daspeed_sdmc.h45 bool unlocked; member
/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.h77 * to boot valid but unverified slots when the device is unlocked.
195 * androidboot.vbmeta.device_state: set to "locked" or "unlocked"
283 * UNLOCKED state. See the AvbSlotVerifyFlags enumeration for details.
H A Davb_ops.h208 /* Gets whether the device is unlocked. The value is returned in
209 * |out_is_unlocked| (true if unlocked, false otherwise). Returns
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h57 * sc.rl lock <= UNLOCKED
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py177 unlocked = False
179 unlocked = True
185 # If any unlocked recipe is in the direct dependencies then the
186 # current recipe should be unlocked as well.
190 unlocked = True
192 if not unlocked and recipename in self.lockedsigs:
/openbmc/estoraged/include/
H A Destoraged.hpp196 * @details The LUKS device should already be activated, i.e. unlocked.
207 * be unlocked already.
/openbmc/u-boot/include/
H A Dhwspinlock.h124 * @index: index of the lock to be unlocked

12345