Searched refs:SAFE_MSGCTL (Results 1 – 8 of 8) sorted by relevance
/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) do { \ macro
|