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);
405 IOByteCount offset, IOByteCount length );
418 virtual addr64_t getPhysicalSegment( IOByteCount offset,
419 IOByteCount * length,
422 virtual addr64_t getPhysicalSegment( IOByteCount offset,
423 IOByteCount * length,
507 IOByteCount withLength,
512 IOByteCount withLength,
527 IOByteCount withLength,
611 IOByteCount offset,
612 IOByteCount length,
628 IOByteCount withLength,
631 IOByteCount withLength,
636 IOByteCount withLength,
661 virtual IOByteCount getLength() const;
695 virtual IOByteCount readBytes(IOByteCount offset,
696 void * bytes, IOByteCount withLength);
706 virtual IOByteCount writeBytes(IOByteCount offset,
707 const void * bytes, IOByteCount withLength);
710 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
711 IOByteCount * length);
722 virtual void * getVirtualSegment(IOByteCount offset,
723 …IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtu…
775 IOByteCount offset = 0,
776 IOByteCount length = 0 ) APPLE_KEXT_DEPRECATED;/* use createMappingInTask() instead */
840 IOByteCount offset,
841 IOByteCount length );
868 IOByteCount sourceOffset = 0,
869 IOByteCount length = 0 );
874 IOByteCount length );
923 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
924 IOByteCount * length,
927 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
928 IOByteCount * length);
943 virtual IOByteCount getLength(void);
988 IOByteCount offset = 0);
1157 IOByteCount * residentPageCount,
1158 IOByteCount * dirtyPageCount);
1164 IOByteCount readBytes(IOByteCount offset,
1165 void * bytes, IOByteCount withLength) override;
1166 IOByteCount writeBytes(IOByteCount offset,
1167 const void * bytes, IOByteCount withLength) override;
1174 virtual void setPosition(IOByteCount position);
1204 IOByteCount withLength,
1208 IOByteCount withLength,
1214 IOByteCount withLength,
1228 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
1229 IOByteCount * length ) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1231 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
1232 IOByteCount * length) APPLE_KEXT_OVERRIDE;
1234 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
1235 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1237 virtual void * getVirtualSegment(IOByteCount offset,
1238 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1248 virtual addr64_t getPhysicalSegment( IOByteCount offset,
1249 IOByteCount * length,
1265 IOByteCount offset,
1266 IOByteCount length ) APPLE_KEXT_OVERRIDE;
1272 IOByteCount sourceOffset = 0,
1273 IOByteCount length = 0 ) APPLE_KEXT_OVERRIDE;
1278 IOByteCount length ) APPLE_KEXT_OVERRIDE;