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.c50 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()
Dmsgctl04.c100 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()
Dmsgctl12.c60 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()
Dmsgctl01.c147 SAFE_MSGCTL(msg_id, IPC_RMID, NULL); in cleanup()
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
Dmsgsnd01.c49 SAFE_MSGCTL(queue_id, IPC_STAT, &qs_buf); in verify_msgsnd()
69 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd06.c74 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in do_test()
87 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd05.c113 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgsnd02.c121 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/external/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget01.c70 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
Dmsgget03.c84 SAFE_MSGCTL(queues[num], IPC_RMID, NULL); in cleanup()
Dmsgget02.c108 SAFE_MSGCTL(queue_id, IPC_RMID, NULL); in cleanup()
/external/ltp/include/
Dtst_safe_sysv_ipc.h42 #define SAFE_MSGCTL(msqid, cmd, buf) ({ \ macro