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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePrivate.h168 static IOService * resources( void );
H A DIOPlatformExpert.cpp928 _resources = resources();
H A DIOService.cpp335 gIOResources = IOResources::resources();
702 * Called on a matched service to allocate resources
2713 // stall for any nub resources
2715 // stall for any driver resources
2746 IOService * IOService::resources( void ) function in class:IOService
3774 IOService * IOResources::resources( void ) function in class:IOResources
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp846 IOService * resources; local
849 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), &timeout );
850 if ( resources == 0 ) return KERN_OPERATION_TIMED_OUT;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h932 /* Allocate resources for a matched service */
935 @abstract Allocates any needed resources for a published IOService object before clients attach.
936 @discussion This method is called during the registration process for an IOService object if there are successful driver matches, before any clients attach. It allows for lazy allocation of resources to an IOService object when a matching driver is found.
1150 static IOService * resources( void );

Completed in 44 milliseconds