Searched refs:replyinCnt (Results 1 – 2 of 2) sorted by relevance
127 mach_msg_type_number_t replyinCnt; in mach_complete_sync() local134 replyinCnt = 0; in mach_complete_sync()138 replyinCnt = reply->length; in mach_complete_sync()139 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()143 replyinCnt = 0; in mach_complete_sync()150 replyin, replyinCnt, in mach_complete_sync()164 mach_msg_type_number_t replyinCnt; in mach_complete_async() local171 replyinCnt = 0; in mach_complete_async()175 replyinCnt = reply->length; in mach_complete_async()176 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()[all …]
190 mach_msg_type_number_t replyinCnt, in mheim_ado_acall_reply() argument205 response.length = replyinCnt; in mheim_ado_acall_reply()