Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIODMACommand.h133 typedef bool (*SegmentFunction)(IODMACommand *target, typedef
220 withSpecification(SegmentFunction outSegFunc,
250 SegmentFunction outSegFunc,
260 withSpecification(SegmentFunction outSegFunc,
295 virtual bool initWithSpecification( SegmentFunction outSegFunc,
422 genIOVMSegments(SegmentFunction segmentFunction,
430 IOReturn setSpecification(SegmentFunction outSegFunc,
480 virtual IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
523 bool initWithSpecification(SegmentFunction outSegFunc,
530 IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
[all …]
H A DIOMemoryCursor.h82 typedef void (*SegmentFunction)(PhysicalSegment segment, typedef
88 #define OutputSegmentFunc IOMemoryCursor::SegmentFunction
92 SegmentFunction outSeg;
116 withSpecification(SegmentFunction outSegFunc,
130 virtual bool initWithSpecification(SegmentFunction outSegFunc,
/xnu-12377.61.12/iokit/Kernel/
H A DIODMACommand.cpp129 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification()
146 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification()
185 #define kLastOutputFunction ((SegmentFunction) kLastOutputFunction)
203 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification()
222 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification()
246 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification()
781 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification()
807 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification()
1639 SegmentFunction segmentFunction = (SegmentFunction) reference; in clientOutputSegment()
1658 IODMACommand::genIOVMSegments(SegmentFunction segmentFunction, in genIOVMSegments()
H A DIOMemoryCursor.cpp45 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc, in OSDefineMetaClassAndStructors()
65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, in initWithSpecification()