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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODMACommand.cpp62 #define fInternalState reserved macro
219 fInternalState->fIterateOnly = (0 != (kIterateOnly & mappingOptions));
220 fInternalState->fDevice = device;
272 fInternalState->fCheckAddressing = false;
274 fInternalState->fCheckAddressing = (fNumAddressBits && (highPage >= (1UL << (fNumAddressBits - PAGE_SHIFT))));
276 fInternalState->fNewMD = true;
445 IODMACommandInternal * state = fInternalState;
637 fInternalState->fDevice = mapper;
675 fInternalState->fIterateOnly = (0 != (kIterateOnly & mappingOptions));
684 IODMACommandInternal * state = fInternalState;
[all...]

Completed in 278 milliseconds