Searched refs:dstAddr (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateIO.cpp | 345 addr64_t dstAddr = bytes; in IOMemoryDescriptorReadToPhysical() local 364 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical() 369 dstAddr += dstLen; in IOMemoryDescriptorReadToPhysical()
|
| H A D | IOMemoryDescriptor.cpp | 2537 addr64_t dstAddr = CAST_DOWN(addr64_t, bytes); in readBytes() local 2580 copypv(srcAddr64, dstAddr, (unsigned int) srcLen, in readBytes() 2583 dstAddr += srcLen; in readBytes()
|
| H A D | IOPMrootDomain.cpp | 12527 char * dstAddr; local 12578 dstAddr = (char*)hdr + hdr->spindump_offset; 12600 kr = stack_snapshot_from_kernel(pid, dstAddr, size, flags, 0, 0, &bytesWritten);
|