Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 10 of 10) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c157 #define LOCKED "lo" macro
169 locked = is_vmflag_set(addr, LOCKED); in is_vma_lock_on_fault()
248 if (!is_vmflag_set((unsigned long)map, LOCKED)) { in lock_check()
249 printf("VMA flag %s is missing on page 1\n", LOCKED); in lock_check()
253 if (!is_vmflag_set((unsigned long)map + page_size, LOCKED)) { in lock_check()
254 printf("VMA flag %s is missing on page 2\n", LOCKED); in lock_check()
276 if (is_vmflag_set((unsigned long)map, LOCKED)) { in unlock_lock_check()
277 printf("VMA flag %s is present on page 1 after unlock\n", LOCKED); in unlock_lock_check()
281 if (is_vmflag_set((unsigned long)map + page_size, LOCKED)) { in unlock_lock_check()
282 printf("VMA flag %s is present on page 2 after unlock\n", LOCKED); in unlock_lock_check()
/external/autotest/server/site_tests/cellular_StaleModemReboot/
Dcontrol63 LOCKED STATE (Test fails, the device should never be in this state unless
65 MODEM STATE LOCKED = 2
/external/avb/
DREADME.md579 LOCKED state or UNLOCKED state as used in Android.
581 In the context of AVB, the LOCKED state means that verification errors
591 as non-fatal. If the device is in the LOCKED state, don't pass the
597 using, e.g. `fastboot flashing lock` (to transition to the LOCKED
601 The device must only allow state transitions (e.g. from LOCKED to
602 UNLOCKED or UNLOCKED to LOCKED) after asserting physical presence of
607 All user data must be cleared when transitioning from the LOCKED to
612 shall also happening when transitioning from UNLOCKED to LOCKED. If
614 intensive wipe is required for UNLOCKED to LOCKED. Depending on the
625 used for verification, and device state (whether the device is LOCKED
[all …]
/external/ltp/testcases/kernel/security/mmc_security/
DREADME50 5) Force erase card (card must be LOCKED):
/external/libcap-ng/libcap-ng-0.7/
DChangeLog46 - Set the SECURE_NO_SETUID_FIXUP and LOCKED securebits flags in capng_lock
/external/libese/apps/boot/
DREADME.md349 if (lockBoot != 0x0) { // Boot is LOCKED.
352 if (lockOwner != 0x0) { // Owner is LOCKED
/external/python/cpython2/Lib/
Dhttplib.py150 LOCKED = 423 variable
/external/python/cpython2/Doc/library/
Dhttplib.rst377 | :const:`LOCKED` | ``423`` | WEBDAV `RFC 2518, Section 10.4 …
/external/openssh/
Dsshd.0150 …Tru64, a leading M-bM-^@M-^X*LOCKED*M-bM-^@M-^Y on FreeBSD and a leading M-bM-^@M-^X!M-bM-^@M-^Y o…
Dconfigure.ac845 AC_DEFINE([LOCKED_PASSWD_PREFIX], ["*LOCKED*"], [Account locked with pw(1)])