Searched refs:msgtyp (Results 1 – 7 of 7) sorted by relevance
/linux/ipc/ |
A D | msg.c | 1006 if (*msgtyp == 0) in convert_mode() 1008 if (*msgtyp < 0) { in convert_mode() 1010 *msgtyp = LONG_MAX; in convert_mode() 1012 *msgtyp = -*msgtyp; in convert_mode() 1074 if (testmsg(msg, *msgtyp, mode) && in find_msg() 1076 *msgtyp, mode)) { in find_msg() 1078 *msgtyp = msg->m_type - 1; in find_msg() 1081 if (*msgtyp == count) in find_msg() 1177 msr_d.r_msgtype = msgtyp; in do_msgrcv() 1259 long msgtyp, int msgflg) in ksys_msgrcv() argument [all …]
|
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()
|
A D | util.h | 286 compat_long_t msgtyp, int msgflg);
|
/linux/include/uapi/linux/ |
A D | ipc.h | 60 long msgtyp; member
|
/linux/arch/s390/kernel/ |
A D | compat_linux.h | 18 __s32 msgtyp; member
|
/linux/include/linux/ |
A D | syscalls.h | 817 size_t msgsz, long msgtyp, int msgflg); 1372 long msgtyp, int msgflg);
|
A D | compat.h | 767 compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg);
|
Completed in 16 milliseconds