tag | line | file | source code |
msgbuf | 11 | include/asm-sparc/vac-ops.h | extern char end, etext, msgbuf; |
msgbuf | 45 | include/linux/ipc.h | struct msgbuf *msgp; |
msgbuf | 39 | ipc/msg.c | int sys_msgsnd (int msqid, struct msgbuf *msgp, int msgsz, int msgflg) |
msgbuf | 111 | ipc/msg.c | int sys_msgrcv (int msqid, struct msgbuf *msgp, int msgsz, long msgtyp, |
msgbuf | 27 | ipc/util.c | extern int sys_msgsnd (int msqid, struct msgbuf *msgp, int msgsz, int msgflg); |
msgbuf | 28 | ipc/util.c | extern int sys_msgrcv (int msqid, struct msgbuf *msgp, int msgsz, long msgtyp, |
msgbuf | 95 | ipc/util.c | return sys_msgsnd (first, (struct msgbuf *) ptr, |
msgbuf | 111 | ipc/util.c | return sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third); |