Home
last modified time | relevance | path

Searched refs:to_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dbfd-target.c114 bfd_close (t->to_data); in target_bfd_xclose()
128 t->to_data = bfd; in target_bfd_reopen()
Dui-file.c50 void *to_data; member
166 return file->to_data; in ui_file_data()
262 file->to_data = data; in set_ui_file_data()
Dtarget.h292 void *to_data; member
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_send.c942 struct send_block_record *to_data; in dmu_send_impl() local
943 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()