Searched refs:msg32 (Results 1 – 2 of 2) sorted by relevance
1418 struct user32_msghdr msg32; in sendmsg_nocancel() local1442 msghdrp = (caddr_t)&msg32; in sendmsg_nocancel()1443 size_of_msghdr = sizeof(msg32); in sendmsg_nocancel()1460 user_msg.msg_flags = msg32.msg_flags; in sendmsg_nocancel()1461 user_msg.msg_controllen = msg32.msg_controllen; in sendmsg_nocancel()1462 user_msg.msg_control = msg32.msg_control; in sendmsg_nocancel()1463 user_msg.msg_iovlen = msg32.msg_iovlen; in sendmsg_nocancel()1464 user_msg.msg_iov = msg32.msg_iov; in sendmsg_nocancel()1465 user_msg.msg_namelen = msg32.msg_namelen; in sendmsg_nocancel()1466 user_msg.msg_name = msg32.msg_name; in sendmsg_nocancel()[all …]
2178 } msg32; in _sendAsyncResult64() member2224 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg32) in _sendAsyncResult64()2227 replyMsg.m.msg32.notifyHdr.size = sizeof(IOAsyncCompletionContent) in _sendAsyncResult64()2229 replyMsg.m.msg32.notifyHdr.type = kIOAsyncCompletionNotificationType; in _sendAsyncResult64()2233 replyMsg.m.msg32.notifyHdr.reference[idx] = REF32(reference[idx]); in _sendAsyncResult64()2236 replyMsg.m.msg32.asyncContent.result = result; in _sendAsyncResult64()2239 replyMsg.m.msg32.args[idx] = REF32(args[idx]); in _sendAsyncResult64()