/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 | 57 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
msg.h | 52 /* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */ 73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
msg.h | 52 /* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */ 73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
msg.h | 52 /* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */ 73 extern ssize_t msgrcv (int __msqid, void *__msgp, size_t __msgsz,
|
/external/strace/ |
ipc_msg.c | 103 SYS_FUNC(msgrcv)
|
sys_func.h | 140 extern SYS_FUNC(msgrcv);
|
/external/strace/linux/ |
subcall.h | 71 [SYS_ipc_subcall + 12] = { 4, IS|TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/32/ |
syscallent.h | 196 [188] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 71 [6068] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
syscallent-n64.h | 71 [5068] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/64/ |
syscallent.h | 189 [188] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/avr32/ |
syscallent.h | 296 [268] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/hppa/ |
syscallent.h | 194 [189] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/x32/ |
syscallent.h | 71 [ 70] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 71 [ 70] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 163 [168] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/arm/ |
syscallent.h | 329 [302] = { 4, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/ia64/ |
syscallent.h | 130 [1111] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 400 [371] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 395 [371] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/sh64/ |
syscallent.h | 269 [241] = { 4, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/alpha/ |
syscallent.h | 208 [202] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/bfin/ |
syscallent.h | 364 [336] = { 5, TI, SEN(msgrcv), "msgrcv" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 361 [333] = { 5, TI, SEN(msgrcv), "msgrcv" },
|