Home
last modified time | relevance | path

Searched refs:msgctl (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/tests/
Dipc_msg.c44 if (msgctl(id, IPC_STAT, &ds)) in main()
58 int max = msgctl(0, MSG_INFO, &ds); in main()
63 rc = msgctl(id, MSG_STAT, &ds); in main()
78 if (msgctl(id, IPC_RMID, NULL) < 0) in main()
Dipc_msgbuf.c59 if (msgctl(msqid, IPC_RMID, 0) == -1) in main()
64 msgctl(msqid, IPC_RMID, 0); in main()
Dipc_msgbuf.test8 run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
Dipc_msgbuf.expected4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
/external/toybox/toys/pending/
Dipcs.c55 if ((ret = msgctl(TT.id, IPC_STAT, &buf)) < 0) { in show_msg_id()
345 if ((max_nr = msgctl(0, MSG_INFO, (struct msqid_ds*)&info_buf)) < 0) { in msg_array()
359 if ((msgctl(0, 3, (struct msqid_ds*)&info_buf)) < 0) return; //IPC_INFO in msg_array()
387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()
Dipcrm.c63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL);
/external/strace/
Dipc_msgctl.c97 SYS_FUNC(msgctl) in SYS_FUNC() argument
Dsys_func.h138 extern SYS_FUNC(msgctl);
/external/strace/linux/
Dsubcall.h73 [SYS_ipc_subcall + 14] = { 4, IS|TI, SEN(msgctl), "msgctl" },
/external/strace/linux/64/
Dsyscallent.h188 [187] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/32/
Dsyscallent.h195 [187] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/x86_64/
Dsyscallent.h72 [ 71] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/mips/
Dsyscallent-n32.h72 [6069] = { 3, TI, SEN(msgctl), "msgctl" },
Dsyscallent-n64.h72 [5069] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/xtensa/
Dsyscallent.h164 [169] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/avr32/
Dsyscallent.h297 [269] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/ia64/
Dsyscallent.h131 [1112] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/hppa/
Dsyscallent.h196 [191] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/x32/
Dsyscallent.h72 [ 71] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/powerpc64/
Dsyscallent.h397 [373] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/powerpc/
Dsyscallent.h402 [373] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/sh64/
Dsyscallent.h271 [243] = { 4, TI, SEN(msgctl), "msgctl" },
/external/autotest/client/tests/scrashme/
Dtestfix.diff393 + { .name = "msgctl" },
/external/strace/linux/alpha/
Dsyscallent.h206 [200] = { 3, TI, SEN(msgctl), "msgctl" },
/external/strace/linux/bfin/
Dsyscallent.h362 [334] = { 3, TI, SEN(msgctl), "msgctl" },

12