Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsysv_msg.c714 user_addr_t user_msgp = uap->msgp; in msgsnd_nocancel() local
732 printf("call to msgsnd(%d, 0x%qx, %ld, %d)\n", msqid, user_msgp, msgsz, in msgsnd_nocancel()
982 eval = copyin(user_msgp, &msgtype, sizeof(msgtype)); in msgsnd_nocancel()
985 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */ in msgsnd_nocancel()
989 eval = copyin(user_msgp, &msg_type32, sizeof(msg_type32)); in msgsnd_nocancel()
992 user_msgp = user_msgp + sizeof(msg_type32); /* ptr math */ in msgsnd_nocancel()
1040 eval = copyin(user_msgp, &msgpool[next * msginfo.msgssz], tlen); 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
1162 printf("call to msgrcv(%d, 0x%qx, %ld, %ld, %d)\n", msqid, user_msgp, in msgrcv_nocancel()
[all …]