Searched refs:msgctl (Results 1 – 10 of 10) sorted by relevance
/external/strace/tests/ |
D | ipc_msg.c | 16 if (msgctl(id, IPC_STAT, &ds)) in main() 20 int max = msgctl(0, MSG_INFO, &ds); in main() 25 rc = msgctl(id, MSG_STAT, &ds); in main() 40 if (msgctl(id, IPC_RMID, 0) < 0) in main()
|
/external/toybox/toys/pending/ |
D | ipcs.c | 55 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()
|
D | ipcrm.c | 63 else if (ipc == 2) ret = msgctl(id, IPC_RMID, NULL);
|
/external/strace/ |
D | ipc.c | 103 SYS_FUNC(msgctl) in SYS_FUNC() argument
|
D | sys_func.h | 132 extern SYS_FUNC(msgctl);
|
D | ChangeLog-CVS | 1832 msgctl.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2093 PRE_SYSCALL(msgctl)(long msqid, long cmd, void *buf) {} 2095 POST_SYSCALL(msgctl)(long res, long msqid, long cmd, void *buf) {
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2321 fun:msgctl=uninstrumented
|
/external/valgrind/ |
D | NEWS | 169 343733 Unhandled syscall 187 (msgctl and related) on aarch64
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 1164 PUBLIC dc270 0 msgctl
|