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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h481 /*! @var fBypassMask
483 UInt64 fBypassMask; member in class:IODMACommand
/darwin-on-arm/xnu/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 21 milliseconds