Home
last modified time | relevance | path

Searched refs:IODeviceTreeAlloc (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/ !
H A DIODeviceTreeSupport.h62 LIBKERN_RETURNS_NOT_RETAINED IORegistryEntry * IODeviceTreeAlloc( void * dtTop );
/xnu-12377.61.12/iokit/Kernel/ !
H A DIODeviceTreeSupport.cpp113 IODeviceTreeAlloc( void * dtTop ) in IODeviceTreeAlloc() function
H A DIOPlatformExpert.cpp2089 if ((dtRoot != NULL) && (dt = IODeviceTreeAlloc(dtRoot))) { in init()