Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_syscalls.c1492 struct user64_msghdr msg64; in sendmsg_nocancel() local
1512 msghdrp = (caddr_t)&msg64; in sendmsg_nocancel()
1513 size_of_msghdr = sizeof(msg64); in sendmsg_nocancel()
1525 user_msg.msg_flags = msg64.msg_flags; in sendmsg_nocancel()
1526 user_msg.msg_controllen = msg64.msg_controllen; in sendmsg_nocancel()
1527 user_msg.msg_control = (user_addr_t)msg64.msg_control; in sendmsg_nocancel()
1528 user_msg.msg_iovlen = msg64.msg_iovlen; in sendmsg_nocancel()
1529 user_msg.msg_iov = (user_addr_t)msg64.msg_iov; in sendmsg_nocancel()
1530 user_msg.msg_namelen = msg64.msg_namelen; in sendmsg_nocancel()
1531 user_msg.msg_name = (user_addr_t)msg64.msg_name; in sendmsg_nocancel()
[all …]
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp2279 } msg64; in _sendAsyncResult64() member
2304 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()