Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c1419 struct user64_msghdr msg64; in sendmsg_nocancel() local
1439 msghdrp = (caddr_t)&msg64; in sendmsg_nocancel()
1440 size_of_msghdr = sizeof(msg64); in sendmsg_nocancel()
1452 user_msg.msg_flags = msg64.msg_flags; in sendmsg_nocancel()
1453 user_msg.msg_controllen = msg64.msg_controllen; in sendmsg_nocancel()
1454 user_msg.msg_control = (user_addr_t)msg64.msg_control; in sendmsg_nocancel()
1455 user_msg.msg_iovlen = msg64.msg_iovlen; in sendmsg_nocancel()
1456 user_msg.msg_iov = (user_addr_t)msg64.msg_iov; in sendmsg_nocancel()
1457 user_msg.msg_namelen = msg64.msg_namelen; in sendmsg_nocancel()
1458 user_msg.msg_name = (user_addr_t)msg64.msg_name; in sendmsg_nocancel()
[all …]
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp2183 } msg64; in _sendAsyncResult64() member
2208 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg64) in _sendAsyncResult64()
2210 replyMsg.m.msg64.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()
2212 replyMsg.m.msg64.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()
2214 …bcopy(&reference[1], &replyMsg.m.msg64.notifyHdr.reference[1], sizeof(OSAsyncReference64) - sizeof… in _sendAsyncResult64()
2216 replyMsg.m.msg64.asyncContent.result = result; in _sendAsyncResult64()
2218 bcopy(args, replyMsg.m.msg64.args, numArgs * sizeof(io_user_reference_t)); in _sendAsyncResult64()