/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv07.c | 76 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_msg_except() 103 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_msg_noerror() 155 SAFE_MSGCTL(queue_id, IPC_STAT, &buf); in test_msg_copy() 164 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_msg_copy() 186 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_zero_msgtyp() 211 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_positive_msgtyp() 236 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in test_negative_msgtyp() 243 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv06.c | 42 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test() 54 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv01.c | 44 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgrcv() 75 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv02.c | 86 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test() 98 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv05.c | 61 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv08.c | 72 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgrcv03.c | 76 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl02.c | 37 SAFE_MSGCTL(msg_id, IPC_STAT, &buf); in verify_msgctl() 48 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf); in verify_msgctl() 57 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf); in setup() 63 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
D | msgctl04.c | 109 SAFE_MSGCTL(msg_id1, IPC_RMID, NULL); in cleanup() 112 SAFE_MSGCTL(msg_id2, IPC_RMID, NULL); in cleanup() 116 SAFE_MSGCTL(msg_id3, IPC_RMID, NULL); in cleanup()
|
D | msgctl12.c | 50 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup() 56 SAFE_MSGCTL(msg_q, IPC_RMID, NULL); in cleanup()
|
D | msgctl05.c | 39 SAFE_MSGCTL(msqid, IPC_RMID, NULL); in run()
|
D | msgctl06.c | 162 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
D | msgctl01.c | 134 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget04.c | 42 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in verify_msgget() 55 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgget05.c | 42 SAFE_MSGCTL(queue_id[1], IPC_RMID, NULL); in verify_msgget() 60 SAFE_MSGCTL(queue_id[i], IPC_RMID, NULL); in cleanup()
|
D | msgget01.c | 59 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgget03.c | 67 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup()
|
D | msgget02.c | 88 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd06.c | 52 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test() 65 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd01.c | 41 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgsnd() 76 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd05.c | 91 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd02.c | 99 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
/third_party/ltp/include/ |
D | tst_safe_sysv_ipc.h | 30 #define SAFE_MSGCTL(msqid, cmd, buf) ({ \ macro
|