/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 996 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument 1002 * msgtyp = 0 => get first. in convert_mode() 1003 * msgtyp > 0 => get first message of matching type. in convert_mode() 1004 * msgtyp < 0 => get message with least type must be < abs(msgtype). in convert_mode() 1006 if (*msgtyp == 0) in convert_mode() 1008 if (*msgtyp < 0) { in convert_mode() 1009 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode() 1010 *msgtyp = LONG_MAX; in convert_mode() 1012 *msgtyp = -*msgtyp; in convert_mode() 1068 find_msg(struct msg_queue *msq, long *msgtyp, int mode) find_msg() argument 1092 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) do_msgrcv() argument 1258 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument 1285 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument [all...] |
H A D | syscall.c | 68 tmp.msgtyp, third); in ksys_ipc() 126 compat_long_t msgtyp; member 173 ipck.msgtyp, third); in compat_ksys_ipc()
|
H A D | util.h | 283 compat_long_t msgtyp, int msgflg);
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 1002 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument 1008 * msgtyp = 0 => get first. in convert_mode() 1009 * msgtyp > 0 => get first message of matching type. in convert_mode() 1010 * msgtyp < 0 => get message with least type must be < abs(msgtype). in convert_mode() 1012 if (*msgtyp == 0) in convert_mode() 1014 if (*msgtyp < 0) { in convert_mode() 1015 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode() 1016 *msgtyp = LONG_MAX; in convert_mode() 1018 *msgtyp = -*msgtyp; in convert_mode() 1074 find_msg(struct msg_queue *msq, long *msgtyp, int mode) find_msg() 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)) do_msgrcv() argument 1264 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument 1291 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument [all...] |
H A D | syscall.c | 68 tmp.msgtyp, third); in ksys_ipc() 126 compat_long_t msgtyp; member 173 ipck.msgtyp, third); in compat_ksys_ipc()
|
H A D | util.h | 284 compat_long_t msgtyp, int msgflg);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ipc.h | 60 long msgtyp; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ipc.h | 60 long msgtyp; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ipc.h | 46 long msgtyp; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ipc.h | 46 long msgtyp; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ipc.h | 35 long msgtyp; member
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | compat_linux.h | 20 __s32 msgtyp; member
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | compat_linux.h | 18 __s32 msgtyp; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compat.h | 705 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|
H A D | syscalls.h | 803 size_t msgsz, long msgtyp, int msgflg); 1361 long msgtyp, int msgflg);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 712 size_t msgsz, long msgtyp, int msgflg); 1257 long msgtyp, int msgflg);
|
H A D | compat.h | 746 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|