Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_syscalls.c1491 struct user32_msghdr msg32; in sendmsg_nocancel() local
1515 msghdrp = (caddr_t)&msg32; in sendmsg_nocancel()
1516 size_of_msghdr = sizeof(msg32); in sendmsg_nocancel()
1533 user_msg.msg_flags = msg32.msg_flags; in sendmsg_nocancel()
1534 user_msg.msg_controllen = msg32.msg_controllen; in sendmsg_nocancel()
1535 user_msg.msg_control = msg32.msg_control; in sendmsg_nocancel()
1536 user_msg.msg_iovlen = msg32.msg_iovlen; in sendmsg_nocancel()
1537 user_msg.msg_iov = msg32.msg_iov; in sendmsg_nocancel()
1538 user_msg.msg_namelen = msg32.msg_namelen; in sendmsg_nocancel()
1539 user_msg.msg_name = msg32.msg_name; in sendmsg_nocancel()
[all …]
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserClient.cpp2274 } msg32; in _sendAsyncResult64() member
2320 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg32) in _sendAsyncResult64()
2323 replyMsg.m.msg32.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()
2325 replyMsg.m.msg32.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()
2329 replyMsg.m.msg32.notifyHdr.reference[idx] = REF32(reference[idx]); in _sendAsyncResult64()
2332 replyMsg.m.msg32.asyncContent.result = result; in _sendAsyncResult64()
2335 replyMsg.m.msg32.args[idx] = REF32(args[idx]); in _sendAsyncResult64()