Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/qemu/bsd-user/freebsd/
H A Dos-syscall.c105 int count, int copy) in helper_unlock_iovec()
118 int count, int copy) in lock_iovec()
201 int count, int copy) in unlock_iovec()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c57 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd() local
151 int copy; in iwl_pcie_gen2_enqueue_hcmd() local
/openbmc/u-boot/env/
H A Dmmc.c64 static inline s64 mmc_offset(int copy) in mmc_offset()
101 static inline s64 mmc_offset(int copy) in mmc_offset()
113 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr()
205 int ret, copy = 0; in env_mmc_save() local
/openbmc/linux/fs/nfsd/
H A Dnfs4proc.c1298 struct nfsd4_copy *copy = NULL; in nfsd4_get_copy() local
1312 struct nfsd4_copy *copy; in nfsd4_shutdown_copy() local
1510 struct nfsd4_copy *copy) in nfsd4_setup_inter_ssc()
1568 struct nfsd4_copy *copy) in nfsd4_setup_inter_ssc()
1590 struct nfsd4_copy *copy) in nfsd4_setup_intra_ssc()
1797 struct nfsd4_copy *copy = &u->copy; in nfsd4_copy() local
1870 struct nfsd4_copy *copy; in find_async_copy_locked() local
1885 struct nfsd4_copy *copy; in find_async_copy() local
1901 struct nfsd4_copy *copy; in nfsd4_offload_cancel() local
1987 struct nfsd4_copy *copy; in nfsd4_offload_status() local
[all …]
/openbmc/linux/drivers/block/
H A Dbrd.c127 size_t copy; in copy_to_brd_setup() local
150 size_t copy; in copy_to_brd() local
182 size_t copy; in copy_from_brd() local
/openbmc/linux/include/sound/
H A Dpcm-indirect.h36 snd_pcm_indirect_copy_t copy) in snd_pcm_indirect_playback_transfer()
110 snd_pcm_indirect_copy_t copy) in snd_pcm_indirect_capture_transfer()
/openbmc/linux/lib/kunit/
H A Dexecutor.c106 struct kunit_suite *copy; in kunit_filter_glob_tests() local
160 struct kunit_suite **copy, **copy_start, *filtered_suite, *new_filtered_suite; in kunit_filter_suites() local
/openbmc/u-boot/board/gdsys/p1022/
H A Dsdhc_boot.c35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr()
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py63 def send_email(text_fn, subject, recipients, copy=[], blind_copy=[]): argument
/openbmc/u-boot/lib/zlib/
H A Dinflate.c103 unsigned copy, dist; in updatewindow() local
337 unsigned copy; /* number of stored or match bytes to copy */ in inflate() local
/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c18 QDict *dict, *copy; in qdict_defaults_test() local
529 QDict *copy; in qdict_rename_keys_test() local
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c123 unsigned copy, dist; in zlib_updatewindow() local
340 unsigned copy; /* number of stored or match bytes to copy */ in zlib_inflate() local
/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c353 struct property_entry *copy; in pe_test_move_inline_u8() local
385 struct property_entry *copy; in pe_test_move_inline_str() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_sockmap.c36 int copy(struct bpf_iter__sockmap *ctx) in copy() function
/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c52 struct dasd_copy_relation *copy; member
662 struct dasd_copy_relation *copy) in dasd_devmap_check_copy_relation()
741 struct dasd_copy_relation *copy; in dasd_devmap_delete_copy_relation_device() local
765 struct dasd_copy_relation *copy; in dasd_devmap_set_device_copy_relation() local
2055 struct dasd_copy_relation *copy; in dasd_copy_pair_show() local
2092 struct dasd_copy_relation *copy, in dasd_devmap_set_copy_relation()
2122 static void dasd_devmap_del_copy_relation(struct dasd_copy_relation *copy, in dasd_devmap_del_copy_relation()
2150 struct dasd_copy_relation *copy; in dasd_devmap_clear_copy_relation() local
2240 struct dasd_copy_relation *copy; in dasd_copy_pair_store() local
2321 struct dasd_copy_relation *copy; in dasd_copy_role_show() local
/openbmc/u-boot/board/freescale/common/
H A Dsdhc_boot.c20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr()
/openbmc/linux/include/linux/
H A Dregset.h262 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin() local
289 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore() local
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.h8 static void BITSFUNC(copy)(FILE *outfile, const unsigned char *data, size_t len) in BITSFUNC() argument
/openbmc/u-boot/test/
H A Dunicode_ut.c55 u16 *copy = u16_strdup(c4); in unicode_test_u16_strdup() local
67 u16 copy[10]; in unicode_test_u16_strcpy() local
/openbmc/linux/net/core/
H A Ddatagram.c412 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local
546 int i, copy = start - offset; in skb_copy_datagram_from_iter() local
709 int copy = min_t(int, skb_headlen(skb), iov_iter_count(from)); in zerocopy_sg_from_iter() local
/openbmc/qemu/scripts/tracetool/
H A D__init__.py123 def copy(self): member in Arguments
271 def copy(self): member in Event
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c763 uint16_t *copy; in fw_cfg_add_i16() local
773 uint16_t *copy, *old; in fw_cfg_modify_i16() local
783 uint32_t *copy; in fw_cfg_add_i32() local
793 uint32_t *copy, *old; in fw_cfg_modify_i32() local
803 uint64_t *copy; in fw_cfg_add_i64() local
813 uint64_t *copy, *old; in fw_cfg_modify_i64() local
/openbmc/qemu/semihosting/
H A Duaccess.c15 target_ulong len, bool copy) in uaccess_lock_user()
/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c234 int copy = MIN(bytes, 0x1000 - (gva & 0xfff)); in vmx_write_mem() local
255 int copy = MIN(bytes, 0x1000 - (gva & 0xfff)); in vmx_read_mem() local
/openbmc/qemu/linux-user/
H A Duaccess.c8 void *lock_user(int type, abi_ulong guest_addr, ssize_t len, bool copy) in lock_user()

12345678910