Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIOKitKeys.h265 #define kIOPlatformUUIDKey "IOPlatformUUID" // (OSString) macro
/xnu-11215/iokit/IOKit/
H A DIOKitKeys.h265 #define kIOPlatformUUIDKey "IOPlatformUUID" // (OSString) macro
/xnu-11215/iokit/Kernel/
H A DIOPlatformExpert.cpp1460 publishResource(kIOPlatformUUIDKey, getProvider()->getProperty(kIOPlatformUUIDKey)); in publishPlatformUUIDAndSerial()
2282 setProperty( kIOPlatformUUIDKey, string ); in generatePlatformUUID()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1101 …resources = IOService::waitForService( IOService::resourceMatching( kIOPlatformUUIDKey ), (timeout… in IOBSDGetPlatformUUID()
1106 string = (OSString *) IOService::getPlatform()->getProvider()->getProperty( kIOPlatformUUIDKey ); in IOBSDGetPlatformUUID()