Home
last modified time | relevance | path

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

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