Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOMapper.h70 kWaitMask = 3, enumerator
98 if ((uintptr_t) gSystem & kWaitMask) { in checkForSystemMapper()
/xnu-12377.61.12/iokit/Kernel/
H A DIOMapper.cpp160 while ((uintptr_t) IOMapper::gSystem & kWaitMask) { in waitForSystemMapper()