Searched refs:msgtyp (Results 1 – 3 of 3) sorted by relevance
996 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument1006 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() argument1074 if (testmsg(msg, *msgtyp, mode) && in find_msg()1076 *msgtyp, mode)) { in find_msg()1078 *msgtyp = msg->m_type - 1; in find_msg()[all …]
68 tmp.msgtyp, third); in ksys_ipc()126 compat_long_t msgtyp; member173 ipck.msgtyp, third); in compat_ksys_ipc()
283 compat_long_t msgtyp, int msgflg);