/external/strace/tests-mx32/ |
D | ipc_msg.c | 101 msgctl(id, IPC_RMID, NULL); in cleanup() 135 rc = msgctl(bogus_msgid, bogus_cmd, NULL); in main() 140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr); in main() 146 if (msgctl(id, IPC_STAT, &ds)) in main() 161 if (msgctl(id, IPC_SET, &ds)) in main() 168 rc = msgctl(0, MSG_INFO, &ds); in main() 172 rc = msgctl(id, MSG_STAT, &ds); in main() 176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
|
D | ipc_msgbuf.test | 8 run_strace -a26 -v -e msgget,msgsnd,msgrcv,msgctl "$@" $args > "$EXP"
|
D | ipc_msgbuf.c | 65 int rc = msgctl(msqid, IPC_RMID, 0); in cleanup()
|
/external/strace/tests/ |
D | ipc_msg.c | 101 msgctl(id, IPC_RMID, NULL); in cleanup() 135 rc = msgctl(bogus_msgid, bogus_cmd, NULL); in main() 140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr); in main() 146 if (msgctl(id, IPC_STAT, &ds)) in main() 161 if (msgctl(id, IPC_SET, &ds)) in main() 168 rc = msgctl(0, MSG_INFO, &ds); in main() 172 rc = msgctl(id, MSG_STAT, &ds); in main() 176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
|
D | ipc_msgbuf.test | 8 run_strace -a26 -v -e msgget,msgsnd,msgrcv,msgctl "$@" $args > "$EXP"
|
D | ipc_msgbuf.c | 65 int rc = msgctl(msqid, IPC_RMID, 0); in cleanup()
|
/external/strace/tests-m32/ |
D | ipc_msg.c | 101 msgctl(id, IPC_RMID, NULL); in cleanup() 135 rc = msgctl(bogus_msgid, bogus_cmd, NULL); in main() 140 rc = msgctl(bogus_msgid, IPC_SET, bogus_addr); in main() 146 if (msgctl(id, IPC_STAT, &ds)) in main() 161 if (msgctl(id, IPC_SET, &ds)) in main() 168 rc = msgctl(0, MSG_INFO, &ds); in main() 172 rc = msgctl(id, MSG_STAT, &ds); in main() 176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
|
D | ipc_msgbuf.test | 8 run_strace -a26 -v -e msgget,msgsnd,msgrcv,msgctl "$@" $args > "$EXP"
|
D | ipc_msgbuf.c | 65 int rc = msgctl(msqid, IPC_RMID, 0); in cleanup()
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | msg_comm.c | 79 msgctl(id, IPC_RMID, NULL); in chld1_msg() 91 msgctl(id, IPC_RMID, NULL); in chld1_msg() 102 msgctl(id, IPC_RMID, NULL); in chld1_msg() 121 msgctl(id, IPC_RMID, NULL); in chld2_msg() 128 msgctl(id, IPC_RMID, NULL); in chld2_msg()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
D | msgstress02.c | 229 if (msgctl(tid, IPC_RMID, 0) < 0) { in cleanup_msgqueue() 296 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 313 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 318 if (msgctl(id, IPC_RMID, 0) < 0) { in dotest() 399 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 400 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) { in cleanup() 401 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgstress04.c | 255 if (msgctl(tid, IPC_RMID, 0) < 0) { in cleanup_msgqueue() 321 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 338 if (msgctl(tid, IPC_RMID, 0) < 0) { in dotest() 343 if (msgctl(id, IPC_RMID, 0) < 0) { in dotest() 442 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 443 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) { in cleanup() 444 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgstress03.c | 217 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 238 TEST(msgctl(id, IPC_RMID, 0)); in dotest() 282 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 283 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) { in cleanup() 284 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
D | msgstress01.c | 221 TEST(msgctl(tid, IPC_RMID, 0)); in dotest() 243 TEST(msgctl(id, IPC_RMID, 0)); in dotest() 293 (void)msgctl(tid, IPC_RMID, NULL); in cleanup() 294 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) { in cleanup() 295 (void)msgctl(tid, IPC_RMID, NULL); in cleanup()
|
/external/linux-kselftest/tools/testing/selftests/ipc/ |
D | msgque.c | 76 if (msgctl(id, IPC_RMID, 0)) in restore_queue() 123 if (msgctl(msgque->msq_id, IPC_RMID, 0)) { in check_and_destroy_queue() 137 ret = msgctl(kern_id, MSG_STAT, &ds); in dump_queue() 248 if (msgctl(msgque.msq_id, IPC_RMID, 0)) { in main()
|
/external/syzkaller/sys/linux/ |
D | ipc.txt | 20 msgctl$IPC_STAT(msqid ipc_msq, cmd const[IPC_STAT], buf buffer[out]) 21 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds]) 22 msgctl$IPC_RMID(msqid ipc_msq, cmd const[IPC_RMID]) 23 msgctl$IPC_INFO(msqid ipc_msq, cmd const[IPC_INFO], buf buffer[out]) 24 msgctl$MSG_INFO(msqid ipc_msq, cmd const[MSG_INFO], buf buffer[out]) 25 msgctl$MSG_STAT(msqid ipc_msq, cmd const[MSG_STAT], buf buffer[out])
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl03.c | 34 TEST(msgctl(msg_q, IPC_RMID, NULL)); in verify_msgctl() 42 TEST(msgctl(msg_q, IPC_STAT, &buf)); in verify_msgctl()
|
D | msgctl12.c | 46 TEST(msgctl(*tc[i].msg_id, tc[i].cmd, tc[i].buf)); in verify_msgctl()
|
D | msgctl02.c | 40 TEST(msgctl(msg_id, IPC_SET, &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]) 24 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds]) 25 msgctl$IPC_RMID(msqid ipc_msq, cmd const[IPC_RMID]) 26 msgctl$IPC_INFO(msqid ipc_msq, cmd const[IPC_INFO], buf buffer[out])
|
/external/toybox/toys/pending/ |
D | ipcs.c | 55 if ((ret = msgctl(TT.id, IPC_STAT, &buf)) < 0) { in show_msg_id() 345 if ((max_nr = msgctl(0, MSG_INFO, (struct msqid_ds*)&info_buf)) < 0) { in msg_array() 359 if ((msgctl(0, 3, (struct msqid_ds*)&info_buf)) < 0) return; //IPC_INFO in msg_array() 387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()
|
/external/syzkaller/sys/netbsd/ |
D | ipc.txt | 23 msgctl$IPC_STAT(msqid ipc_msq, cmd const[IPC_STAT], buf buffer[out]) 24 msgctl$IPC_SET(msqid ipc_msq, cmd const[IPC_SET], buf ptr[in, msqid_ds]) 25 msgctl$IPC_RMID(msqid ipc_msq, cmd const[IPC_RMID])
|
/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 31 DO_TEST(msgctl, __NR_msgctl)
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv08.c | 96 if (msgctl(msqid, IPC_RMID, 0)) in msgrcv_test()
|
/external/strace/ |
D | ipc_msgctl.c | 98 SYS_FUNC(msgctl) in SYS_FUNC() argument
|