Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp77 #define fFlags loopRestart macro
256 SETP(&fFlags, kLoopTerminate); in free()
382 if (ISSETP(&fFlags, kLoopTerminate)) { in runEventSources()
392 CLRP(&fFlags, kLoopRestart); in runEventSources()
409 if (ISSETP(&fFlags, kLoopTerminate)) { in runEventSources()
411 } else if (fFlags & kLoopRestart) { in runEventSources()
439 if (!ISSETP(&fFlags, kLoopTerminate) && !workToDo) { in threadMain()
589 SETP(&fFlags, kLoopRestart); in _maintRequest()
670 SETP(&fFlags, kLoopRestart); in _maintRequest()
H A DIOMemoryDescriptor.cpp141 unsigned int fFlags; // Flags member
1110 if (ioplInfo.fFlags & kIOPLExternUPL) { in memoryReferenceMap()
1421 if (ioplInfo.fFlags & kIOPLExternUPL) { in memoryReferenceMapNew()
2169 iopl.fFlags = pageList->device | kIOPLExternUPL; in initWithOptions()
3293 if (ioplInfo.fFlags & kIOPLExternUPL) { in dmaCommandOperation()
3300 if (ioplInfo.fFlags & kIOPLOnDevice) { in dmaCommandOperation()
4343 iopl.fFlags = kIOPLOnDevice; in wireVirtual()
4345 iopl.fFlags = 0; in wireVirtual()
4618 if (ioplList->fFlags & kIOPLExternUPL) { in dmaMap()
4633 if (ioplList->fFlags & kIOPLOnDevice) { in dmaMap()