Searched refs:copy_data (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c43 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
/freebsd-current/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh61 # copy_data requires the mount already done; makes one copy of the test data
62 copy_data () function
71 copy_data $i
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp145 DataExtractor copy_data; local
146 if (copy.CopyValue(*this) && copy.GetData(copy_data)) {
147 Status error = SetValueFromData(reg_info, copy_data, 0, true);
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h282 void copy_data(struct section *_s);
H A Dsymbols.c739 copy_data(sy);
740 copy_data(st);
H A Dsections.c603 copy_data(s);
1237 copy_data(struct section *s) function
/freebsd-current/sys/cam/scsi/
H A Dscsi_cd.c3891 struct scsi_read_dvd_struct_data_copyright *copy_data; local
3893 copy_data = (struct scsi_read_dvd_struct_data_copyright *)
3896 dvdstruct->cpst = copy_data->cps_type;
3897 dvdstruct->rmi = copy_data->region_info;
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1778 goto copy_data;
1792 copy_data:

Completed in 121 milliseconds