Lines Matching refs:IOByteCount

515 	IOByteCount          physLen;  in memoryReferenceCreate()
933 IOByteCount physLen; in memoryReferenceMap()
1586 IOByteCount * residentPageCount, in memoryReferenceGetPageCounts()
1587 IOByteCount * dirtyPageCount) in memoryReferenceGetPageCounts()
1693 IOByteCount length, in withAddress()
1703 IOByteCount length, in withAddress()
1720 IOByteCount length, in withPhysicalAddress()
1832 IOByteCount offset, in withSubRange()
1833 IOByteCount length, in withSubRange()
1883 IOByteCount withLength, in initWithAddress()
1894 IOByteCount withLength, in initWithAddress()
1907 IOByteCount withLength, in initWithPhysicalAddress()
2297 || (totalLength != ((IOByteCount) totalLength))) { in initWithOptions()
2453 IOByteCount
2518 IOMemoryDescriptor::getSourceSegment( IOByteCount offset, IOByteCount * length ) in getSourceSegment()
2535 IOByteCount
2537 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes()
2540 IOByteCount endoffset; in readBytes()
2541 IOByteCount remaining; in readBytes()
2566 IOByteCount srcLen; in readBytes()
2602 IOByteCount
2604 (IOByteCount inoffset, const void *bytes, IOByteCount length) in writeBytes()
2607 IOByteCount remaining; in writeBytes()
2608 IOByteCount endoffset; in writeBytes()
2609 IOByteCount offset = inoffset; in writeBytes()
2639 IOByteCount dstLen; in writeBytes()
2688 IOGeneralMemoryDescriptor::setPosition(IOByteCount position) in setPosition()
2822 for (IOByteCount offset = 0; offset < getLength(); offset += physical_segment.length) { in ktraceEmitPhysicalSegments()
3329 IOByteCount contigLength = PAGE_SIZE - offset; in dmaCommandOperation()
3355 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOO… in getPhysicalSegment()
3435 IOByteCount origLen = length; in getPhysicalSegment()
3461 IOByteCount
3463 (IOByteCount offset, void *bytes, IOByteCount length) in readBytes()
3465 IOByteCount count = super::readBytes(offset, bytes, length); in readBytes()
3469 IOByteCount
3471 (IOByteCount offset, const void* bytes, IOByteCount withLength) in writeBytes()
3473 IOByteCount count = super::writeBytes(offset, bytes, withLength); in writeBytes()
3482 IOMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment, IOOptionBi… in getPhysicalSegment()
3499 IOGeneralMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3505 IOGeneralMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3508 IOByteCount length = 0; in getPhysicalSegment()
3525 IOMemoryDescriptor::getPhysicalSegment64(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment64()
3528 IOByteCount length; in getPhysicalSegment64()
3542 IOByteCount origLen; in getPhysicalSegment64()
3564 IOMemoryDescriptor::getPhysicalSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getPhysicalSegment()
3570 IOGeneralMemoryDescriptor::getSourceSegment(IOByteCount offset, IOByteCount *lengthOfSegment) in getSourceSegment()
3579 IOGeneralMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
3580 IOByteCount * lengthOfSegment) in getVirtualSegment()
3619 IOByteCount offset = (IOByteCount) data->fOffset; in dmaCommandOperation()
3819 IOByteCount iterate, segLen; in getDMAMapLength()
3851 IOMemoryDescriptor::getPageCounts( IOByteCount * residentPageCount, in getPageCounts()
3852 IOByteCount * dirtyPageCount ) in getPageCounts()
3917 IOByteCount offset, IOByteCount length ) in performOperation()
3919 IOByteCount remaining; in performOperation()
3986 IOByteCount dstLen; in performOperation()
4207 IOByteCount mdOffset = 0; in wireVirtual()
4884 IOByteCount __offset, in makeMapping()
4885 IOByteCount __length ) in makeMapping()
4923 IOByteCount __offset, in doMap()
4924 IOByteCount __length ) in doMap()
5098 IOByteCount __length ) in doUnmap()
5194 IOByteCount __offset, in doMap()
5195 IOByteCount __length ) in doMap()
5324 IOByteCount __length ) in doUnmap()
5555 IOByteCount
5688 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length, IOOptionBits _opt… in getPhysicalSegment()
5690 IOMemoryMap::getPhysicalSegment( IOByteCount _offset, IOPhysicalLength * _length) in getPhysicalSegment()
5764 IOByteCount offset, in map()
5765 IOByteCount length ) in map()
5841 IOByteCount offset) in redirect()
5914 IOByteCount __offset, in makeMapping()
5915 IOByteCount __length ) in makeMapping()
5944 IOByteCount physLen; in makeMapping()
6046 IOByteCount length, in initWithAddress()
6054 IOByteCount length, in initWithAddress()
6064 IOByteCount length, in initWithPhysicalAddress()
6091 IOMemoryDescriptor::getVirtualSegment(IOByteCount offset, in getVirtualSegment()
6092 IOByteCount * lengthOfSegment) in getVirtualSegment()
6153 IOByteCount len = (IOByteCount) vcopy[index].length; in serialize()