Searched refs:memcpy (Results 276 - 300 of 7296) sorted by path

<<11121314151617181920>>

/linux-master/scripts/
H A Dunifdef.c398 * latter into a #if to keep the nesting correct. We use memcpy() to
453 static void Mpass (void) { memcpy(keyword, "if ", 4); Pelif(); }
/linux-master/security/keys/
H A Dcompat_dh.c32 memcpy(kdfcopy.__spare, compat_kdfcopy.__spare,
/linux-master/sound/core/
H A Dpcm_param_trace.h50 memcpy(__entry->prev_bits, prev->bits, sizeof(__u32) * 8);
51 memcpy(__entry->curr_bits, curr->bits, sizeof(__u32) * 8);
/linux-master/sound/core/seq/oss/
H A Dseq_oss_event.c413 memcpy(&ev->data, rec, LONG_EVENT_SIZE);
H A Dseq_oss_readq.c151 memcpy(&q->q[q->tail], ev, sizeof(*ev));
173 memcpy(rec, &q->q[q->head], sizeof(*rec));
/linux-master/sound/firewire/dice/
H A Ddice-mytek.c35 memcpy(dice->tx_pcm_chs, dev->tx_pcm_chs,
37 memcpy(dice->rx_pcm_chs, dev->rx_pcm_chs,
/linux-master/sound/firewire/fireworks/
H A Dfireworks_command.c142 memcpy(header->params, params, param_bytes);
170 memcpy((void *)resp, &buf[6], resp_bytes);
/linux-master/sound/pci/asihpi/
H A Dhpidspcd.c46 memcpy(&header, firmware->data, sizeof(header));
/linux-master/sound/soc/codecs/
H A Dsigmadsp-i2c.c27 memcpy(buf + 2, data, len);
/linux-master/tools/build/
H A Dfixdep.c74 memcpy(s, m, p-m);
/linux-master/tools/firewire/
H A Dnosy-dump.c144 memcpy(&sa->packet, data, length);
/linux-master/tools/firmware/
H A Dihex2fw.c234 memcpy(&data32, &record->data[0], sizeof(data32));
236 memcpy(&record->data[0], &data32, sizeof(data32));
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c147 memcpy(p, acpi_aml_batch_pos, remained);
151 memcpy(p, acpi_aml_batch_pos, len);
402 memcpy(acpi_aml_batch_cmd, optarg, len);
/linux-master/tools/testing/selftests/memfd/
H A Dfuse_mnt.c93 memcpy(buf, memfd_content + offset, size);
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c430 memcpy((uint8_t *) ppd.raw + TPACKET_HDRLEN -
440 memcpy((uint8_t *) ppd.raw + TPACKET2_HDRLEN -
452 memcpy((uint8_t *)tx + TPACKET3_HDRLEN -
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c30 memcpy(srcp, fill, len);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c30 memcpy(&signal_regs, regs, sizeof(signal_regs));
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c135 memcpy(p, str, len);
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c207 memcpy(&idt1, test_mem + 2054, sizeof(idt1));
208 memcpy(&gdt1, test_mem + 2060, sizeof(gdt1));
212 memcpy(&idt2, test_mem + 2068, sizeof(idt2));
213 memcpy(&gdt2, test_mem + 2074, sizeof(gdt2));
259 memcpy(addr, vmcode, end_vmcode - vmcode);
H A Dsysret_rip.c80 memcpy(&ctx->uc_mcontext.gregs, &initial_regs, sizeof(gregset_t));
89 memcpy(&initial_regs, &ctx->uc_mcontext.gregs, sizeof(gregset_t));
/linux-master/tools/usb/
H A Dffs-test.c300 memcpy(out->descriptors, descs_start, descs_end - descs_start);
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c143 memcpy(&pdu_udev, &edev->udev, sizeof(pdu_udev));
203 memcpy(&pdu_udev, &edev->udev, sizeof(pdu_udev));
214 memcpy(&pdu_uinf, &edev->uinf[i], sizeof(pdu_uinf));
/linux-master/arch/alpha/boot/
H A Dbootp.c113 memcpy((void *)dst, (void *)src, count);
H A Dbootpz.c421 memcpy((void *)initrd_image_start, (void *)V_INITRD_START,
443 memcpy((void *)K_KERNEL_IMAGE_START,
/linux-master/arch/alpha/kernel/
H A Dio.c650 /* A version of memcpy used by the vga console routines to move data around
678 memcpy(d, s, count);

Completed in 293 milliseconds

<<11121314151617181920>>