Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsysv_msg.c714 user_addr_t user_msgp = uap->msgp; in msgsnd_nocancel() local
982 eval = copyin(user_msgp, &msgtype, sizeof(msgtype)); in msgsnd_nocancel()
985 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */ in msgsnd_nocancel()
992 user_msgp = user_msgp + sizeof(msg_type32); /* ptr math */ in msgsnd_nocancel()
1054 user_msgp = user_msgp + tlen; /* ptr math */ in msgsnd_nocancel()
1142 user_addr_t user_msgp = uap->msgp; in msgrcv_nocancel() local
1409 eval = copyout(&msgtype, user_msgp, sizeof(msgtype)); in msgrcv_nocancel()
1411 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */ in msgrcv_nocancel()
1417 user_msgp = user_msgp + sizeof(msg_type32); /* ptr math */ in msgrcv_nocancel()
1452 user_msgp, tlen); in msgrcv_nocancel()
[all …]