Lines Matching refs:OSDynamicCast
204 topLevel = OSDynamicCast( OSSet, getProperty("top-level")); in configure()
207 while ((dict = OSDynamicCast( OSDictionary, in configure()
332 return OSDynamicCast(IORangeAllocator, in getPhysicalRangeAllocator()
463 return OSDynamicCast(IOInterruptController, object); in lookUpInterruptController()
475 controller = OSDynamicCast(IOInterruptController, waitForService(matching)); in setCPUInterruptProperties()
720 if (theTreeNode->setObject("service", OSDynamicCast( OSObject, theService))) { in RegisterServiceInTree()
772 mkey = OSDynamicCast(OSSymbol, mcoll->getNextObject()); in printDictionaryKeys()
1021 data = OSDynamicCast( OSData, node->getProperty( "halt-restart-timeout" )); in PEHaltRestartInternal()
1151 nvram_entry = (void *) OSDynamicCast(IODTNVRAM, entry); in init_gIOOptionsEntry()
1195 data = OSDynamicCast(OSData, obj); in PEReadNVRAMProperty()
1232 data = OSDynamicCast(OSBoolean, obj); in PEReadNVRAMBooleanProperty()
1426 …coprocessor_version_obj = OSDynamicCast(OSData, platform_entry->getProperty("apple-coprocessor-ver… in PEGetCoprocessorVersion()
1454 IOPlatformExpertDevice *provider = OSDynamicCast(IOPlatformExpertDevice, getProvider()); in publishPlatformUUIDAndSerial()
1468 IOPlatformExpertDevice *provider = OSDynamicCast(IOPlatformExpertDevice, getProvider()); in publishNVRAM()
1493 …data = OSDynamicCast( OSData, entry->getProperty( APPLE_VENDOR_VARIABLE_GUID":BridgeOSPanicWatchdo… in registerNVRAMController()
1509 data = OSDynamicCast( OSData, entry->getProperty(nvram_osenvironment)); in registerNVRAMController()
1513 IODTNVRAM * nvramOptionsEntry = OSDynamicCast(IODTNVRAM, entry); in registerNVRAMController()
1563 service = OSDynamicCast(IOService, prop); in callPlatformFunction()
2216 data1 = OSDynamicCast( OSData, entry->getProperty( "unique-chip-id" )); in generatePlatformUUID()
2220 data2 = OSDynamicCast( OSData, entry->getProperty( "chip-id" )); in generatePlatformUUID()
2247 data = OSDynamicCast( OSData, entry->getProperty( "system-id" )); in generatePlatformUUID()
2271 data = OSDynamicCast( OSData, entry->getProperty( "platform-uuid" )); in generatePlatformUUID()