Home
last modified time | relevance | path

Searched refs:msg_type32 (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dsysv_msg.c988 int32_t msg_type32; in msgsnd_nocancel() local
989 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() local
1413 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()