Home
last modified time | relevance | path

Searched refs:msg_q_2 (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c70 int msg_q_2 = -1; /* Another queue id created in setup */ variable
86 &msg_q_2, IPC_STAT, (struct msqid_ds *)-1, EFAULT},
89 &msg_q_2, IPC_SET, (struct msqid_ds *)-1, EFAULT},
92 &msg_q_2, -1, &q_buf, EINVAL},
181 if ((msg_q_2 = in setup()
199 rm_queue(msg_q_2); in cleanup()
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv02.c76 int msg_q_2 = -1; /* Another message queue ID created in setup */ variable
86 &msg_q_2, &rcv_buf, EACCES},
185 if ((msg_q_2 = msgget(msgkey2, IPC_CREAT | IPC_EXCL)) == -1) { in setup()
200 rm_queue(msg_q_2); in cleanup()