Searched refs:SHM_LOCK (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | shmctl_flags.h | 34 #if defined(SHM_LOCK) || (defined(HAVE_DECL_SHM_LOCK) && HAVE_DECL_SHM_LOCK) 36 static_assert((SHM_LOCK) == (11), "SHM_LOCK != 11"); 39 # define SHM_LOCK 11 87 XLAT(SHM_LOCK),
|
D | shmctl_flags.in | 6 SHM_LOCK 11
|
/external/syzkaller/sys/netbsd/ |
D | ipc_amd64.const | 18 SHM_LOCK = 3
|
D | ipc.txt | 52 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
|
/external/syzkaller/sys/freebsd/ |
D | ipc_amd64.const | 22 SHM_LOCK = 11
|
D | ipc.txt | 59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
|
/external/syzkaller/sys/linux/ |
D | ipc_amd64.const | 28 SHM_LOCK = 11
|
D | ipc_arm.const | 28 SHM_LOCK = 11
|
D | ipc_arm64.const | 28 SHM_LOCK = 11
|
D | ipc_386.const | 28 SHM_LOCK = 11
|
D | ipc_ppc64le.const | 28 SHM_LOCK = 11
|
D | ipc.txt | 59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
|
/external/kernel-headers/original/uapi/linux/ |
D | shm.h | 84 #define SHM_LOCK 11 macro
|
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl02.c | 94 &shm_id_2, SHM_LOCK, &buf, EPERM},
|
D | shmctl01.c | 114 {&shm_id_1, SHM_LOCK, NULL, func_lock, NULL},
|