Searched refs:bad_q (Results 1 – 4 of 4) 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},
|
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd03.c | 66 int bad_q = -1; /* a value to use as a bad queue ID */ variable 77 &bad_q, &msg_buf, 1, 1, EINVAL},
|
D | msgsnd02.c | 69 int bad_q = -1; /* a value to use as a bad queue ID */ variable
|