Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 25 of 53) sorted by relevance

123

/external/ltp/testcases/kernel/security/mmc_security/
DREADME11 the card or assigning a new password to an unlocked card.
12 - change_password.sh: used to change the password from a unlocked card.
16 - remove_password.sh: used to remove the passwor from a card previously unlocked.
38 2) Assigning a password to an unlocked card:
42 3) Changing the password (card must be unlocked first):
46 4) Removing the password (card must be unlocked first):
/external/avb/examples/uefi/
Dmain.c40 bool unlocked = true; in efi_main() local
56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) { in efi_main()
60 unlocked ? "UNLOCKED" : "LOCKED", in efi_main()
65 if (unlocked) { in efi_main()
/external/toolchain-utils/cros_utils/
Dlocks.py36 unlocked = True
41 unlocked = False
44 return unlocked
/external/valgrind/docs/internals/
Dtm-mutexstates.dot11 locked -> unlocking [ label="unlocked\nby owner" ];
18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ];
20 locked -> free [ style=dotted, label="unlocked\nby non-owner" ];
/external/valgrind/helgrind/tests/
Dtc09_bad_unlock.stderr.exp-solaris8 Thread #x unlocked a not-locked lock at 0x........
31 Thread #x unlocked lock at 0x........ currently held by thread #x
47 Thread #x unlocked an invalid lock at 0x........
65 Thread #x unlocked a not-locked lock at 0x........
109 Thread #x unlocked lock at 0x........ currently held by thread #x
125 Thread #x unlocked an invalid lock at 0x........
Dtc20_verifywrap.stderr.exp-mips3292 Thread #x unlocked an invalid lock at 0x........
163 Thread #x unlocked a not-locked lock at 0x........
181 Thread #x unlocked a not-locked lock at 0x........
201 Thread #x unlocked a not-locked lock at 0x........
Dtc20_verifywrap.stderr.exp-s390x94 Thread #x unlocked an invalid lock at 0x........
165 Thread #x unlocked a not-locked lock at 0x........
180 Thread #x unlocked a not-locked lock at 0x........
197 Thread #x unlocked a not-locked lock at 0x........
Dtc20_verifywrap.stderr.exp-glibc-2.2192 Thread #x unlocked an invalid lock at 0x........
163 Thread #x unlocked a not-locked lock at 0x........
181 Thread #x unlocked a not-locked lock at 0x........
201 Thread #x unlocked a not-locked lock at 0x........
Dtc20_verifywrap.stderr.exp-glibc-2.1884 Thread #x unlocked an invalid lock at 0x........
155 Thread #x unlocked a not-locked lock at 0x........
170 Thread #x unlocked a not-locked lock at 0x........
187 Thread #x unlocked a not-locked lock at 0x........
Dtc20_verifywrap.stderr.exp-mips32-b92 Thread #x unlocked an invalid lock at 0x........
163 Thread #x unlocked a not-locked lock at 0x........
181 Thread #x unlocked a not-locked lock at 0x........
201 Thread #x unlocked a not-locked lock at 0x........
Dtc20_verifywrap.stderr.exp-solaris84 Thread #x unlocked an invalid lock at 0x........
155 Thread #x unlocked a not-locked lock at 0x........
182 Thread #x unlocked a not-locked lock at 0x........
211 Thread #x unlocked a not-locked lock at 0x........
Dtc12_rwl_trivial.stderr.exp-darwin9704 Thread #x unlocked a not-locked lock at 0x........
Dtc12_rwl_trivial.stderr.exp-solaris8 Thread #x unlocked a not-locked lock at 0x........
/external/autotest/client/site_tests/desktopui_ScreenLocker/
Dcontrol10 autotestPrivate.lockScreen, or cannot be unlocked with the correct password,
11 or if the screen is unlocked with an incorrect password.
/external/bison/m4/
Dunlocked-io.m41 # unlocked-io.m4 serial 15
20 [Define to 1 if you want getc etc. to use unlocked I/O if available.
/external/python/cpython2/Doc/library/
Dthreading.rst409 A primitive lock is in one of two states, "locked" or "unlocked". It is created
410 in the unlocked state. It has two basic methods, :meth:`acquire` and
411 :meth:`release`. When the state is unlocked, :meth:`acquire` changes the state
413 blocks until a call to :meth:`release` in another thread changes it to unlocked,
416 state to unlocked and returns immediately. If an attempt is made to release an
417 unlocked lock, a :exc:`ThreadError` will be raised.
420 turn to unlocked, only one thread proceeds when a :meth:`release` call resets
421 the state to unlocked; which one of the waiting threads proceeds is not defined,
432 block until the lock is unlocked, then set it to locked and return ``True``.
443 When the lock is locked, reset it to unlocked, and return. If any other threads
[all …]
Dmutex.rst25 Create a new (unlocked) mutex.
30 acquire the lock. When the mutex is unlocked while the queue is not empty, the
Dmsvcrt.rst37 regions are not merged; they must be unlocked individually.
/external/valgrind/drd/tests/
Dpth_cond_race3.vgtest3 vgopts: --report-signal-unlocked=no
/external/syslinux/com32/lib/sys/vesa/
Di915resolution.c173 bool unlocked; member
458 assert(!map->unlocked); in unlock_vbios()
460 map->unlocked = true; in unlock_vbios()
498 assert(map->unlocked); in relock_vbios()
499 map->unlocked = false; in relock_vbios()
/external/autotest/contrib/
Dreverify_unknown30 HOSTS=( $(cli/atest host list --unlocked | awk "$GET_HOSTS") )
/external/libese/apps/boot/
DREADME.md10 includes whether the device is unlocked or locked, whether it is unlockable,
40 unlocked, or cleared. If it is non-zero, then the lock is locked. Any
53 in production and can only be unlocked if provided a cryptographic signature.
157 both `LOCK_CARRIER` and `LOCK_DEVICE` are cleared/unlocked.
170 operating system. This allows an unlocked device (`LOCK_BOOT=0x0`) to
181 device to be unlocked implies both physical access the `LOCK_DEVICE`
380 or from an unlocked OS image.
/external/autotest/cli/
Dhost.py149 if options.locked and options.unlocked:
153 self.unlocked = options.unlocked
189 if self.locked or self.unlocked:
/external/autotest/server/site_tests/firmware_Cr50Unlock/
Dcontrol16 Verify the console can be unlocked by pressing the power button.
/external/autotest/server/site_tests/sonic_AppTest/
Dcontrol42 # look for an unlocked host with the sonic label. The context

123