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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMapper.cpp58 IOMapper * IOMapper::gSystem = (IOMapper *) IOMapper::kUnknown; member in class:IOMapper
84 IOMapper::gSystem = this; member in class:IOMapper
85 sMapperLock.wakeup(&IOMapper::gSystem);
114 IOMapper::gSystem = (IOMapper *) kHasMapper; member in class:IOMapper
117 IOMapper::gSystem = (IOMapper *) kNoMapper; member in class:IOMapper
119 sMapperLock.wakeup(&IOMapper::gSystem);
126 while ((vm_address_t) IOMapper::gSystem & kWaitMask)
127 sMapperLock.sleep(&IOMapper::gSystem);
192 if (IOMapper::gSystem)
193 return IOMapper::gSystem
[all...]
H A DIOBufferMemoryDescriptor.cpp198 if (IOMapper::gSystem)
286 if (physicalMask && !IOMapper::gSystem)
H A DIODMACommand.cpp179 mapper = IOMapper::gSystem;
577 mapper = IOMapper::gSystem;
H A DIOMemoryDescriptor.cpp813 gIOSystemMapper = mapper = IOMapper::gSystem;
1601 if (IOMapper::gSystem)
1614 if (data->fMapped && IOMapper::gSystem)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMapper.h101 // To get access to the system mapper IOMapper::gSystem
102 static IOMapper *gSystem; member in class:IOMapper
113 { if ((vm_address_t) gSystem & kWaitMask) waitForSystemMapper(); };
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp267 if (fIsSystem && !IOMapper::gSystem) {

Completed in 88 milliseconds