Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c73 struct msqid_ds q_buf; variable
83 &msg_q_1, IPC_STAT, &q_buf, EACCES},
92 &msg_q_2, -1, &q_buf, EINVAL},
95 &bad_q, IPC_STAT, &q_buf, EINVAL},
98 &bad_q, IPC_SET, &q_buf, EINVAL}
Dmsgctl05.c71 struct msqid_ds q_buf; variable