Home
last modified time | relevance | path

Searched full:unlock (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/openbmc/qemu/tests/qemu-iotests/
H A D293.out26 qemu-io: can't open: Invalid password, cannot unlock any keyslot
29 qemu-io: can't open: Invalid password, cannot unlock any keyslot
57 qemu-io: can't open: Invalid password, cannot unlock any keyslot
58 qemu-io: can't open: Invalid password, cannot unlock any keyslot
59 qemu-io: can't open: Invalid password, cannot unlock any keyslot
69 qemu-io: can't open: Invalid password, cannot unlock any keyslot
70 qemu-io: can't open: Invalid password, cannot unlock any keyslot
71 qemu-io: can't open: Invalid password, cannot unlock any keyslot
79 qemu-io: can't open: Invalid password, cannot unlock any keyslot
82 qemu-io: can't open: Invalid password, cannot unlock any keyslot
[all …]
H A D294.out18 qemu-io: can't open: Invalid password, cannot unlock any keyslot
25 qemu-io: can't open: Invalid password, cannot unlock any keyslot
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-media_device-Add-bool-return-type-to-unlock.patch4 Subject: [PATCH 1/2] media_device: Add bool return type to unlock()
6 unlock uses lockf which is marked with __attribute__
32 - void unlock();
33 + bool unlock();
45 -void MediaDevice::unlock()
46 +bool MediaDevice::unlock()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dody-plugins.cpp14 * @brief Adds all chips in the OCMB PLL domain with active PLL unlock
18 * If more than one OCMB within the PLL domain is reporting a PLL unlock
51 throw std::logic_error("Expected at least one PLL unlock signature. " in pll_unlock()
56 // The hardware callouts will be all OCMBs with PLL unlock attentions and in pll_unlock()
61 // There is only one OCMB chip with a PLL unlock. So, the error is in pll_unlock()
69 // There are more than one OCMB chip with a PLL unlock. So, the error is in pll_unlock()
/openbmc/docs/designs/
H A Destoraged.md19 encrypted filesystem, wipe its contents, lock/unlock the device, or change the
37 make use of the lock/unlock feature (CMD42) at the eMMC hardware level as an
43 [Enabling SD/uSD Card Lock/Unlock Feature in Linux](https://media-www.micron.com/-/media/client/glo…
51 - Device Password: The password to lock or unlock the device hardware.
60 - Unlock the device
78 unlock the eMMC device when the BMC boots. It is the responsibility of the
91 - (method) Unlock
143 is often used to unlock an encrypted block device, where it takes the password
153 And it provides several additional methods related to encryption: Lock, Unlock,
171 lock, unlock, and change password.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.udiskie.rules6 "org.freedesktop.udisks.luks-unlock": YES,
11 "org.freedesktop.udisks2.encrypted-unlock": YES,
17 "org.freedesktop.udisks2.encrypted-unlock-other-seat": YES,
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c114 if (!ops->unlock) in hwspinlock_unlock()
117 return ops->unlock(hws->dev, hws->id); in hwspinlock_unlock()
129 if (ops->unlock) in hwspinlock_post_bind()
130 ops->unlock += gd->reloc_off; in hwspinlock_post_bind()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c226 addr[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()
227 addr[FLASH_CYCLE2] = 0x0055; /* unlock */ in flash_erase()
229 addr[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()
230 addr[FLASH_CYCLE2] = 0x0055; /* unlock */ in flash_erase()
283 base[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()
284 base[FLASH_CYCLE2] = 0x0055; /* unlock */ in flash_erase()
286 base[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()
287 base[FLASH_CYCLE2] = 0x0055; /* unlock */ in flash_erase()
415 base[FLASH_CYCLE1] = (u8) 0x00AA00AA; /* unlock */ in write_word()
416 base[FLASH_CYCLE2] = (u8) 0x00550055; /* unlock */ in write_word()
/openbmc/openpower-hw-diags/test/
H A Dtest-pll-unlock.cpp25 // Sub-test #1 - single PLL unlock attention on proc 1, clock 1
80 // Sub-test #2 - PLL unlock attention on multiple procs and clocks. Isolating
81 // only to proc 1 clock 0 PLL unlock attentions.
89 // PLL unlock signatures for each clock per processor. in TEST()
105 // Call the PLL unlock plugin. in TEST()
159 // Sub-test #3 - PLL unlock on single OCMB.
219 // Sub-test #4 - PLL unlock on multiple OCMBs in the same domain.
297 // Sub-test #5 - PLL unlock on multiple OCMBs in different domains.
363 // Sub-test #6 - PLL unlock on mixed PROCs and OCMBs.
/openbmc/u-boot/arch/arm/mach-k3/
H A Dam6_init.c22 /* Unlock the requested partition if locked using two-step sequence */ in mmr_unlock()
29 /* Unlock all WKUP_CTRL_MMR0 module registers */ in ctrl_mmr_unlock()
37 /* Unlock all MCU_CTRL_MMR0 module registers */ in ctrl_mmr_unlock()
43 /* Unlock all CTRL_MMR0 module registers */ in ctrl_mmr_unlock()
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp60 lock.unlock(); in push()
81 lock.unlock(); in BOOST_ASIO_INITFN_RESULT_TYPE()
89 lock.unlock(); in BOOST_ASIO_INITFN_RESULT_TYPE()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dbblock.rst53 To unlock a recipe, use the ``-r`` option::
57 You can also use a space-separated list of recipes to unlock multiple recipes::
62 unlock only particular tasks use the ``-t`` option with a comma-separated
67 To unlock all recipes, do not specify any recipe::
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/
H A Dlockfile-progs_0.1.19.bb1 SUMMARY = "Command-line programs to safely lock and unlock files and mailboxes"
3 lockfile-progs provide a method to lock and unlock mailboxes and files \
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblock.py113 # unlock all recipes and ensure no bblock.conf file exist
142 # unlock all recipes
146 # unlock all recipes and ensure no bblock.conf file exist
193 # unlock all tasks and rebuild, no more Note/Warning should remain
202 # unlock all recipes
/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dcpu.c21 /* Unlock DeviceCfg and set SWRST */ in reset_cpu()
27 /* Unlock DeviceCfg and clear SWRST */ in reset_cpu()
/openbmc/u-boot/drivers/mtd/
H A Djedec_flash.c70 * Unlock address sets for AMD command sets.
76 * unlock addresses for all bit widths.
100 * desireable to have the unlock address entries for unsupported
150 const __u8 uaddr[4]; /* unlock addrs for 8, 16, 32, 64 */
423 /* copy unlock addresses from device table to CFI info struct. This in fill_info()
425 the flash is not detected due to wrong unlock addresses, in fill_info()
443 debug("unlock address index %d\n", uaddr_idx); in fill_info()
446 debug("unlock addresses are 0x%lx/0x%lx\n", in fill_info()
/openbmc/u-boot/board/synopsys/emsdp/
H A Demsdp.c99 if (!strcmp(argv[1], "unlock")) in do_emsdp_rom()
134 "rom unlock - Unlock non-volatile memory for writing\n"
/openbmc/u-boot/include/
H A Dhwspinlock.h58 * Unlock the hardware spinlock
121 * Unlock the hardware spinlock
127 int (*unlock)(struct udevice *dev, int index); member
/openbmc/qemu/tests/qtest/
H A Dpflash-cfi02-test.c154 * uses addresses 0xAAA and 0x555 to unlock because the least significant in as_byte_addr()
188 static void unlock(const FlashConfig *c) in unlock() function
201 unlock(c); in sector_erase()
203 unlock(c); in sector_erase()
234 unlock(c); in program()
240 unlock(c); in chip_erase()
242 unlock(c); in chip_erase()
296 unlock(c); in test_geometry()
414 /* Unlock bypass */ in test_geometry()
415 unlock(c); in test_geometry()
[all …]
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c63 #define UNLOCK_WORD0 0xC520 /* 1st unlock word */
64 #define UNLOCK_WORD1 0xD928 /* 2nd unlock word */
85 * We have to use unlock sequence to reconfigure it. in init_wdog()
90 * WDOG2, the unlock sequence won't take effect really. in init_wdog()
/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py147 # protect unlock return fail status is region is already unlock (entire or
150 # unlock & lock always success.
152 "if sf protect unlock 0x0 0x4000000 ; then true ; else true ; fi"
/openbmc/openbmc/poky/scripts/
H A Dbblock3 # lock/unlock task to latest signature
106 parser = argparse_oe.ArgumentParser(description="Lock and unlock a recipe")
120 help="Unlock pn recipes, or all recipes if pn is empty",
/openbmc/u-boot/drivers/watchdog/
H A Dulp_wdog.c29 #define UNLOCK_WORD0 0xC520 /* 1st unlock word */
30 #define UNLOCK_WORD1 0xD928 /* 2nd unlock word */
/openbmc/qemu/hw/block/
H A Dpflash_cfi02.c28 * - unlock bypass command
331 case 0x80: /* Erase (unlock) */ in pflash_read()
332 /* We accept reads during second unlock sequence... */ in pflash_read()
503 trace_pflash_write(pfl->name, "unlock sequence started"); in pflash_write()
506 /* We started an unlock sequence */ in pflash_write()
512 trace_pflash_write(pfl->name, "unlock sequence done"); in pflash_write()
515 /* We finished an unlock sequence */ in pflash_write()
538 /* We need another unlock sequence */ in pflash_write()
572 /* Unlock bypass reset */ in pflash_write()
794 /* Address sensitive unlock required. */ in pflash_cfi02_fill_cfi_table()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c234 /* Unlock queues c2. It is then started automatically when c1 yields or in do_test_co_mutex()
279 * | | unlock |
281 * | unlock | |
382 * | unlock | | | |
387 * | | | unlock | |
389 * | | unlock | | |
391 * | | | | unlock |

12345678910>>...12