Searched refs:fOutSeg (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h493 /*! @var fOutSeg The action method called when an event has been delivered */
494 SegmentFunction fOutSeg; member in class:IODMACommand
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMACommand.cpp135 return withSpecification(fOutSeg, fNumAddressBits, fMaxSegmentSize,
188 fOutSeg = outSegFunc;
660 fOutSeg = outSegFunc;
980 return (genIOVMSegments(kWalkClient, clientOutputSegment, (void *) fOutSeg,
1229 DEBG("kIOReturnMessageTooLarge(fOutSeg) %qx, %qx\n", segment.fIOVMAddr, segment.fLength);

Completed in 22 milliseconds