Home
last modified time | relevance | path

Searched refs:SAFE_MSGCTL (Results 1 – 23 of 23) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv07.c76 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()
Dmsgrcv06.c42 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test()
54 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgrcv01.c44 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgrcv()
75 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgrcv02.c86 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test()
98 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgrcv05.c61 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgrcv08.c72 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgrcv03.c76 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl02.c37 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()
Dmsgctl04.c109 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()
Dmsgctl12.c50 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()
Dmsgctl05.c39 SAFE_MSGCTL(msqid, IPC_RMID, NULL); in run()
Dmsgctl06.c162 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
Dmsgctl01.c134 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget04.c42 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in verify_msgget()
55 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgget05.c42 SAFE_MSGCTL(queue_id[1], IPC_RMID, NULL); in verify_msgget()
60 SAFE_MSGCTL(queue_id[i], IPC_RMID, NULL); in cleanup()
Dmsgget01.c59 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgget03.c67 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup()
Dmsgget02.c88 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd06.c52 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test()
65 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd01.c41 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgsnd()
76 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd05.c91 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd02.c99 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/third_party/ltp/include/
Dtst_safe_sysv_ipc.h30 #define SAFE_MSGCTL(msqid, cmd, buf) ({ \ macro