Home
last modified time | relevance | path

Searched refs:copy_data (Results 1 – 10 of 10) sorted by relevance

/freebsd/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); in archive_read_extract2()
125 copy_data(struct archive *ar, struct archive *aw) in copy_data() function
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh62 copy_data () function
71 copy_data $i
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp145 DataExtractor copy_data; in SetType() local
146 if (copy.CopyValue(*this) && copy.GetData(copy_data)) { in SetType()
147 Status error = SetValueFromData(reg_info, copy_data, 0, true); in SetType()
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h282 void copy_data(struct section *_s);
H A Dsymbols.c739 copy_data(sy); in create_symtab()
740 copy_data(st); in create_symtab()
H A Dsections.c603 copy_data(s); in copy_content()
1237 copy_data(struct section *s) in copy_data() function
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c3888 struct scsi_read_dvd_struct_data_copyright *copy_data; in cdreaddvdstructure() local
3890 copy_data = (struct scsi_read_dvd_struct_data_copyright *) in cdreaddvdstructure()
3893 dvdstruct->cpst = copy_data->cps_type; in cdreaddvdstructure()
3894 dvdstruct->rmi = copy_data->region_info; in cdreaddvdstructure()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.c1790 goto copy_data; in mpi3mr_logdata_enable()
1804 copy_data: in mpi3mr_logdata_enable()
/freebsd/contrib/tnftp/
H A DChangeLog224 Refactor sendrequest() and recvrequest() to use copy_data().
/freebsd/crypto/heimdal/
H A DChangeLog.19981197 * lib/krb5/data.c: Implement free_data and copy_data.