HomeSort by: relevance | last modified time | path
    Searched refs:vdst (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/acpi/
apei_erst.c 156 char *vdst, *vsrc; local in function:apei_pmemmove
178 vdst = AcpiOsMapMemory(pdst, nbytes + (psrc - pdst));
179 vsrc = vdst + (psrc - pdst);
180 memmove(vdst, vsrc, nbytes);
181 AcpiOsUnmapMemory(vdst, nbytes + (psrc - pdst));
191 vdst = vsrc + (pdst - psrc);
192 memmove(vdst, vsrc, nbytes);
198 vdst = AcpiOsMapMemory(pdst, nbytes);
200 memcpy(vdst, vsrc, nbytes);
202 AcpiOsUnmapMemory(vdst, nbytes)
    [all...]
  /src/sys/kern/
kgdb_stub.c 125 kgdb_copy(void *vsrc, void *vdst, int len)
128 char *dst = vdst;
179 mem2hex(void *vdst, void *vsrc, int len)
181 u_char *dst = vdst;
198 hex2mem(void *vdst, u_char *src, int maxlen)
200 u_char *dst = vdst;
  /src/sys/dev/ic/
mx98905.c 290 mx98905_ring_copy(struct dp8390_softc *sc, int src, void *vdst, u_short amount)
293 uint8_t *dst = vdst;
isp.c 1967 isp_icb_2400_vpinfo_t vpinfo, *vdst; local in function:isp_fibre_init_2400
1976 vdst = (isp_icb_2400_vpinfo_t *) off;
1977 isp_put_icb_2400_vpinfo(isp, &vpinfo, vdst);

Completed in 18 milliseconds