Searched refs:replyMsg (Results 1 – 1 of 1) sorted by relevance
2186 ReplyMsg replyMsg; in _sendAsyncResult64() local2200 bzero(&replyMsg, sizeof(replyMsg)); in _sendAsyncResult64()2201 replyMsg.msgHdr.msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND /*remote*/, in _sendAsyncResult64()2203 replyMsg.msgHdr.msgh_remote_port = replyPort; in _sendAsyncResult64()2204 replyMsg.msgHdr.msgh_local_port = NULL; in _sendAsyncResult64()2205 replyMsg.msgHdr.msgh_id = kOSNotificationMessageID; in _sendAsyncResult64()2207 replyMsg.msgHdr.msgh_size = in _sendAsyncResult64()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()[all …]