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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dbfd-target.c114 bfd_close (t->to_data);
128 t->to_data = bfd;
H A Dui-file.c50 void *to_data; member in struct:ui_file
166 return file->to_data;
262 file->to_data = data;
H A Dtarget.h295 void *to_data;
292 void *to_data; member in struct:target_ops
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c942 struct send_block_record *to_data; local
943 to_data = bqueue_dequeue(&to_arg.q);
945 while (!to_data->eos_marker && err == 0) {
946 err = do_dump(dsp, to_data);
947 to_data = get_next_record(&to_arg.q, to_data);
954 while (!to_data->eos_marker) {
955 to_data = get_next_record(&to_arg.q, to_data);
958 kmem_free(to_data, sizeo
[all...]

Completed in 101 milliseconds