Home
last modified time | relevance | path

Searched refs:kIOPlatformUUIDKey (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/iokit/DriverKit/
H A DIOKitKeys.h237 #define kIOPlatformUUIDKey "IOPlatformUUID" // (OSString) macro
/xnu-8020.101.4/iokit/IOKit/
H A DIOKitKeys.h237 #define kIOPlatformUUIDKey "IOPlatformUUID" // (OSString) macro
/xnu-8020.101.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1423 publishResource(kIOPlatformUUIDKey, getProvider()->getProperty(kIOPlatformUUIDKey)); in publishPlatformUUIDAndSerial()
2244 setProperty( kIOPlatformUUIDKey, string ); in generatePlatformUUID()
/xnu-8020.101.4/iokit/bsddev/
H A DIOKitBSDInit.cpp1061 …resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), (timeout… in IOBSDGetPlatformUUID()
1066 string = (OSString *) IOService::getPlatform()->getProvider()->getProperty( kIOPlatformUUIDKey ); in IOBSDGetPlatformUUID()