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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitKeys.h150 #define kIOPlatformUUIDKey "IOPlatformUUID" // (OSString) macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp1016 getProvider( )->setProperty( kIOPlatformUUIDKey, string );
1017 publishResource( kIOPlatformUUIDKey, string );
1417 object = dictionary->getObject( kIOPlatformUUIDKey );
1424 string = ( OSString * ) getProperty( kIOPlatformUUIDKey );
1440 setProperty( kIOPlatformUUIDKey, string );
1441 publishResource( kIOPlatformUUIDKey, string );
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp647 resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), ( timeout.tv_sec || timeout.tv_nsec ) ? &timeout : 0 );
650 string = ( OSString * ) IOService::getPlatform( )->getProvider( )->getProperty( kIOPlatformUUIDKey );

Completed in 24 milliseconds