Searched refs:IODeviceTreeAlloc (Results 1 – 3 of 3) sorted by relevance
62 LIBKERN_RETURNS_NOT_RETAINED IORegistryEntry * IODeviceTreeAlloc( void * dtTop );
113 IODeviceTreeAlloc( void * dtTop ) in IODeviceTreeAlloc() function
2089 if ((dtRoot != NULL) && (dt = IODeviceTreeAlloc(dtRoot))) { in init()