Searched refs:SHM_UNLOCK (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | shmctl_flags.h | 41 #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),
|
D | shmctl_flags.in | 7 SHM_UNLOCK 12
|
/external/syzkaller/sys/netbsd/ |
D | ipc_amd64.const | 21 SHM_UNLOCK = 4
|
D | ipc.txt | 53 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/syzkaller/sys/freebsd/ |
D | ipc_amd64.const | 26 SHM_UNLOCK = 12
|
D | ipc.txt | 60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/syzkaller/sys/linux/ |
D | ipc_arm.const | 34 SHM_UNLOCK = 12
|
D | ipc_arm64.const | 34 SHM_UNLOCK = 12
|
D | ipc_amd64.const | 34 SHM_UNLOCK = 12
|
D | ipc_ppc64le.const | 34 SHM_UNLOCK = 12
|
D | ipc_386.const | 34 SHM_UNLOCK = 12
|
D | ipc.txt | 60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/kernel-headers/original/uapi/linux/ |
D | shm.h | 85 #define SHM_UNLOCK 12 macro
|
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl02.c | 97 &shm_id_2, SHM_UNLOCK, &buf, EPERM}
|
D | shmctl01.c | 115 {&shm_id_1, SHM_UNLOCK, NULL, func_unlock, NULL},
|