/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | drive.hpp | 35 Unlocked, enumerator 101 Unlocked, enumerator 132 {EncryptionStatus::Unlocked, "Unlocked"}, 198 {ConfigLockOptions::Unlocked, "Unlocked"},
|
H A D | storage.hpp | 55 Unlocked, enumerator 106 {ConfigLockOptions::Unlocked, "Unlocked"},
|
H A D | memory.hpp | 85 Unlocked, enumerator 188 {SecurityStates::Unlocked, "Unlocked"},
|
/openbmc/qemu/scripts/ |
H A D | analyse-locks-simpletrace.py | 30 "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 D | lockcnt.c | 126 /* The fast path is (0, unlocked)->(1, unlocked). */ in qemu_lockcnt_inc() 170 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_and_lock() 185 /* If we were woken by another thread, but we're returning in unlocked in qemu_lockcnt_dec_and_lock() 211 * (1, unlocked)->(0, locked) or (1, unlocked)->(0, waiting). in qemu_lockcnt_dec_if_lock() 225 /* If we were woken by another thread, but we're returning in unlocked in qemu_lockcnt_dec_if_lock()
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | spinlock.h | 140 * deny writer. Otherwise if unlocked grant to writer in arch_write_lock() 152 " brne %[val], %[UNLOCKED], 1b \n" /* while !UNLOCKED spin */ in arch_write_lock() 159 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_lock() 173 " brne %[val], %[UNLOCKED], 4f \n" /* !UNLOCKED, bail */ in arch_write_trylock() 184 [UNLOCKED] "ir" (__ARCH_RW_LOCK_UNLOCKED__), in arch_write_trylock() 332 * deny writer. Otherwise if unlocked grant to writer in arch_write_trylock()
|
H A D | spinlock_types.h | 20 * Unlocked : 0x0100_0000 22 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 62 The latch can additionally be locked and, correspondingly, unlocked, which 67 unlocked. 82 instructions/commands. In case the latch is unlocked, the led will flash 93 - If the latch is unlocked, the EC will open the latch and the clipboard 120 unlocked before it is opened. 343 The latch has neither been opened nor unlocked. 567 the latch on timeout. The latch is unlocked by default. This command will be 576 timeout. The latch is unlocked by default. This command will not open the 578 ignored if the latch is already unlocked. 602 lock is reset to the unlocked state.
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | spinlock_types.h | 20 * Unlocked : 0x0100_0000 22 * Write lock : 0x0, but only if prior value is "unlocked" 0x0100_0000
|
/openbmc/linux/Documentation/driver-api/nvdimm/ |
H A D | security.rst | 22 that DIMM. The following states are available: disabled, unlocked, locked, 62 a locked DIMM can be unlocked. Once unlocked, the DIMM will remain unlocked
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | swp.c | 84 * Return true if the entire region is locked (if @locked is true) or unlocked 172 /* If nothing in our range is unlocked, we don't need to do anything */ in spi_nor_sr_lock() 176 /* If anything below us is unlocked, we can't use 'bottom' protection */ in spi_nor_sr_lock() 180 /* If anything above us is unlocked, we can't use 'top' protection */ in spi_nor_sr_lock() 288 val = 0; /* fully unlocked */ in spi_nor_sr_unlock() 304 /* Don't protect status register if we're fully unlocked */ in spi_nor_sr_unlock() 326 * Returns 1 if entire region is locked, 0 if any portion is unlocked, and
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 338 """ 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/User/ |
H A D | Attributes.interface.yaml | 33 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/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-l2c.h | 256 * unlocked to allow for normal caching of DRAM. 270 * Note that this function will flush a matching but unlocked cache line. 275 * Returns 0: line not unlocked 276 * 1: line unlocked 286 * Returns Number of locked lines that the call unlocked
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 523 bool unlocked = false; in follow_fault_pfn() local 528 &unlocked); in follow_fault_pfn() 529 if (unlocked) in follow_fault_pfn() 728 long unlocked = 0, locked = 0; in vfio_unpin_pages_remote() local 733 unlocked++; in vfio_unpin_pages_remote() 740 vfio_lock_acct(dma, locked - unlocked, true); in vfio_unpin_pages_remote() 742 return unlocked; in vfio_unpin_pages_remote() 782 int unlocked; in vfio_unpin_page_external() local 788 unlocked = vfio_iova_put_vfio_pfn(dma, vpfn); in vfio_unpin_page_external() 791 vfio_lock_acct(dma, -unlocked, true); in vfio_unpin_page_external() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Drive.interface.yaml | 104 - name: Unlocked 106 The drive in in unlocked state.
|
/openbmc/linux/include/linux/iio/imu/ |
H A D | adis.h | 123 * registers. These functions also have unlocked variants 166 * __adis_write_reg_8() - Write single byte to a register (unlocked) 178 * __adis_write_reg_16() - Write 2 bytes to a pair of registers (unlocked) 190 * __adis_write_reg_32() - write 4 bytes to four registers (unlocked) 202 * __adis_read_reg_16() - read 2 bytes from a 16-bit register (unlocked) 221 * __adis_read_reg_32() - read 4 bytes from a 32-bit register (unlocked)
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis.c | 27 * __adis_write_reg() - write N bytes to register (unlocked version) 127 * __adis_read_reg() - read N bytes from register (unlocked version) 223 * __adis_update_bits_base() - ADIS Update bits function - Unlocked version 273 * __adis_enable_irq() - Enable or disable data ready IRQ (unlocked) 312 * __adis_check_status() - Check the device for error conditions (unlocked) 344 * __adis_reset() - Reset the device (unlocked version)
|
/openbmc/linux/include/linux/ |
H A D | dma-resv.h | 275 * dma_resv_for_each_fence_unlocked - unlocked fence iterator 336 * @ctx must be unlocked and then dma_resv_lock_slow() called on @obj. 338 * Unlocked by calling dma_resv_unlock(). 364 * @ctx must be unlocked and then dma_resv_lock_slow_interruptible() called on 367 * Unlocked by calling dma_resv_unlock(). 431 * Returns true if the mutex is locked, false if unlocked.
|
H A D | wait.h | 805 * unlocked while sleeping but @condition testing is done while lock 808 * The lock is locked/unlocked using spin_lock()/spin_unlock() 809 * functions which must match the way they are locked/unlocked outside 832 * unlocked while sleeping but @condition testing is done while lock 835 * The lock is locked/unlocked using spin_lock_irq()/spin_unlock_irq() 836 * functions which must match the way they are locked/unlocked outside 859 * unlocked while sleeping but @condition testing is done while lock 862 * The lock is locked/unlocked using spin_lock()/spin_unlock() 863 * functions which must match the way they are locked/unlocked outside 890 * unlocked while sleeping but @condition testing is done while lock [all …]
|
H A D | hwspinlock.h | 396 * to call unlock on a @hwlock that is already unlocked. 413 * already unlocked. 428 * unlocked. 443 * unlocked. 459 * unlocked.
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_avb.py | 86 """Test if device is in the unlocked state 93 assert response == 'Unlocked = 1'
|
/openbmc/u-boot/cmd/ |
H A D | avb.c | 239 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/linux/Documentation/scheduler/ |
H A D | sched-arch.rst | 15 To request the scheduler call switch_to with the runqueue unlocked, 19 Unlocked context switches introduce only a very minor performance
|
/openbmc/linux/Documentation/locking/ |
H A D | hwspinlock.rst | 268 code should **never** unlock an hwspinlock which is already unlocked 276 The caller should **never** unlock an hwspinlock which is already unlocked. 289 The caller should **never** unlock an hwspinlock which is already unlocked. 301 The caller should **never** unlock an hwspinlock which is already unlocked. 311 The caller should **never** unlock an hwspinlock which is already unlocked.
|