Searched refs:lmtype (Results 1 – 1 of 1) sorted by relevance
649 l_long lmtype; in linux_msgsnd() local655 if ((error = copyin(msgp, &lmtype, sizeof(lmtype))) != 0) in linux_msgsnd()657 mtype = (long)lmtype; in linux_msgsnd()659 (const char *)msgp + sizeof(lmtype), in linux_msgsnd()668 l_long lmtype; in linux_msgrcv() local675 (char *)msgp + sizeof(lmtype), args->msgsz, in linux_msgrcv()678 lmtype = (l_long)mtype; in linux_msgrcv()679 return (copyout(&lmtype, msgp, sizeof(lmtype))); in linux_msgrcv()