HomeSort by relevance Sort by last modified time
    Searched refs:msgctl (Results 1 - 25 of 28) sorted by null

1 2

  /external/strace/tests/
ipc_msgbuf.test 3 # Check msgget, msgsnd, msgrcv, msgctl syscalls decoding.
8 run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
ipc_msgbuf.c 59 if (msgctl(msqid, IPC_RMID, 0) == -1)
64 msgctl(msqid, IPC_RMID, 0);
ipc_msg.c 44 if (msgctl(id, IPC_STAT, &ds))
46 printf("msgctl\\(%d, (IPC_64\\|)?IPC_STAT, \\{msg_perm=\\{uid=%u, gid=%u, "
58 int max = msgctl(0, MSG_INFO, &ds);
61 printf("msgctl\\(0, (IPC_64\\|)?MSG_INFO, %p\\) += %d\n", &ds, max);
63 rc = msgctl(id, MSG_STAT, &ds);
71 printf("msgctl\\(%d, (IPC_64\\|)?MSG_STAT, %p\\) += -1 EINVAL \\(Invalid argument\\)\n", id, &ds);
73 printf("msgctl\\(%d, (IPC_64\\|)?MSG_STAT, %p\\) += %d\n", id, &ds, id);
78 if (msgctl(id, IPC_RMID, NULL) < 0)
80 printf("msgctl\\(%d, (IPC_64\\|)?IPC_RMID, NULL\\) += 0\n", id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
msg.h 64 extern int msgctl (int __msqid, int __cmd, struct msqid_ds *__buf) __THROW;
  /external/strace/
ipc_msgctl.c 97 SYS_FUNC(msgctl)
sys_func.h 138 extern SYS_FUNC(msgctl);
  /external/strace/linux/
subcall.h 73 [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/strace/linux/mips/
syscallent-n32.h 72 [6069] = { 3, TI, SEN(msgctl), "msgctl" },
syscallent-n64.h 72 [5069] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/64/
syscallent.h 188 [187] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/avr32/
syscallent.h 297 [269] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/hppa/
syscallent.h 196 [191] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/x32/
syscallent.h 72 [ 71] = { 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 331 [304] = { 4, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/ia64/
syscallent.h 131 [1112] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/powerpc/
syscallent.h 402 [373] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/powerpc64/
syscallent.h 397 [373] = { 3, TI, SEN(msgctl), "msgctl" },
  /external/strace/linux/sh64/
syscallent.h 271 [243] = { 4, TI, SEN(msgctl), "msgctl" },

Completed in 2905 milliseconds

1 2