Searched refs:msg_type32 (Results 1 – 1 of 1) sorted by relevance
988 int32_t msg_type32; in msgsnd_nocancel() local989 eval = copyin(user_msgp, &msg_type32, sizeof(msg_type32)); in msgsnd_nocancel()990 msghdr->msg_type = msg_type32; in msgsnd_nocancel()992 user_msgp = user_msgp + sizeof(msg_type32); /* ptr math */ in msgsnd_nocancel()1152 int32_t msg_type32; in msgrcv_nocancel() local1413 msg_type32 = msghdr->msg_type; in msgrcv_nocancel()1415 eval = copyout(&msg_type32, user_msgp, sizeof(msg_type32)); in msgrcv_nocancel()1417 user_msgp = user_msgp + sizeof(msg_type32); /* ptr math */ in msgrcv_nocancel()