Lines Matching refs:IOByteCount

326 	IOByteCount         _length;       /* length of all ranges */
332 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
333 IOByteCount * length ) APPLE_KEXT_DEPRECATED;
348 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
349IOByteCount * length ) APPLE_KEXT_DEPRECATED; /* use getPhysicalSe…
388 IOReturn getPageCounts( IOByteCount * residentPageCount,
389 IOByteCount * dirtyPageCount);
402 IOByteCount offset, IOByteCount length );
415 virtual addr64_t getPhysicalSegment( IOByteCount offset,
416 IOByteCount * length,
419 virtual addr64_t getPhysicalSegment( IOByteCount offset,
420 IOByteCount * length,
504 IOByteCount withLength,
509 IOByteCount withLength,
524 IOByteCount withLength,
608 IOByteCount offset,
609 IOByteCount length,
625 IOByteCount withLength,
628 IOByteCount withLength,
633 IOByteCount withLength,
658 virtual IOByteCount getLength() const;
692 virtual IOByteCount readBytes(IOByteCount offset,
693 void * bytes, IOByteCount withLength);
703 virtual IOByteCount writeBytes(IOByteCount offset,
704 const void * bytes, IOByteCount withLength);
707 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
708 IOByteCount * length);
719 virtual void * getVirtualSegment(IOByteCount offset,
720IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtu…
772 IOByteCount offset = 0,
773 IOByteCount length = 0 ) APPLE_KEXT_DEPRECATED;/* use createMappingInTask() instead */
837 IOByteCount offset,
838 IOByteCount length );
865 IOByteCount sourceOffset = 0,
866 IOByteCount length = 0 );
871 IOByteCount length );
920 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
921 IOByteCount * length,
924 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
925 IOByteCount * length);
940 virtual IOByteCount getLength(void);
985 IOByteCount offset = 0);
1154 IOByteCount * residentPageCount,
1155 IOByteCount * dirtyPageCount);
1166 virtual void setPosition(IOByteCount position);
1196 IOByteCount withLength,
1200 IOByteCount withLength,
1206 IOByteCount withLength,
1220 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
1221 IOByteCount * length ) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1223 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
1224 IOByteCount * length) APPLE_KEXT_OVERRIDE;
1226 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
1227 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1229 virtual void * getVirtualSegment(IOByteCount offset,
1230 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1240 virtual addr64_t getPhysicalSegment( IOByteCount offset,
1241 IOByteCount * length,
1257 IOByteCount offset,
1258 IOByteCount length ) APPLE_KEXT_OVERRIDE;
1264 IOByteCount sourceOffset = 0,
1265 IOByteCount length = 0 ) APPLE_KEXT_OVERRIDE;
1270 IOByteCount length ) APPLE_KEXT_OVERRIDE;