Home
last modified time | relevance | path

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

/external/strace/xlat/
Dshmctl_flags.h41 #if defined(SHM_UNLOCK) || (defined(HAVE_DECL_SHM_UNLOCK) && HAVE_DECL_SHM_UNLOCK)
43 static_assert((SHM_UNLOCK) == (12), "SHM_UNLOCK != 12");
46 # define SHM_UNLOCK 12
88 XLAT(SHM_UNLOCK),
Dshmctl_flags.in7 SHM_UNLOCK 12
/external/syzkaller/sys/netbsd/
Dipc_amd64.const21 SHM_UNLOCK = 4
Dipc.txt53 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
/external/syzkaller/sys/freebsd/
Dipc_amd64.const26 SHM_UNLOCK = 12
Dipc.txt60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
/external/syzkaller/sys/linux/
Dipc_arm.const34 SHM_UNLOCK = 12
Dipc_arm64.const34 SHM_UNLOCK = 12
Dipc_amd64.const34 SHM_UNLOCK = 12
Dipc_ppc64le.const34 SHM_UNLOCK = 12
Dipc_386.const34 SHM_UNLOCK = 12
Dipc.txt60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
/external/kernel-headers/original/uapi/linux/
Dshm.h85 #define SHM_UNLOCK 12 macro
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl02.c97 &shm_id_2, SHM_UNLOCK, &buf, EPERM}
Dshmctl01.c115 {&shm_id_1, SHM_UNLOCK, NULL, func_unlock, NULL},