Home
last modified time | relevance | path

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

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