Searched refs:copy_sz (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/arc/kernel/ |
D | ptrace.c | 191 int ret, copy_sz; in arcv2regs_get() local 194 copy_sz = sizeof(struct user_regs_arcv2); in arcv2regs_get() 196 copy_sz = 4; /* r30 only */ in arcv2regs_get() 203 0, copy_sz); in arcv2regs_get() 214 int ret, copy_sz; in arcv2regs_set() local 217 copy_sz = sizeof(struct user_regs_arcv2); in arcv2regs_set() 219 copy_sz = 4; /* r30 only */ in arcv2regs_set() 222 0, copy_sz); in arcv2regs_set()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 893 int i, copy_sz; in netxen_get_dump_data() local 904 copy_sz = mdump->md_template_size; in netxen_get_dump_data() 907 for (i = 0; i < copy_sz/sizeof(u32); i++) in netxen_get_dump_data() 911 memcpy(buffer + copy_sz, in netxen_get_dump_data() 914 dump->len = copy_sz + mdump->md_capture_size; in netxen_get_dump_data()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1691 int i, copy_sz; in qlcnic_get_dump_data() local 1708 copy_sz = fw_dump->tmpl_hdr_size; in qlcnic_get_dump_data() 1711 for (i = 0; i < copy_sz/sizeof(u32); i++) in qlcnic_get_dump_data() 1715 memcpy(buffer + copy_sz, fw_dump->data, fw_dump->size); in qlcnic_get_dump_data() 1716 dump->len = copy_sz + fw_dump->size; in qlcnic_get_dump_data()
|
/Linux-v5.4/drivers/message/fusion/ |
D | mptfc.c | 739 int copy_sz; in mptfc_GetFcPortPage0() local 777 copy_sz = min_t(int, sizeof(FCPortPage0_t), data_sz); in mptfc_GetFcPortPage0() 778 memcpy(pp0dest, ppage0_alloc, copy_sz); in mptfc_GetFcPortPage0()
|
D | mptbase.c | 4960 int copy_sz; in GetLanConfigPages() local 4988 copy_sz = min_t(int, sizeof(LANPage0_t), data_sz); in GetLanConfigPages() 4989 memcpy(&ioc->lan_cnfg_page0, ppage0_alloc, copy_sz); in GetLanConfigPages() 5033 copy_sz = min_t(int, sizeof(LANPage1_t), data_sz); in GetLanConfigPages() 5034 memcpy(&ioc->lan_cnfg_page1, ppage1_alloc, copy_sz); in GetLanConfigPages()
|
/Linux-v5.4/samples/bpf/ |
D | bpf_load.c | 408 int copy_sz; in load_elf_maps_section() local
|