• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:IOByteCount

164     virtual IOByteCount 	getLength();
176 IOByteCount offset = 0);
182 virtual IOPhysicalAddress getPhysicalSegment(IOByteCount offset,
183 IOByteCount * length);
336 IOByteCount length,
345 IOByteCount length,
372 IOByteCount length,
500 IOByteCount offset,
501 IOByteCount length,
559 IOByteCount range0Len;
613 IOByteCount withLength,
624 IOByteCount withLength,
637 IOByteCount withLength,
1069 IOByteCount IOMemoryDescriptor::getLength() const
1086 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length )
1098 IOByteCount IOMemoryDescriptor::readBytes
1099 (IOByteCount offset, void *bytes, IOByteCount length)
1102 IOByteCount remaining;
1114 IOByteCount srcLen;
1137 IOByteCount IOMemoryDescriptor::writeBytes
1138 (IOByteCount offset, const void *bytes, IOByteCount length)
1141 IOByteCount remaining;
1156 IOByteCount dstLen;
1182 /* DEPRECATED */ void IOGeneralMemoryDescriptor::setPosition(IOByteCount position)
1375 IOByteCount contigLength = PAGE_SIZE - offset;
1402 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment)
1405 IOByteCount length = 0;
1442 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment)
1445 IOByteCount length = 0;
1489 IOMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment)
1492 IOByteCount length;
1505 IOByteCount origLen;
1525 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment)
1576 /* DEPRECATED */ void * IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset,
1577 /* DEPRECATED */ IOByteCount * lengthOfSegment)
1610 IOByteCount offset = (IOByteCount) data->fOffset;
1700 IOByteCount offset, IOByteCount length )
1702 IOByteCount remaining;
1723 IOByteCount dstLen;
1849 IOByteCount mdOffset = 0;
1854 IOByteCount numBytes;
2102 IOByteCount __offset,
2103 IOByteCount __length )
2119 IOByteCount range0Len = 0;
2265 IOByteCount __length )
2464 IOByteCount __offset,
2465 IOByteCount __length )
2699 IOByteCount __length )
2911 IOByteCount _IOMemoryMap::getLength()
3002 _IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length)
3073 IOByteCount offset,
3074 IOByteCount length )
3124 IOByteCount offset)
3199 IOByteCount __offset,
3200 IOByteCount __length )
3229 IOByteCount physLen;
3327 IOByteCount offset, IOByteCount length,
3416 IOSubMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount * length)
3419 IOByteCount actualLength;
3438 IOSubMemoryDescriptor::getPhysicalSegment( IOByteCount offset, IOByteCount * length )
3441 IOByteCount actualLength;
3460 IOSubMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length )
3463 IOByteCount actualLength;
3481 void * IOSubMemoryDescriptor::getVirtualSegment(IOByteCount offset,
3482 IOByteCount * lengthOfSegment)
3491 IOByteCount sourceOffset,
3492 IOByteCount length )
3498 IOByteCount IOSubMemoryDescriptor::readBytes(IOByteCount offset,
3499 void * bytes, IOByteCount length)
3501 IOByteCount byteCount;
3516 IOByteCount IOSubMemoryDescriptor::writeBytes(IOByteCount offset,
3517 const void* bytes, IOByteCount length)
3519 IOByteCount byteCount;
3547 IOByteCount offset, IOByteCount length )
3593 IOByteCount offset,
3594 IOByteCount length )
3616 IOByteCount length,
3624 IOByteCount length,
3634 IOByteCount length,
3699 user_addr_t addr; IOByteCount len;
3715 IOByteCount len = (IOByteCount) vcopy[index].length;