Searched refs:outSegFunc (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IODMACommand.h | 220 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 D | IOMemoryCursor.h | 116 withSpecification(SegmentFunction outSegFunc, 130 virtual bool initWithSpecification(SegmentFunction outSegFunc,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 129 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument 146 IODMACommand::withSpecification(SegmentFunction outSegFunc, in withSpecification() argument 157 if (me && !me->initWithSpecification(outSegFunc, in withSpecification() 222 IODMACommand::initWithSpecification(SegmentFunction outSegFunc, in initWithSpecification() argument 246 IODMACommand::setSpecification(SegmentFunction outSegFunc, in setSpecification() argument 259 if (!outSegFunc || !segmentOptions) { in setSpecification() 263 is32Bit = ((OutputHost32 == outSegFunc) in setSpecification() 264 || (OutputBig32 == outSegFunc) in setSpecification() 265 || (OutputLittle32 == outSegFunc)); in setSpecification() 299 fOutSeg = outSegFunc; in setSpecification() [all …]
|