Lines Matching refs:IOByteCount

313 	IOByteCount         _length;       /* length of all ranges */
319 virtual IOPhysicalAddress getSourceSegment( IOByteCount offset,
320 IOByteCount * length ) APPLE_KEXT_DEPRECATED;
335 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
336IOByteCount * length ) APPLE_KEXT_DEPRECATED; /* use getPhysicalSe…
375 IOReturn getPageCounts( IOByteCount * residentPageCount,
376 IOByteCount * dirtyPageCount);
389 IOByteCount offset, IOByteCount length );
402 virtual addr64_t getPhysicalSegment( IOByteCount offset,
403 IOByteCount * length,
406 virtual addr64_t getPhysicalSegment( IOByteCount offset,
407 IOByteCount * length,
491 IOByteCount withLength,
496 IOByteCount withLength,
511 IOByteCount withLength,
595 IOByteCount offset,
596 IOByteCount length,
612 IOByteCount withLength,
615 IOByteCount withLength,
620 IOByteCount withLength,
645 virtual IOByteCount getLength() const;
679 virtual IOByteCount readBytes(IOByteCount offset,
680 void * bytes, IOByteCount withLength);
690 virtual IOByteCount writeBytes(IOByteCount offset,
691 const void * bytes, IOByteCount withLength);
694 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
695 IOByteCount * length);
706 virtual void * getVirtualSegment(IOByteCount offset,
707IOByteCount * length) APPLE_KEXT_DEPRECATED; /* use map() and getVirtu…
759 IOByteCount offset = 0,
760 IOByteCount length = 0 ) APPLE_KEXT_DEPRECATED;/* use createMappingInTask() instead */
810 IOByteCount offset,
811 IOByteCount length );
838 IOByteCount sourceOffset = 0,
839 IOByteCount length = 0 );
844 IOByteCount length );
893 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
894 IOByteCount * length,
897 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
898 IOByteCount * length);
913 virtual IOByteCount getLength(void);
958 IOByteCount offset = 0);
1127 IOByteCount * residentPageCount,
1128 IOByteCount * dirtyPageCount);
1139 virtual void setPosition(IOByteCount position);
1169 IOByteCount withLength,
1173 IOByteCount withLength,
1179 IOByteCount withLength,
1193 virtual addr64_t getPhysicalSegment64( IOByteCount offset,
1194 IOByteCount * length ) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1196 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
1197 IOByteCount * length) APPLE_KEXT_OVERRIDE;
1199 virtual IOPhysicalAddress getSourceSegment(IOByteCount offset,
1200 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1202 virtual void * getVirtualSegment(IOByteCount offset,
1203 IOByteCount * length) APPLE_KEXT_OVERRIDE APPLE_KEXT_DEPRECATED;
1213 virtual addr64_t getPhysicalSegment( IOByteCount offset,
1214 IOByteCount * length,
1229 IOByteCount sourceOffset = 0,
1230 IOByteCount length = 0 ) APPLE_KEXT_OVERRIDE;
1235 IOByteCount length ) APPLE_KEXT_OVERRIDE;