Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/IOKit/
H A DIODMACommand.h220 withSpecification(SegmentFunction outSegFunc,
250 SegmentFunction outSegFunc,
260 withSpecification(SegmentFunction outSegFunc,
295 virtual bool initWithSpecification( SegmentFunction outSegFunc,
430 IOReturn setSpecification(SegmentFunction outSegFunc,
443 InternalSegmentFunction outSegFunc,
480 virtual IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
523 bool initWithSpecification(SegmentFunction outSegFunc,
530 IOReturn prepareWithSpecification(SegmentFunction outSegFunc,
615 SegmentFunction outSegFunc, in weakWithSpecification() argument
[all …]
H A DIOMemoryCursor.h116 withSpecification(SegmentFunction outSegFunc,
130 virtual bool initWithSpecification(SegmentFunction outSegFunc,
/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp125 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument
133 if (me && !me->initWithSpecification(outSegFunc, segmentOptions, mappingOptions, in withSpecification()
142 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument
153 if (me && !me->initWithSpecification(outSegFunc, in withSpecification()
199 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
209 if (kIOReturnSuccess != setSpecification(outSegFunc, segmentOptions, in initWithSpecification()
218 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument
238 return initWithSpecification(outSegFunc, &segmentOptions, mappingOptions, mapper, refCon); in initWithSpecification()
242 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification() argument
255 if (!outSegFunc || !segmentOptions) { in setSpecification()
[all …]