Searched refs:resources (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h174 static IOService * resources( void );
H A DIOService.cpp378 gIOResources = IOResources::resources();
755 * Called on a matched service to allocate resources
2918 // stall for any nub resources
2920 // stall for any driver resources
4297 IOService * IOResources::resources( void ) function in class:IOResources
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp644 IOService * resources; local
647 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), ( timeout.tv_sec || timeout.tv_nsec ) ? &timeout : 0 );
648 if ( resources == 0 ) return KERN_OPERATION_TIMED_OUT;

Completed in 33 milliseconds