Searched refs:bad_q (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
D | msgctl04.c | 71 int bad_q = -1; /* a value to use as a bad queue id */ variable 95 &bad_q, IPC_STAT, &q_buf, EINVAL}, 98 &bad_q, IPC_SET, &q_buf, EINVAL}
|
/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv03.c | 64 int bad_q = -1; /* a value to use as a bad queue ID */ variable 74 &bad_q, MSGSIZE, EINVAL},
|