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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp67 #define fFlags loopRestart macro
233 SETP(&fFlags, kLoopTerminate);
348 if (ISSETP(&fFlags, kLoopTerminate))
356 CLRP(&fFlags, kLoopRestart);
372 if (ISSETP(&fFlags, kLoopTerminate))
374 else if (fFlags & kLoopRestart) {
399 if ( !ISSETP(&fFlags, kLoopTerminate) && !workToDo) {
520 SETP(&fFlags, kLoopRestart);
601 SETP(&fFlags, kLoopRestart);
H A DIOMemoryDescriptor.cpp149 unsigned int fFlags; // Flags member in struct:ioPLBlock
765 iopl.fFlags = pageList->device | kIOPLExternUPL;
1464 if (ioplInfo.fFlags & kIOPLExternUPL)
1470 if ( ioplInfo.fFlags & kIOPLOnDevice ) {
2202 iopl.fFlags = kIOPLOnDevice;
2205 iopl.fFlags = 0;
2415 if (ioplList->fFlags & kIOPLExternUPL)
2426 if (ioplList->fFlags & kIOPLOnDevice) mapOptions |= kIODMAMapPhysicallyContiguous;

Completed in 52 milliseconds