/external/strace/xlat/ |
D | msgctl_flags.h | 20 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 22 static_assert((IPC_STAT) == (2), "IPC_STAT != 2"); 25 # define IPC_STAT 2 71 XLAT(IPC_STAT),
|
D | shmctl_flags.h | 20 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 22 static_assert((IPC_STAT) == (2), "IPC_STAT != 2"); 25 # define IPC_STAT 2 85 XLAT(IPC_STAT),
|
D | semctl_flags.h | 20 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 22 static_assert((IPC_STAT) == (2), "IPC_STAT != 2"); 25 # define IPC_STAT 2 118 XLAT(IPC_STAT),
|
D | msgctl_flags.in | 4 IPC_STAT 2
|
D | shmctl_flags.in | 4 IPC_STAT 2
|
D | semctl_flags.in | 4 IPC_STAT 2
|
/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 102 {&shm_id_1, IPC_STAT, &buf, func_istat, stat_setup}, 109 {&shm_id_1, IPC_STAT, &buf, func_istat, stat_setup}, 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()
|
D | shmctl02.c | 79 &shm_id_1, IPC_STAT, &buf, EACCES}, 85 &shm_id_2, IPC_STAT, (struct shmid_ds *)-1, EFAULT}, 88 &shm_id_3, IPC_STAT, &buf, EINVAL},
|
/external/syzkaller/sys/netbsd/ |
D | ipc.txt | 23 msgctl$IPC_STAT(msqid ipc_msq, cmd const[IPC_STAT], buf buffer[out]) 31 semctl$IPC_STAT(semid ipc_sem, semnum const[0], cmd const[IPC_STAT], arg buffer[out]) 49 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out])
|
D | ipc_amd64.const | 13 IPC_STAT = 2
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl01.c | 79 {IPC_STAT, func_stat, stat_setup}, 80 {IPC_STAT, func_stat, stat_setup}, 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()
|
D | hugeshmctl02.c | 62 {&shm_id_2, IPC_STAT, (struct shmid_ds *)-1, EFAULT}, 64 {&shm_id_3, IPC_STAT, &buf, EINVAL},
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl04.c | 46 {&msg_id1, IPC_STAT, &q_buf, EACCES}, 48 {&msg_id2, IPC_STAT, (struct msqid_ds *)-1, EFAULT}, 54 {&bad_q, IPC_STAT, &q_buf, EINVAL},
|
D | msgctl02.c | 50 SAFE_MSGCTL(msg_id, IPC_STAT, &buf); in verify_msgctl() 70 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf); in setup()
|
D | msgctl03.c | 42 TEST(msgctl(msg_q, IPC_STAT, &buf)); in verify_msgctl()
|
/external/syzkaller/sys/freebsd/ |
D | ipc.txt | 23 msgctl$IPC_STAT(msqid ipc_msq, cmd const[IPC_STAT], buf buffer[out]) 32 semctl$IPC_STAT(semid ipc_sem, semnum const[0], cmd const[IPC_STAT], arg buffer[out]) 53 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out])
|
D | ipc_amd64.const | 14 IPC_STAT = 2
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 12-1-buildonly.c | 46 #ifndef IPC_STAT 47 #error IPC_STAT not defined
|
/external/syzkaller/sys/linux/ |
D | ipc.txt | 20 msgctl$IPC_STAT(msqid ipc_msq, cmd const[IPC_STAT], buf buffer[out]) 32 semctl$IPC_STAT(semid ipc_sem, semnum const[0], cmd const[IPC_STAT], arg buffer[out]) 53 shmctl$IPC_STAT(shmid ipc_shm, cmd const[IPC_STAT], buf buffer[out])
|
/external/strace/ |
D | ipc_shmctl.c | 63 case IPC_STAT: in print_shmid_ds() 73 if (cmd != IPC_STAT) { in print_shmid_ds()
|
D | ipc_msgctl.c | 63 case IPC_STAT: in print_msqid_ds() 73 if (cmd != IPC_STAT) { in print_msqid_ds()
|
/external/strace/tests-mx32/ |
D | ipc_shm.c | 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main()
|
/external/strace/tests-m32/ |
D | ipc_shm.c | 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main()
|
/external/strace/tests/ |
D | ipc_shm.c | 179 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 184 if (shmctl(id, IPC_STAT, &ds)) in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | shmctl.cc | 16 int res = shmctl(id, IPC_STAT, &ds); in main()
|