Lines Matching refs:reply
239 ipc_message_t *reply = NULL; in mach_server_make_memory_entry() local
262 reply = calloc(1, replySize); in mach_server_make_memory_entry()
316 bzero(reply, replySize); in mach_server_make_memory_entry()
318 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_make_memory_entry()
324 memcpy(dst_val, &reply->value, 64); in mach_server_make_memory_entry()
405 free(reply); in mach_server_make_memory_entry()
406 reply = NULL; in mach_server_make_memory_entry()
429 ipc_message_t *reply = NULL; in mach_server_read() local
461 reply = calloc(1, replySize); in mach_server_read()
485 bzero(reply, replySize); in mach_server_read()
487 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_read()
493 memcpy(dst_val, &reply->value, 64); in mach_server_read()
526 free(reply); in mach_server_read()
527 reply = NULL; in mach_server_read()
551 ipc_message_t *reply = NULL; in mach_server_remap() local
567 reply = calloc(1, replySize); in mach_server_remap()
599 bzero(reply, replySize); in mach_server_remap()
601 …kr = mach_msg(&reply->header, MACH_RCV_MSG, 0, replySize, replyPort, MACH_MSG_TIMEOUT_NONE, MACH_P… in mach_server_remap()
607 memcpy(dst_val, &reply->value, 64); in mach_server_remap()
676 free(reply); in mach_server_remap()
677 reply = NULL; in mach_server_remap()