Searched refs:mtype32 (Results 1 – 1 of 1) sorted by relevance
1796 int32_t mtype32; in freebsd32_msgsnd() local1800 if ((error = copyin(msgp, &mtype32, sizeof(mtype32))) != 0) in freebsd32_msgsnd()1802 mtype = mtype32; in freebsd32_msgsnd()1804 (const char *)msgp + sizeof(mtype32), in freebsd32_msgsnd()1813 int32_t mtype32; in freebsd32_msgrcv() local1818 (char *)msgp + sizeof(mtype32), uap->msgsz, in freebsd32_msgrcv()1821 mtype32 = (int32_t)mtype; in freebsd32_msgrcv()1822 return (copyout(&mtype32, msgp, sizeof(mtype32))); in freebsd32_msgrcv()