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

/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h481 /*! @var fBypassMask
483 UInt64 fBypassMask; member in class:IODMACommand
/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp187 fBypassMask = 0;
204 if (mapper && !mapper->getBypassMask(&fBypassMask))
651 if (mapper && !mapper->getBypassMask(&fBypassMask))
659 fBypassMask = 0;
1020 UInt64 bypassMask = fBypassMask;

Completed in 75 milliseconds