Searched refs:SegmentFunction (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.61.3/iokit/IOKit/ |
| H A D | IODMACommand.h | 133 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 D | IOMemoryCursor.h | 82 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-10002.61.3/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 125 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() 777 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() 803 IODMACommand::prepareWithSpecification(SegmentFunction outSegFunc, in prepareWithSpecification() 1635 SegmentFunction segmentFunction = (SegmentFunction) reference; in clientOutputSegment() 1654 IODMACommand::genIOVMSegments(SegmentFunction segmentFunction, in genIOVMSegments()
|
| H A D | IOMemoryCursor.cpp | 45 IOMemoryCursor::withSpecification(SegmentFunction inSegFunc, in OSDefineMetaClassAndStructors() 65 IOMemoryCursor::initWithSpecification(SegmentFunction inSegFunc, in initWithSpecification()
|