Searched refs:msgtyp (Results 1 – 3 of 3) sorted by relevance
970 static inline int convert_mode(long *msgtyp, int msgflg) in convert_mode() argument980 if (*msgtyp == 0) in convert_mode()982 if (*msgtyp < 0) { in convert_mode()983 if (*msgtyp == LONG_MIN) /* -LONG_MIN is undefined */ in convert_mode()984 *msgtyp = LONG_MAX; in convert_mode()986 *msgtyp = -*msgtyp; in convert_mode()1042 static struct msg_msg *find_msg(struct msg_queue *msq, long *msgtyp, int mode) in find_msg() argument1048 if (testmsg(msg, *msgtyp, mode) && in find_msg()1050 *msgtyp, mode)) { in find_msg()1052 *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);