/external/strace/tests-mx32/ |
D | ipc_shm.c | 97 shmctl(id, IPC_RMID, NULL); in cleanup() 175 rc = shmctl(bogus_id, bogus_cmd, NULL); in main() 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main() 199 if (shmctl(id, IPC_SET, &ds)) in main() 207 rc = shmctl(0, SHM_INFO, &ds); in main() 211 rc = shmctl(id, SHM_STAT, &ds); in main() 215 rc = shmctl(id, SHM_STAT_ANY, &ds); in main()
|
/external/strace/tests-m32/ |
D | ipc_shm.c | 97 shmctl(id, IPC_RMID, NULL); in cleanup() 175 rc = shmctl(bogus_id, bogus_cmd, NULL); in main() 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main() 199 if (shmctl(id, IPC_SET, &ds)) in main() 207 rc = shmctl(0, SHM_INFO, &ds); in main() 211 rc = shmctl(id, SHM_STAT, &ds); in main() 215 rc = shmctl(id, SHM_STAT_ANY, &ds); in main()
|
/external/strace/tests/ |
D | ipc_shm.c | 97 shmctl(id, IPC_RMID, NULL); in cleanup() 175 rc = shmctl(bogus_id, bogus_cmd, NULL); in main() 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main() 199 if (shmctl(id, IPC_SET, &ds)) in main() 207 rc = shmctl(0, SHM_INFO, &ds); in main() 211 rc = shmctl(id, SHM_STAT, &ds); in main() 215 rc = shmctl(id, SHM_STAT_ANY, &ds); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | shmctl.cc | 16 int res = shmctl(id, IPC_STAT, &ds); in main() 20 assert(-1 != shmctl(id, IPC_RMID, 0)); in main() 23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo); in main()
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | shm_comm.c | 72 shmctl(id, IPC_RMID, NULL); in chld1_shm() 88 shmctl(id, IPC_RMID, NULL); in chld1_shm() 105 shmctl(id, IPC_RMID, NULL); in chld2_shm() 117 shmctl(id, IPC_RMID, NULL); in chld2_shm()
|
D | shmnstest.c | 60 shmctl(id, IPC_RMID, NULL); in check_shmid() 141 shmctl(id, IPC_RMID, NULL); in main()
|
/external/syzkaller/sys/freebsd/ |
D | ipc.txt | 53 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out]) 54 shmctl$IPC_SET(shmid ipc_shm, cmd const[IPC_SET], buf ptr[in, shmid_ds]) 55 shmctl$IPC_RMID(shmid ipc_shm, cmd const[IPC_RMID]) 56 shmctl$IPC_INFO(shmid ipc_shm, cmd const[IPC_INFO], buf buffer[out]) 57 shmctl$SHM_INFO(shmid ipc_shm, cmd const[SHM_INFO], buf buffer[out]) 58 shmctl$SHM_STAT(shmid ipc_shm, cmd const[SHM_STAT], buf buffer[out]) 59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK]) 60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 143 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 144 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr() 151 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spr() 152 shmctl(shm_id1, IPC_RMID, NULL); in ptrace_tm_spr()
|
D | ptrace-gpr.c | 99 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr() 107 shmctl(shm_id, IPC_RMID, NULL); in ptrace_gpr()
|
D | ptrace-vsx.c | 94 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx() 102 shmctl(shm_id, IPC_RMID, NULL); in ptrace_vsx()
|
D | ptrace-tm-tar.c | 139 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar() 145 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_tar()
|
D | ptrace-tm-spd-gpr.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr() 154 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 152 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar() 159 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_tar()
|
D | ptrace-tm-vsx.c | 147 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx() 153 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 164 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx() 170 shmctl(shm_id, IPC_RMID, NULL); in ptrace_tm_spd_vsx()
|
/external/syzkaller/sys/linux/ |
D | ipc.txt | 53 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out]) 54 shmctl$IPC_SET(shmid ipc_shm, cmd const[IPC_SET], buf ptr[in, shmid_ds]) 55 shmctl$IPC_RMID(shmid ipc_shm, cmd const[IPC_RMID]) 56 shmctl$IPC_INFO(shmid ipc_shm, cmd const[IPC_INFO], buf buffer[out]) 57 shmctl$SHM_INFO(shmid ipc_shm, cmd const[SHM_INFO], buf buffer[out]) 58 shmctl$SHM_STAT(shmid ipc_shm, cmd const[SHM_STAT], buf buffer[out]) 59 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK]) 60 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 71 shmctl(shmid, IPC_RMID, NULL); in main() 94 shmctl(shmid, IPC_RMID, NULL); in main() 98 shmctl(shmid, IPC_RMID, NULL); in main()
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat05.c | 73 shmctl(shmid, IPC_RMID, NULL); in shm_test() 82 shmctl(shmid, IPC_RMID, NULL); in shm_test() 86 shmctl(shmid, IPC_RMID, NULL); in shm_test()
|
D | hugeshmat04.c | 70 shmctl(shmid, IPC_RMID, NULL); in shared_hugepage() 81 shmctl(shmid, IPC_RMID, NULL); in shared_hugepage()
|
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 168 TEST(shmctl(*(TC[i].shmid), TC[i].cmd, TC[i].arg)); in main() 377 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_set() 417 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_lock() 430 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_unlock() 448 if (shmctl(shm_id_1, IPC_STAT, &buf) != -1) in func_rmid()
|
/external/syzkaller/sys/netbsd/ |
D | ipc.txt | 49 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out]) 50 shmctl$IPC_SET(shmid ipc_shm, cmd const[IPC_SET], buf ptr[in, shmid_ds]) 51 shmctl$IPC_RMID(shmid ipc_shm, cmd const[IPC_RMID]) 52 shmctl$SHM_LOCK(shmid ipc_shm, cmd const[SHM_LOCK]) 53 shmctl$SHM_UNLOCK(shmid ipc_shm, cmd const[SHM_UNLOCK])
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl01.c | 110 if (shmctl(shm_id_1, tcases[i].cmd, &buf) == -1) { in test_hugeshmctl() 274 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_set() 298 if (shmctl(shm_id_1, IPC_STAT, &buf) != -1) in func_rmid()
|
/external/ltp/testcases/kernel/syscalls/ipc/shmget/ |
D | shmget01.c | 93 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in main() 127 if (shmctl(shm_id_1, IPC_RMID, NULL) == -1) { in main()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 136 shmctl(shminfo->shmid, IPC_RMID, 0); in alloc_shm() 169 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); in alloc_shm_ximage() 184 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); in alloc_shm_ximage() 261 shmctl(xlib_dt->shminfo.shmid, IPC_RMID, 0); in xlib_displaytarget_destroy()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
D | cpuset_memory_test.c | 264 shmctl(shmid, IPC_RMID, NULL); in shm() 272 shmctl(shmid, IPC_RMID, NULL); in shm() 279 if (shmctl(shmid, IPC_RMID, NULL) == -1) in shm()
|