tag | line | file | source code |
msgtyp | 134 | arch/i386/kernel/sys_i386.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third); |
msgtyp | 68 | arch/mips/kernel/ipc.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third); |
msgtyp | 125 | arch/sparc/kernel/sys_sparc.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third); |
msgtyp | 46 | include/linux/ipc.h | long msgtyp; |
msgtyp | 72 | include/linux/msg.h | asmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, |
msgtyp | 186 | ipc/msg.c | static int real_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, int msgflg) |
msgtyp | 219 | ipc/msg.c | kd_timer.data = (unsigned long)msgtyp; |
msgtyp | 243 | ipc/msg.c | if (msgtyp == 0) |
msgtyp | 245 | ipc/msg.c | else if (msgtyp > 0) { |
msgtyp | 249 | ipc/msg.c | if (tmsg->msg_type != msgtyp) |
msgtyp | 255 | ipc/msg.c | if (tmsg->msg_type == msgtyp) |
msgtyp | 264 | ipc/msg.c | if (leastp && leastp->msg_type <= - msgtyp) |
msgtyp | 348 | ipc/msg.c | long msgtyp, int msgflg) |
msgtyp | 351 | ipc/msg.c | return real_msgrcv (msqid, msgp, msgsz, msgtyp, msgflg & ~IPC_KERNELD); |
msgtyp | 90 | ipc/util.c | asmlinkage int sys_msgrcv (int msqid, struct msgbuf *msgp, size_t msgsz, long msgtyp, |