Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/iokit/conf/
H A DMakefile.arm45 IOMemoryCursor.cpo_CXXWARNFLAGS_ADD += -Wno-shorten-64-to-32
H A Dfiles74 iokit/Kernel/IOMemoryCursor.cpp optional iokitcpp