Searched refs:msgtyp (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | msg.c | 996 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument 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 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg() argument 1074 if (testmsg(msg, *msgtyp, mode) && in find_msg() 1076 *msgtyp, mode)) { in find_msg() 1078 *msgtyp = msg->m_type - 1; in find_msg() [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);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ipc.h | 60 long msgtyp; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ipc.h | 60 long msgtyp; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ipc.h | 60 long msgtyp; member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | compat_linux.h | 18 __s32 msgtyp; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 705 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|
| H A D | syscalls.h | 802 size_t msgsz, long msgtyp, int msgflg); 1361 long msgtyp, int msgflg);
|