Home
last modified time | relevance | path

Searched refs:IOMemoryCursor (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/iokit/Kernel/
H A DIOMemoryCursor.cpp42 OSDefineMetaClassAndStructors(IOMemoryCursor, OSObject) in OSDefineMetaClassAndStructors() argument
44 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 IOMemoryCursor
201 OSDefineMetaClassAndStructors(IONaturalMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument
241 #define super IOMemoryCursor
242 OSDefineMetaClassAndStructors(IOBigMemoryCursor, IOMemoryCursor) in OSDefineMetaClassAndStructors() argument
[all …]
/xnu-12377.61.12/iokit/IOKit/
H A DIOMemoryCursor.h56 class IOMemoryCursor : public OSObject
58 OSDeclareDefaultStructors(IOMemoryCursor);
73 #define IOPhysicalSegment IOMemoryCursor::PhysicalSegment
88 #define OutputSegmentFunc IOMemoryCursor::SegmentFunction
115 static OSPtr<IOMemoryCursor>
163 class IONaturalMemoryCursor : public IOMemoryCursor
239 class IOBigMemoryCursor : public IOMemoryCursor
316 class IOLittleMemoryCursor : public IOMemoryCursor
/xnu-12377.61.12/iokit/conf/
H A Dfiles75 iokit/Kernel/IOMemoryCursor.cpp optional iokitcpp