Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIODMACommand.h132 typedef bool (*SegmentFunction)(IODMACommand *target, typedef
219 withSpecification(SegmentFunction outSegFunc,
249 SegmentFunction outSegFunc,
259 withSpecification(SegmentFunction outSegFunc,
294 virtual bool initWithSpecification( SegmentFunction outSegFunc,
421 genIOVMSegments(SegmentFunction segmentFunction,
429 IOReturn setSpecification(SegmentFunction outSegFunc,
479 virtual IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
522 bool initWithSpecification(SegmentFunction outSegFunc,
529 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-8020.121.3/iokit/Kernel/
H A DIODMACommand.cpp125 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification()
142 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification()
181 #define kLastOutputFunction ((SegmentFunction) kLastOutputFunction)
199 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification()
218 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification()
242 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification()
768 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification()
794 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification()
1626 SegmentFunction segmentFunction = (SegmentFunction) reference; in clientOutputSegment()
1645 IODMACommand::genIOVMSegments(SegmentFunction segmentFunction, in genIOVMSegments()
H A DIOMemoryCursor.cpp45 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc, in OSDefineMetaClassAndStructors()
65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, in initWithSpecification()