Searched refs:to_data (Results 1 – 4 of 4) sorted by relevance
114 bfd_close (t->to_data); in target_bfd_xclose()128 t->to_data = bfd; in target_bfd_reopen()
50 void *to_data; member166 return file->to_data; in ui_file_data()262 file->to_data = data; in set_ui_file_data()
292 void *to_data; member
942 struct send_block_record *to_data; in dmu_send_impl() local943 to_data = bqueue_dequeue(&to_arg.q); in dmu_send_impl()945 while (!to_data->eos_marker && err == 0) { in dmu_send_impl()946 err = do_dump(dsp, to_data); in dmu_send_impl()947 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl()954 while (!to_data->eos_marker) { in dmu_send_impl()955 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl()958 kmem_free(to_data, sizeof (*to_data)); in dmu_send_impl()