Lines Matching refs:replyinCnt
124 mach_msg_type_number_t replyinCnt; in mach_complete_sync() local
131 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() local
168 replyinCnt = 0; in mach_complete_async()
172 replyinCnt = reply->length; in mach_complete_async()
173 memcpy(replyin, reply->data, replyinCnt); in mach_complete_async()
177 replyinCnt = 0; in mach_complete_async()
184 replyin, replyinCnt, in mach_complete_async()
203 mach_msg_type_number_t *replyinCnt, in mheim_do_call() argument
217 *replyinCnt = 0; in mheim_do_call()