Home
last modified time | relevance | path

Searched refs:SHM_LOCK (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dshmctl_flags.h34 #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),
Dshmctl_flags.in6 SHM_LOCK 11
/external/syzkaller/sys/netbsd/
Dipc_amd64.const18 SHM_LOCK = 3
Dipc.txt52 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
/external/syzkaller/sys/freebsd/
Dipc_amd64.const22 SHM_LOCK = 11
Dipc.txt59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
/external/syzkaller/sys/linux/
Dipc_arm.const28 SHM_LOCK = 11
Dipc_arm64.const28 SHM_LOCK = 11
Dipc_amd64.const28 SHM_LOCK = 11
Dipc_ppc64le.const28 SHM_LOCK = 11
Dipc_386.const28 SHM_LOCK = 11
Dipc.txt59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK])
/external/kernel-headers/original/uapi/linux/
Dshm.h84 #define SHM_LOCK 11 macro
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl02.c94 &shm_id_2, SHM_LOCK, &buf, EPERM},
Dshmctl01.c114 {&shm_id_1, SHM_LOCK, NULL, func_lock, NULL},