Searched refs:msg64 (Results 1 – 2 of 2) sorted by relevance
1491 struct user64_msghdr msg64; in sendmsg_nocancel() local1511 msghdrp = (caddr_t)&msg64; in sendmsg_nocancel()1512 size_of_msghdr = sizeof(msg64); in sendmsg_nocancel()1524 user_msg.msg_flags = msg64.msg_flags; in sendmsg_nocancel()2365 struct user64_msghdr msg64; in recvmsg_nocancel() local2379 msghdrp = (caddr_t)&msg64; in recvmsg_nocancel()2380 size_of_msghdr = sizeof(msg64); in recvmsg_nocancel()2393 user_msg.msg_flags = msg64.msg_flags; in recvmsg_nocancel()2455 msg64.msg_flags = user_msg.msg_flags; in recvmsg_nocancel()2459 msg64.msg_iov = user_msg.msg_iov; in recvmsg_nocancel()[all …]
2279 } msg64; in _sendAsyncResult64() member2304 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg64) in _sendAsyncResult64()2306 replyMsg.m.msg64.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()2308 replyMsg.m.msg64.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()2310 …bcopy(&reference[1], &replyMsg.m.msg64.notifyHdr.reference[1], sizeof(OSAsyncReference64) - sizeof… in _sendAsyncResult64()2312 replyMsg.m.msg64.asyncContent.result = result; in _sendAsyncResult64()2314 bcopy(args, replyMsg.m.msg64.args, numArgs * sizeof(io_user_reference_t)); in _sendAsyncResult64()