Searched refs:msgtyp (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dipc.h60 long msgtyp; member in struct:ipc_kludge
/linux-master/ipc/
H A Dmsg.c1002 static inline int convert_mode(long *msgtyp, int msgflg) argument
1008 * msgtyp = 0 => get first.
1009 * msgtyp > 0 => get first message of matching type.
1010 * msgtyp < 0 => get message with least type must be < abs(msgtype).
1012 if (*msgtyp == 0)
1014 if (*msgtyp < 0) {
1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */
1016 *msgtyp = LONG_MAX;
1018 *msgtyp = -*msgtyp;
1074 find_msg(struct msg_queue *msq, long *msgtyp, int mode) argument
1098 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) argument
1264 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) argument
1291 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) argument
[all...]
H A Dsyscall.c68 tmp.msgtyp, third);
126 compat_long_t msgtyp; member in struct:compat_ipc_kludge
173 ipck.msgtyp, third);
H A Dutil.h285 compat_long_t msgtyp, int msgflg);
/linux-master/arch/s390/kernel/
H A Dcompat_linux.h20 __s32 msgtyp; member in struct:ipc_kludge_32
/linux-master/include/linux/
H A Dcompat.h745 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
H A Dsyscalls.h730 size_t msgsz, long msgtyp, int msgflg);
1280 long msgtyp, int msgflg);

Completed in 330 milliseconds