Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_read_extract2.c44 static int copy_data(struct archive *ar, struct archive *aw);
100 r = copy_data(_a, ad); in archive_read_extract2()
126 copy_data(struct archive *ar, struct archive *aw) in copy_data() function
/freebsd-11-stable/contrib/netbsd-tests/sbin/resize_ffs/
HDcommon.sh62 copy_data () function
71 copy_data $i
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDRegisterValue.cpp191 DataExtractor copy_data; in SetType() local
192 if (copy.CopyValue(*this) && copy.GetData(copy_data)) in SetType()
193 SetValueFromData(reg_info, copy_data, 0, true); in SetType()
/freebsd-11-stable/contrib/gcc/cp/
HDmethod.c904 struct copy_data struct
917 struct copy_data *client = (struct copy_data *)client_; in locate_copy() argument
1037 struct copy_data data; in implicitly_declare_fn()
/freebsd-11-stable/contrib/subversion/subversion/svn/
HDlog-cmd.c402 const char *copy_data = ""; in svn_cl__log_entry_receiver() local
412 copy_data in svn_cl__log_entry_receiver()
420 copy_data)); in svn_cl__log_entry_receiver()
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDelfcopy.h281 void copy_data(struct section *_s);
HDsymbols.c739 copy_data(sy); in create_symtab()
740 copy_data(st); in create_symtab()
HDsections.c603 copy_data(s); in copy_content()
1237 copy_data(struct section *s) in copy_data() function
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_hal.c635 u8 *copy_data; in cxio_hal_ctrl_qp_write_mem() local
693 copy_data = (u8 *) data + i * 96; in cxio_hal_ctrl_qp_write_mem()
698 memcpy(wqe, copy_data, copy_len); in cxio_hal_ctrl_qp_write_mem()
/freebsd-11-stable/sys/cam/scsi/
HDscsi_cd.c4043 struct scsi_read_dvd_struct_data_copyright *copy_data; in cdreaddvdstructure() local
4045 copy_data = (struct scsi_read_dvd_struct_data_copyright *) in cdreaddvdstructure()
4048 dvdstruct->cpst = copy_data->cps_type; in cdreaddvdstructure()
4049 dvdstruct->rmi = copy_data->region_info; in cdreaddvdstructure()
/freebsd-11-stable/contrib/tnftp/
HDChangeLog224 Refactor sendrequest() and recvrequest() to use copy_data().
/freebsd-11-stable/crypto/heimdal/
HDChangeLog.19981197 * lib/krb5/data.c: Implement free_data and copy_data.
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-94958377 the copy_data structure for the output bfd before copying.