Searched refs:to_data (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dmu_send.c | 905 struct send_block_record *to_data; in dmu_send_impl() local 906 to_data = bqueue_dequeue(&to_arg.q); in dmu_send_impl() 908 while (!to_data->eos_marker && err == 0) { in dmu_send_impl() 909 err = do_dump(dsp, to_data); in dmu_send_impl() 910 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl() 917 while (!to_data->eos_marker) { in dmu_send_impl() 918 to_data = get_next_record(&to_arg.q, to_data); in dmu_send_impl() 921 kmem_free(to_data, sizeof (*to_data)); in dmu_send_impl()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-expr.c | 1329 tree to_data; in gfc_copy_class_to_class() local 1386 to_data = gfc_class_data_get (to); in gfc_copy_class_to_class() 1392 to_data = to; in gfc_copy_class_to_class() 1394 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (to_data))) in gfc_copy_class_to_class() 1419 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited); in gfc_copy_class_to_class() 1511 vec_safe_push (args, to_data); in gfc_copy_class_to_class()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-expr.cc | 1423 tree to_data; in gfc_copy_class_to_class() local 1480 to_data = gfc_class_data_get (to); in gfc_copy_class_to_class() 1486 to_data = to; in gfc_copy_class_to_class() 1488 if (GFC_DESCRIPTOR_TYPE_P (TREE_TYPE (to_data))) in gfc_copy_class_to_class() 1513 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited); in gfc_copy_class_to_class() 1605 vec_safe_push (args, to_data); in gfc_copy_class_to_class()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2009 | 3891 target_ops to_data field, instead of a target_section_table. 8413 from to_data. 8416 (target_bfd_reopen): Store the section table in the to_data field.
|
H A D | ChangeLog-2003 | 1682 * target.h (struct target_ops): Add "to_data";
|
H A D | ChangeLog-2018 | 11251 <to_shortname, to_longname, to_doc, to_data,
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2009 | 3891 target_ops to_data field, instead of a target_section_table. 8413 from to_data. 8416 (target_bfd_reopen): Store the section table in the to_data field.
|
H A D | ChangeLog-2018 | 11251 <to_shortname, to_longname, to_doc, to_data,
|
H A D | ChangeLog-2003 | 1682 * target.h (struct target_ops): Add "to_data";
|