Searched refs:type (Results 1 – 3 of 3) sorted by relevance
573 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg() argument581 if (msg->m_type <=type) in testmsg()585 if (msg->m_type == type) in testmsg()589 if (msg->m_type != type) in testmsg()
193 .type = CLONE_NEWIPC,
359 compat_long_t type; in COMPAT_SYSCALL_DEFINE6() local364 if (get_user(type, &up->mtype)) in COMPAT_SYSCALL_DEFINE6()367 return do_msgsnd(first, type, up->mtext, second, third); in COMPAT_SYSCALL_DEFINE6()