Searched refs:SAFE_MSGCTL (Results 1 – 12 of 12) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl02.c | 50 SAFE_MSGCTL(msg_id, IPC_STAT, &buf); in verify_msgctl() 61 SAFE_MSGCTL(msg_id, IPC_SET, &orig_buf); in verify_msgctl() 70 SAFE_MSGCTL(msg_id, IPC_STAT, &orig_buf); in setup() 76 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
D | msgctl04.c | 100 SAFE_MSGCTL(msg_id1, IPC_RMID, NULL); in cleanup() 103 SAFE_MSGCTL(msg_id2, IPC_RMID, NULL); in cleanup() 107 SAFE_MSGCTL(msg_id3, IPC_RMID, NULL); in cleanup()
|
D | msgctl12.c | 60 index_q = SAFE_MSGCTL(msg_q, IPC_INFO, (struct msqid_ds*)&msginfo_buf); in setup() 66 SAFE_MSGCTL(msg_q, IPC_RMID, NULL); in cleanup()
|
D | msgctl01.c | 147 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd01.c | 49 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgsnd() 69 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd06.c | 74 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test() 87 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd05.c | 113 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgsnd02.c | 121 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
/external/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget01.c | 70 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
D | msgget03.c | 84 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup()
|
D | msgget02.c | 108 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
|
/external/ltp/include/ |
D | tst_safe_sysv_ipc.h | 42 #define SAFE_MSGCTL(msqid, cmd, buf) ({ \ macro
|