Searched refs:mtype32 (Results 1 – 1 of 1) sorted by relevance
1827 int32_t mtype32; in freebsd32_msgsnd() local1831 if ((error = copyin(msgp, &mtype32, sizeof(mtype32))) != 0) in freebsd32_msgsnd()1833 mtype = mtype32; in freebsd32_msgsnd()1835 (const char *)msgp + sizeof(mtype32), in freebsd32_msgsnd()1844 int32_t mtype32; in freebsd32_msgrcv() local1849 (char *)msgp + sizeof(mtype32), uap->msgsz, in freebsd32_msgrcv()1852 mtype32 = (int32_t)mtype; in freebsd32_msgrcv()1853 return (copyout(&mtype32, msgp, sizeof(mtype32))); in freebsd32_msgrcv()