Searched refs:replyMsg (Results 1 – 1 of 1) sorted by relevance
2282 ReplyMsg replyMsg; in _sendAsyncResult64() local2296 bzero(&replyMsg, sizeof(replyMsg)); in _sendAsyncResult64()2299 replyMsg.msgHdr.msgh_remote_port = replyPort; in _sendAsyncResult64()2300 replyMsg.msgHdr.msgh_local_port = NULL; in _sendAsyncResult64()2303 replyMsg.msgHdr.msgh_size = in _sendAsyncResult64()2304 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg64) in _sendAsyncResult64()2312 replyMsg.m.msg64.asyncContent.result = result; in _sendAsyncResult64()2319 replyMsg.msgHdr.msgh_size = in _sendAsyncResult64()2320 sizeof(replyMsg.msgHdr) + sizeof(replyMsg.m.msg32) in _sendAsyncResult64()2332 replyMsg.m.msg32.asyncContent.result = result; in _sendAsyncResult64()[all …]