Home
last modified time | relevance | path

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

/external/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.c87 SAFE_MSGCTL(msg_id1, IPC_RMID, NULL); in cleanup()
90 SAFE_MSGCTL(msg_id2, IPC_RMID, NULL); in cleanup()
94 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()
Dmsgctl01.c134 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c37 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgsnd()
57 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd06.c62 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test()
75 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd05.c101 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd02.c109 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/external/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget01.c58 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgget03.c72 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup()
Dmsgget02.c96 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/external/ltp/include/
Dtst_safe_sysv_ipc.h42 #define SAFE_MSGCTL(msqid, cmd, buf) ({ \ macro