Searched refs:replyinCnt (Results 1 – 2 of 2) sorted by relevance
124 mach_msg_type_number_t replyinCnt; in mach_complete_sync() local131 replyinCnt = 0; in mach_complete_sync()135 replyinCnt = reply->length; in mach_complete_sync()136 memcpy(replyin, reply->data, replyinCnt); in mach_complete_sync()140 replyinCnt = 0; in mach_complete_sync()147 replyin, replyinCnt, in mach_complete_sync()161 mach_msg_type_number_t replyinCnt; in mach_complete_async() local168 replyinCnt = 0; in mach_complete_async()172 replyinCnt = reply->length; in mach_complete_async()173 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()[all …]
188 mach_msg_type_number_t replyinCnt, in mheim_ado_acall_reply() argument203 response.length = replyinCnt; in mheim_ado_acall_reply()