Searched refs:vdst (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/acpi/ |
| D | apei_erst.c | 156 char *vdst, *vsrc; in apei_pmemmove() local 178 vdst = AcpiOsMapMemory(pdst, nbytes + (psrc - pdst)); in apei_pmemmove() 179 vsrc = vdst + (psrc - pdst); in apei_pmemmove() 180 memmove(vdst, vsrc, nbytes); in apei_pmemmove() 181 AcpiOsUnmapMemory(vdst, nbytes + (psrc - pdst)); in apei_pmemmove() 191 vdst = vsrc + (pdst - psrc); in apei_pmemmove() 192 memmove(vdst, vsrc, nbytes); in apei_pmemmove() 198 vdst = AcpiOsMapMemory(pdst, nbytes); in apei_pmemmove() 200 memcpy(vdst, vsrc, nbytes); in apei_pmemmove() 202 AcpiOsUnmapMemory(vdst, nbytes); in apei_pmemmove()
|
| /netbsd/src/sys/kern/ |
| D | kgdb_stub.c | 125 kgdb_copy(void *vsrc, void *vdst, int len) in kgdb_copy() argument 128 char *dst = vdst; in kgdb_copy() 179 mem2hex(void *vdst, void *vsrc, int len) in mem2hex() argument 181 u_char *dst = vdst; in mem2hex() 198 hex2mem(void *vdst, u_char *src, int maxlen) in hex2mem() argument 200 u_char *dst = vdst; in hex2mem()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | dv-bfin_otp.c | 65 bfin_otp_transfer (struct bfin_otp *otp, void *vdst, void *vsrc) in bfin_otp_transfer() argument 67 bu8 *dst = vdst, *src = vsrc; in bfin_otp_transfer()
|
| /netbsd/src/sys/dev/ic/ |
| D | mx98905.c | 290 mx98905_ring_copy(struct dp8390_softc *sc, int src, void *vdst, u_short amount) in mx98905_ring_copy() argument 293 uint8_t *dst = vdst; in mx98905_ring_copy()
|
| D | isp.c | 1967 isp_icb_2400_vpinfo_t vpinfo, *vdst; in isp_fibre_init_2400() local 1976 vdst = (isp_icb_2400_vpinfo_t *) off; in isp_fibre_init_2400() 1977 isp_put_icb_2400_vpinfo(isp, &vpinfo, vdst); in isp_fibre_init_2400()
|