Home
last modified time | relevance | path

Searched refs:bad_q (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c71 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/
Dmsgrcv03.c64 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/
Dmsgsnd03.c66 int bad_q = -1; /* a value to use as a bad queue ID */ variable
77 &bad_q, &msg_buf, 1, 1, EINVAL},
Dmsgsnd02.c69 int bad_q = -1; /* a value to use as a bad queue ID */ variable