HomeSort by: relevance | last modified time | path
    Searched refs:copy_data (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_extract2.c 43 static int copy_data(struct archive *ar, struct archive *aw);
99 r = copy_data(_a, ad);
125 copy_data(struct archive *ar, struct archive *aw) function
  /src/tests/sbin/resize_ffs/
common.sh 61 # copy_data requires the mount already done; makes one copy of the test data
62 copy_data () function
71 copy_data $i
  /src/external/gpl3/binutils/dist/bfd/
som.h 187 struct som_copyable_section_data_struct *copy_data; member in struct:som_section_data_struct
som.c 2613 som_section_data (section)->copy_data->sort_key;
2615 som_section_data (section)->copy_data->is_defined;
2617 som_section_data (section)->copy_data->is_private;
2619 som_section_data (section)->copy_data->space_number;
2649 som_section_data (section)->copy_data->sort_key;
2651 som_section_data (section)->copy_data->access_control_bits;
2653 som_section_data (section)->copy_data->quadrant;
2655 som_section_data (section)->copy_data->is_comdat;
2657 som_section_data (section)->copy_data->is_common;
2659 som_section_data (section)->copy_data->dup_common
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.h 187 struct som_copyable_section_data_struct *copy_data; member in struct:som_section_data_struct
som.c 2613 som_section_data (section)->copy_data->sort_key;
2615 som_section_data (section)->copy_data->is_defined;
2617 som_section_data (section)->copy_data->is_private;
2619 som_section_data (section)->copy_data->space_number;
2649 som_section_data (section)->copy_data->sort_key;
2651 som_section_data (section)->copy_data->access_control_bits;
2653 som_section_data (section)->copy_data->quadrant;
2655 som_section_data (section)->copy_data->is_comdat;
2657 som_section_data (section)->copy_data->is_common;
2659 som_section_data (section)->copy_data->dup_common
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.h 187 struct som_copyable_section_data_struct *copy_data; member in struct:som_section_data_struct
som.c 2613 som_section_data (section)->copy_data->sort_key;
2615 som_section_data (section)->copy_data->is_defined;
2617 som_section_data (section)->copy_data->is_private;
2619 som_section_data (section)->copy_data->space_number;
2649 som_section_data (section)->copy_data->sort_key;
2651 som_section_data (section)->copy_data->access_control_bits;
2653 som_section_data (section)->copy_data->quadrant;
2655 som_section_data (section)->copy_data->is_comdat;
2657 som_section_data (section)->copy_data->is_common;
2659 som_section_data (section)->copy_data->dup_common
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.h 187 struct som_copyable_section_data_struct *copy_data; member in struct:som_section_data_struct
som.c 2613 som_section_data (section)->copy_data->sort_key;
2615 som_section_data (section)->copy_data->is_defined;
2617 som_section_data (section)->copy_data->is_private;
2619 som_section_data (section)->copy_data->space_number;
2649 som_section_data (section)->copy_data->sort_key;
2651 som_section_data (section)->copy_data->access_control_bits;
2653 som_section_data (section)->copy_data->quadrant;
2655 som_section_data (section)->copy_data->is_comdat;
2657 som_section_data (section)->copy_data->is_common;
2659 som_section_data (section)->copy_data->dup_common
    [all...]
  /src/usr.bin/rfcomm_sppd/
rfcomm_sppd.c 94 static void copy_data(int, int);
279 copy_data(tty_in, rfcomm);
282 copy_data(rfcomm, tty_out);
543 copy_data(int src, int dst) function
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 289 /* A data struct for the copy_data callback. */
291 struct copy_data struct
2940 copy_data (void *data_) function
2942 struct copy_data *data = (struct copy_data *)data_;
2969 struct copy_data *data
2970 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data));
2975 queue_push_callback (aq, copy_data, data);
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 1158 copy_data (void *ds, void *sr, int dst_type, int src_type, function
1227 copy_data (ds, *(void **)(sr + ref->u.c.offset),
1231 copy_data (ds, sr + ref->u.c.offset,
1243 copy_data (ds + array_offset_dst * dst_size, sr,
2089 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src),
2093 copy_data (ds + ref->u.c.offset, sr, dst_type,
2107 copy_data (ds, sr + array_offset_src * src_size,
2112 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src),
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 1155 copy_data (void *ds, void *sr, int dst_type, int src_type, function
1224 copy_data (ds, *(void **)(sr + ref->u.c.offset),
1228 copy_data (ds, sr + ref->u.c.offset,
1240 copy_data (ds + array_offset_dst * dst_size, sr,
2086 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src),
2090 copy_data (ds + ref->u.c.offset, sr, dst_type,
2104 copy_data (ds, sr + array_offset_src * src_size,
2109 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src),
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 273 /* A data struct for the copy_data callback. */
275 struct copy_data struct
3097 copy_data (void *data_) function
3099 struct copy_data *data = (struct copy_data *)data_;
3117 struct copy_data *data
3118 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data));
3123 queue_push_callback (aq, copy_data, data);

Completed in 54 milliseconds