Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h439 virtual bool init(void *dtRoot);
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp2084 IOPlatformExpertDevice::init(void *dtRoot) in init() argument
2089 if ((dtRoot != NULL) && (dt = IODeviceTreeAlloc(dtRoot))) { in init()