Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOPlatformExpert.h142 #define kIOPlatformMapperPresentKey "IOPlatformMapperPresent" macro
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp146 removeProperty(kIOPlatformMapperPresentKey); in start()
150 removeProperty(kIOPlatformMapperPresentKey); in start()
157 IOMapper::setMapperRequired(NULL != getProperty(kIOPlatformMapperPresentKey)); in start()