Lines Matching refs:IOByteCount

323 	IOByteCount         _length;       /* length of all ranges */
329 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
330 IOByteCount * length ) APPLE_KEXT_DEPRECATED;
345 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
346IOByteCount * length ) APPLE_KEXT_DEPRECATED; /* use getPhysicalSe…
385 IOReturn getPageCounts( IOByteCount * residentPageCount,
386 IOByteCount * dirtyPageCount);
399 IOByteCount offset, IOByteCount length );
412 virtual addr64_t getPhysicalSegment( IOByteCount offset,
413 IOByteCount * length,
416 virtual addr64_t getPhysicalSegment( IOByteCount offset,
417 IOByteCount * length,
501 IOByteCount withLength,
506 IOByteCount withLength,
521 IOByteCount withLength,
605 IOByteCount offset,
606 IOByteCount length,
622 IOByteCount withLength,
625 IOByteCount withLength,
630 IOByteCount withLength,
655 virtual IOByteCount getLength() const;
689 virtual IOByteCount readBytes(IOByteCount offset,
690 void * bytes, IOByteCount withLength);
700 virtual IOByteCount writeBytes(IOByteCount offset,
701 const void * bytes, IOByteCount withLength);
704 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
705 IOByteCount * length);
716 virtual void * getVirtualSegment(IOByteCount offset,
717IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtu…
769 IOByteCount offset = 0,
770 IOByteCount length = 0 ) APPLE_KEXT_DEPRECATED;/* use createMappingInTask() instead */
834 IOByteCount offset,
835 IOByteCount length );
862 IOByteCount sourceOffset = 0,
863 IOByteCount length = 0 );
868 IOByteCount length );
917 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
918 IOByteCount * length,
921 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
922 IOByteCount * length);
937 virtual IOByteCount getLength(void);
982 IOByteCount offset = 0);
1151 IOByteCount * residentPageCount,
1152 IOByteCount * dirtyPageCount);
1163 virtual void setPosition(IOByteCount position);
1193 IOByteCount withLength,
1197 IOByteCount withLength,
1203 IOByteCount withLength,
1217 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
1218 IOByteCount * length ) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1220 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
1221 IOByteCount * length) APPLE_KEXT_OVERRIDE;
1223 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
1224 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1226 virtual void * getVirtualSegment(IOByteCount offset,
1227 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1237 virtual addr64_t getPhysicalSegment( IOByteCount offset,
1238 IOByteCount * length,
1253 IOByteCount sourceOffset = 0,
1254 IOByteCount length = 0 ) APPLE_KEXT_OVERRIDE;
1259 IOByteCount length ) APPLE_KEXT_OVERRIDE;