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

/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp660 OSDictionary * platform_dict; local
669 platform_dict = IOService::serviceMatching( "IOPlatformExpertDevice" );
670 if (platform_dict == NULL) {
674 platform = IOService::waitForService( platform_dict );

Completed in 17 milliseconds