Lines Matching refs:IOByteCount
329 IOByteCount _length; /* length of all ranges */
335 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
336 IOByteCount * length ) APPLE_KEXT_DEPRECATED;
351 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
352 …IOByteCount * length ) APPLE_KEXT_DEPRECATED; /* use getPhysicalSe…
391 IOReturn getPageCounts( IOByteCount * residentPageCount,
392 IOByteCount * dirtyPageCount);
404 IOReturn getPageCounts( IOByteCount * residentPageCount,
405 IOByteCount * dirtyPageCount,
406 IOByteCount * swappedPageCount );
419 IOByteCount offset, IOByteCount length );
432 virtual addr64_t getPhysicalSegment( IOByteCount offset,
433 IOByteCount * length,
436 virtual addr64_t getPhysicalSegment( IOByteCount offset,
437 IOByteCount * length,
521 IOByteCount withLength,
526 IOByteCount withLength,
541 IOByteCount withLength,
625 IOByteCount offset,
626 IOByteCount length,
642 IOByteCount withLength,
645 IOByteCount withLength,
650 IOByteCount withLength,
675 virtual IOByteCount getLength() const;
709 virtual IOByteCount readBytes(IOByteCount offset,
710 void * bytes, IOByteCount withLength);
720 virtual IOByteCount writeBytes(IOByteCount offset,
721 const void * bytes, IOByteCount withLength);
724 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
725 IOByteCount * length);
736 virtual void * getVirtualSegment(IOByteCount offset,
737 …IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtu…
789 IOByteCount offset = 0,
790 IOByteCount length = 0 ) APPLE_KEXT_DEPRECATED;/* use createMappingInTask() instead */
854 IOByteCount offset,
855 IOByteCount length );
894 IOByteCount sourceOffset = 0,
895 IOByteCount length = 0 );
900 IOByteCount length );
949 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
950 IOByteCount * length,
953 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
954 IOByteCount * length);
969 virtual IOByteCount getLength(void);
1014 IOByteCount offset = 0);
1183 IOByteCount * residentPageCount,
1184 IOByteCount * dirtyPageCount,
1185 IOByteCount * swappedPageCount);
1191 IOByteCount readBytes(IOByteCount offset,
1192 void * bytes, IOByteCount withLength) override;
1193 IOByteCount writeBytes(IOByteCount offset,
1194 const void * bytes, IOByteCount withLength) override;
1201 virtual void setPosition(IOByteCount position);
1231 IOByteCount withLength,
1235 IOByteCount withLength,
1241 IOByteCount withLength,
1255 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
1256 IOByteCount * length ) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1258 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
1259 IOByteCount * length) APPLE_KEXT_OVERRIDE;
1261 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
1262 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1264 virtual void * getVirtualSegment(IOByteCount offset,
1265 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1275 virtual addr64_t getPhysicalSegment( IOByteCount offset,
1276 IOByteCount * length,
1292 IOByteCount offset,
1293 IOByteCount length ) APPLE_KEXT_OVERRIDE;
1299 IOByteCount sourceOffset = 0,
1300 IOByteCount length = 0 ) APPLE_KEXT_OVERRIDE;
1305 IOByteCount length ) APPLE_KEXT_OVERRIDE;