Searched refs:mtype32 (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c1777 int32_t mtype32; local
1781 if ((error = copyin(msgp, &mtype32, sizeof(mtype32))) != 0)
1783 mtype = mtype32;
1785 (const char *)msgp + sizeof(mtype32),
1794 int32_t mtype32; local
1799 (char *)msgp + sizeof(mtype32), uap->msgsz,
1802 mtype32 = (int32_t)mtype;
1803 return (copyout(&mtype32, msgp, sizeof(mtype32)));
[all...]

Completed in 218 milliseconds