HomeSort by relevance Sort by last modified time
    Searched refs:msgctl (Results 26 - 50 of 69) sorted by null

12 3

  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl08.c 221 TEST(msgctl(tid, IPC_RMID, 0));
243 TEST(msgctl(id, IPC_RMID, 0));
245 printf("msgctl() errno %d: %s\n",
293 (void)msgctl(tid, IPC_RMID, NULL);
294 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) {
295 (void)msgctl(tid, IPC_RMID, NULL);
296 tst_resm(TFAIL, "msgctl(tid, IPC_RMID) failed");
msgctl10.c 217 TEST(msgctl(tid, IPC_RMID, 0));
219 printf("msgctl() error in cleanup: %s\n",
238 TEST(msgctl(id, IPC_RMID, 0));
240 printf("msgctl() failed: %s\n",
282 (void)msgctl(tid, IPC_RMID, NULL);
283 if ((status = msgctl(tid, IPC_STAT, NULL)) != -1) {
284 (void)msgctl(tid, IPC_RMID, NULL);
285 tst_resm(TFAIL, "msgctl(tid, IPC_RMID) failed");
msgctl05.c 31 * try to remove the queue in the child process with msgctl()
127 TEST(msgctl(msg_q_1, IPC_RMID, NULL));
msgctl04.c 120 TEST(msgctl(*(TC[i].queue_id), TC[i].ipc_cmd,
124 tst_resm(TFAIL, "msgctl() call succeeded "
  /bionic/libc/bionic/
sys_msg.cpp 34 int msgctl(int id, int cmd, msqid_ds* buf) { function
43 return syscall(SYS_ipc, MSGCTL, id, cmd, 0, buf, 0);
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 76 if (msgctl(id, IPC_RMID, 0))
123 if (msgctl(msgque->msq_id, IPC_RMID, 0)) {
137 ret = msgctl(kern_id, MSG_STAT, &ds);
249 if (msgctl(msgque.msq_id, IPC_RMID, 0)) {
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv08.c 96 if (msgctl(msqid, IPC_RMID, 0))
97 tst_brkm(TBROK | TERRNO, NULL, "msgctl error");
  /external/strace/
ipc_msgctl.c 98 SYS_FUNC(msgctl)
sys_func.h 140 extern SYS_FUNC(msgctl);
  /system/extras/tests/kernel.config/
sysvipc_test.cpp 47 EXPECT_EQ(-1, msgctl(-1, IPC_STAT, nullptr));
  /external/ltp/lib/
tst_safe_sysv_ipc.c 74 rval = msgctl(msqid, cmd, buf);
76 tst_brk(TBROK | TERRNO, "%s:%d: msgctl(%i, %i, %p) failed",
  /external/ltp/testcases/kernel/containers/sysvipc/
mesgq_nstest.c 172 msgctl(id, IPC_RMID, NULL);
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libipc.c 89 if (msgctl(queue_id, IPC_RMID, NULL) == -1) {
  /external/strace/linux/
subcall.h 66 [SYS_ipc_subcall + 14] = { 4, IS|TI, SEN(msgctl), "msgctl" },
  /external/toybox/toys/pending/
ipcrm.c 63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL);
ipcs.c 55 if ((ret = msgctl(TT.id, IPC_STAT, &buf)) < 0) {
56 perror_msg("msgctl");
345 if ((max_nr = msgctl(0, MSG_INFO, (struct msqid_ds*)&info_buf)) < 0) {
359 if ((msgctl(0, 3, (struct msqid_ds*)&info_buf)) < 0) return; //IPC_INFO
387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue;
  /external/strace/linux/32/
syscallent.h 195 [187] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/ltp/testcases/kernel/sched/process_stress/
process.c 280 if (msgctl(msgid, IPC_RMID, NULL) && errno != EINVAL) {
281 fprintf(errfp, "msgctl failed msgid: errno %d\n", errno);
282 perror("msgctl failed");
286 if (msgctl(msgerr, IPC_RMID, NULL) && errno != EINVAL) {
287 fprintf(errfp, "msgctl failed msgerr: errno %d\n", errno);
288 perror("msgctl failed");
  /external/strace/linux/64/
syscallent.h 188 [187] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/avr32/
syscallent.h 298 [269] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/hppa/
syscallent.h 197 [191] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/x86_64/
syscallent.h 72 [ 71] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/xtensa/
syscallent.h 164 [169] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/arm/
syscallent.h 332 [304] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/ia64/
syscallent.h 133 [1112] = { 3, TI, SEN(msgctl), "msgctl" },

Completed in 1872 milliseconds

12 3