/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...] |
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/dev/ic/ |
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);
|
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);
|