/external/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
D | shmctl01.c | 101 {&shm_id_1, IPC_STAT, &buf, func_istat, stat_setup}, 108 {&shm_id_1, IPC_STAT, &buf, func_istat, stat_setup}, 378 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_set() 418 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_lock() 431 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_unlock() 449 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/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl04.c | 83 &msg_q_1, IPC_STAT, &q_buf, EACCES}, 86 &msg_q_2, IPC_STAT, (struct msqid_ds *)-1, EFAULT}, 95 &bad_q, IPC_STAT, &q_buf, EINVAL},
|
D | msgctl02.c | 96 if ((msgctl(msg_q_1, IPC_STAT, &qs_buf) == -1)) { in main() 155 if ((msgctl(msg_q_1, IPC_STAT, &qs_buf)) == -1) { in setup()
|
D | msgctl06.c | 79 TEST(msgctl(msqid, IPC_STAT, &buf)); in main() 135 if ((status = msgctl(msqid, IPC_STAT, &buf)) != -1) { in cleanup()
|
D | msgctl03.c | 89 if ((msgctl(msg_q_1, IPC_STAT, &qs_buf) == -1)) { in main()
|
D | msgctl01.c | 88 TEST(msgctl(msg_q_1, IPC_STAT, &qs_buf)); in main()
|
D | msgctl13.c | 77 TEST(msgctl(msg_q, IPC_STAT, &buf)); in msgctl_verify()
|
/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/strace/xlat/ |
D | msgctl_flags.h | 25 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 26 XLAT(IPC_STAT),
|
D | shmctl_flags.h | 25 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 26 XLAT(IPC_STAT),
|
D | semctl_flags.h | 23 #if defined(IPC_STAT) || (defined(HAVE_DECL_IPC_STAT) && HAVE_DECL_IPC_STAT) 24 XLAT(IPC_STAT),
|
D | msgctl_flags.in | 3 IPC_STAT
|
D | shmctl_flags.in | 3 IPC_STAT
|
D | semctl_flags.in | 3 IPC_STAT
|
/external/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/ |
D | hugeshmctl01.c | 106 IPC_STAT, func_stat, stat_setup}, { 107 IPC_STAT, func_stat, stat_setup}, { 349 if (shmctl(shm_id_1, IPC_STAT, &buf) == -1) { in func_set() 373 if (shmctl(shm_id_1, IPC_STAT, &buf) != -1) in func_rmid()
|
D | hugeshmctl02.c | 87 &shm_id_2, IPC_STAT, (struct shmid_ds *)-1, EFAULT}, 90 &shm_id_3, IPC_STAT, &buf, EINVAL},
|
/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-m32/ |
D | ipc_shm.c | 91 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 95 if (shmctl(id, IPC_STAT, &ds)) in main()
|
/external/strace/tests-mx32/ |
D | ipc_shm.c | 91 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 95 if (shmctl(id, IPC_STAT, &ds)) in main()
|
/external/strace/tests/ |
D | ipc_shm.c | 91 rc = shmctl(bogus_id, IPC_STAT, bogus_addr); in main() 95 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()
|
/external/valgrind/memcheck/tests/solaris/ |
D | shmat.c | 23 int ret = shmctl(shmid, IPC_STAT, &stats); in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | ipc.h | 40 #define IPC_STAT 2 /* get ipc_perm options */ macro
|