Searched refs:IOMemoryCursor (Results 1 – 3 of 3) sorted by relevance
42 OSDefineMetaClassAndStructors(IOMemoryCursor, OSObject) in OSDefineMetaClassAndStructors() argument44 OSSharedPtr<IOMemoryCursor> in OSDefineMetaClassAndStructors()45 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc, in OSDefineMetaClassAndStructors()50 OSSharedPtr<IOMemoryCursor> me = OSMakeShared<IOMemoryCursor>(); in OSDefineMetaClassAndStructors()65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, in initWithSpecification()112 IOMemoryCursor::genPhysicalSegments(IOMemoryDescriptor *inDescriptor, in genPhysicalSegments()200 #define super IOMemoryCursor201 OSDefineMetaClassAndStructors(IONaturalMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument241 #define super IOMemoryCursor242 OSDefineMetaClassAndStructors(IOBigMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument[all …]
56 class IOMemoryCursor : public OSObject58 OSDeclareDefaultStructors(IOMemoryCursor);73 #define IOPhysicalSegment IOMemoryCursor::PhysicalSegment88 #define OutputSegmentFunc IOMemoryCursor::SegmentFunction115 static OSPtr<IOMemoryCursor>163 class IONaturalMemoryCursor : public IOMemoryCursor239 class IOBigMemoryCursor : public IOMemoryCursor316 class IOLittleMemoryCursor : public IOMemoryCursor
75 iokit/Kernel/IOMemoryCursor.cpp optional iokitcpp