Home
last modified time | relevance | path

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

1234567891011

/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
106 {ConfigLockOptions::Unlocked, "Unlocked"},
H A Dmemory.hpp87 Unlocked, enumerator
192 {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/linux/arch/arc/include/asm/
Dspinlock.h
Dspinlock_types.h
/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/linux/arch/parisc/include/asm/
Dspinlock_types.h
/openbmc/linux/Documentation/driver-api/nvdimm/
Dsecurity.rst
/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/linux/Documentation/driver-api/surface_aggregator/clients/
Ddtx.rst
/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
/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/linux/arch/mips/include/asm/octeon/
Dcvmx-l2c.h
/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/linux/include/linux/
Ddma-resv.h
Dhwspinlock.h
/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()
/openbmc/linux/net/6lowpan/
Dnhc.c
/openbmc/linux/Documentation/locking/
Dhwspinlock.rst
/openbmc/linux/include/asm-generic/
Dqspinlock.h
/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
343 # Boot parameter 5 is valid/unlocked
408 # Boot parameter 5 is valid/unlocked
/openbmc/linux/drivers/w1/slaves/
Dw1_ds2413.c

1234567891011