Searched refs:getProperty (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp65 if (provider->getProperty("enable_debugger"))
68 if (provider->getProperty("mask_NMI"))
H A DAppleARMPE.cpp61 prop = (OSData *) getProvider()->getProperty( gIODTModelKey );
93 prop = (OSData *) getProvider()->getProperty( gIODTModelKey );
H A DIOCPU.h82 virtual OSObject *getProperty(const OSSymbol * aKey) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp52 dmaParentData = OSDynamicCast(OSData, provider->getProperty("dma-parent"));
80 phandleData = OSDynamicCast(OSData, _provider->getProperty("AAPL,phandle"));
H A DIODeviceTreeSupport.cpp184 if( (prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) {
211 if( !intMap && child->getProperty( gIODTInterruptParentKey))
227 array = OSDynamicCast(OSArray, child->getProperty( gIOInterruptSpecifiersKey ));
260 propObj = OSDynamicCast( OSData, chosen->getProperty(key) );
301 defaultObj = OSDynamicCast( OSData, defaults->getProperty(key) );
401 if( regEntry->getProperty( gIODTInterruptCellKey)
402 && (data = OSDynamicCast( OSData, regEntry->getProperty( gIODTPHandleKey )))) {
431 if( (data = OSDynamicCast( OSData, regEntry->getProperty( name )))
446 if( (data = OSDynamicCast( OSData, regEntry->getProperty( gIODTInterruptParentKey )))
453 } else if( 0 == regEntry->getProperty( "interrup
[all...]
H A DIOPlatformExpert.cpp113 IOMapper::setMapperRequired(0 != getProperty(kIOPlatformMapperPresentKey));
136 OSData* mydata = (OSData*) (provider->getProperty("serial-number"));
154 topLevel = OSDynamicCast( OSSet, getProperty("top-level"));
246 getProperty("Platform Memory Ranges")));
856 obj = gIOOptionsEntry->getProperty(symbol);
943 data1 = OSDynamicCast( OSData, entry->getProperty( "unique-chip-id" ) );
948 data2 = OSDynamicCast( OSData, entry->getProperty( "chip-id" ) );
975 data = OSDynamicCast( OSData, entry->getProperty( "system-id" ) );
1003 data = OSDynamicCast( OSData, entry->getProperty( "platform-uuid" ) );
1039 service = OSDynamicCast(IOService, _resources->getProperty(functionNam
[all...]
H A DIOCPU.cpp224 num = OSDynamicCast(OSNumber, service->getProperty(key));
475 OSObject *IOCPU::getProperty(const OSSymbol *aKey) const function in class:IOCPU
479 return super::getProperty(aKey);
658 if ((service->getProperty(gIOInterruptControllersKey) != 0) &&
659 (service->getProperty(gIOInterruptSpecifiersKey) != 0))
H A DIORegistryEntry.cpp309 if( (prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) {
412 obj = getProperty( aKey ); \
422 IORegistryEntry::getProperty( type * aKey, \
426 OSObject * obj = getProperty( aKey ); \
435 obj = entry->getProperty( aKey ); \
502 wrap4(const OSSymbol, const) // getProperty() w/plane definition
503 wrap4(const OSString, const) // getProperty() w/plane definition
504 wrap4(const char, const) // getProperty() w/plane definition
512 IORegistryEntry::getProperty( const OSSymbol * aKey) const function in class:IORegistryEntry
587 IORegistryEntry::getProperty( cons function in class:IORegistryEntry
597 IORegistryEntry::getProperty( const char * aKey) const function in class:IORegistryEntry
[all...]
H A DIOMapper.cpp92 obj = provider->getProperty("iommu-id");
94 obj = provider->getProperty("AAPL,phandle");
H A DIOService.cpp1423 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1533 IOCommand *notifyList = (IOCommand *) getProperty( typeOfInterest );
1576 cleanInterestList( getProperty( gIOGeneralInterest ));
1577 cleanInterestList( getProperty( gIOBusyInterest ));
1578 cleanInterestList( getProperty( gIOAppPowerStateInterest ));
1579 cleanInterestList( getProperty( gIOPriorityPowerStateInterest ));
1580 cleanInterestList( getProperty( gIOConsoleSecurityInterest ));
2499 offset = OSDynamicCast(OSNumber, service->getProperty( key ));
2542 service->getProperty( gIOMatchCategoryKey ));
2982 resourcesProp = getProperty( gIOResourceMatchKe
[all...]
H A DIOHibernateIO.cpp749 obj = next->getProperty(kIOPolledInterfaceSupportKey);
757 if ((num = OSDynamicCast(OSNumber, next->getProperty(kIOMediaPreferredBlockSizeKey))))
1213 dsSSD = (kOSBooleanTrue == IOService::getPMRootDomain()->getProperty(kIOPMDeepSleepEnabledKey));
1266 && (kOSBooleanTrue == IOService::getPMRootDomain()->getProperty(kIOPMDeepSleepEnabledKey)));
1275 (kOSBooleanTrue != IOService::getPMRootDomain()->getProperty(kIOPMDestroyFVKeyOnStandbyKey)))
1397 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOHibernateMachineSignatureKey));
1405 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-device-path"));
1697 IOService::getPMRootDomain()->getProperty(kIOHibernatePreviewActiveKey))))
1843 if (gIOOptionsEntry->getProperty(gIOHibernateRTCVariablesKey)) {
1950 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOScreenLockStateKe
[all...]
H A DIOPMrootDomain.cpp2266 OSString, getProperty(kIOPMRootDomainWakeTypeKey));
2268 OSString, getProperty(kIOPMRootDomainWakeReasonKey));
2279 OSNumber, getProperty(kIOHibernateOptionsKey));
2849 (UUIDstring = OSDynamicCast(OSString, getProperty(kIOPMSleepWakeUUIDKey))))
3106 (OSDictionary *) getProperty(kRootDomainSupportedFeatures);
3203 (OSDictionary *) getProperty(kRootDomainSupportedFeatures);
3710 && (getProperty(kIOPMDeepSleepEnabledKey) == kOSBooleanTrue));
3712 && (getProperty(kIOPMAutoPowerOffEnabledKey) == kOSBooleanTrue));
4305 if (service->getProperty("IOPMStrictTreeOrder"))
4307 if (service->getProperty("IOPMUnattendedWakePowerStat
[all...]
H A DIONVRAM.cpp269 OSObject *IODTNVRAM::getProperty(const OSSymbol *aKey) const function in class:IODTNVRAM
287 OSObject *IODTNVRAM::getProperty(const char *aKey) const function in class:IODTNVRAM
294 theObject = getProperty(keySymbol);
H A DIOUserClient.cpp2553 && (kOSBooleanTrue != service->getProperty(kIOUserClientCrossEndianCompatibleKey))
2554 && (kOSBooleanTrue != client->getProperty(kIOUserClientCrossEndianCompatibleKey)));
2568 client->sharedInstance = (0 != client->getProperty(kIOUserClientSharedInstanceKey));
H A DIOServicePM.cpp1071 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder"))
/darwin-on-arm/xnu/iokit/bsddev/
H A DDINetBootHook.cpp176 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey));
187 myDevT = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageDevTKey));
196 myDevName = OSDynamicCast(OSString, controller->getProperty(kDIRootImageDevNameKey));
230 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-size"));
238 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-extents"));
H A DIOKitBSDInit.cpp262 return ( netif->getProperty( kIOBSDNameKey ) != 0 );
353 data = OSDynamicCast(OSData, regEntry->getProperty( "root-matching" ));
361 data = (OSData *) regEntry->getProperty( "boot-uuid" );
391 data = (OSData *)regEntry->getProperty("RAMDisk"); /* Find the ram disk, if there */
518 service = (IOService *)service->getProperty(mediaProperty);
541 iostr = (OSString *) service->getProperty( kIOBSDNameKey );
544 off = (OSNumber *) service->getProperty( kIOBSDMajorKey );
547 off = (OSNumber *) service->getProperty( kIOBSDMinorKey );
634 data = (OSData *) regEntry->getProperty(property_name);
650 string = ( OSString * ) IOService::getPlatform( )->getProvider( )->getProperty( kIOPlatformUUIDKe
[all...]
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp66 if (provider->getProperty("enable_debugger"))
69 if (provider->getProperty("mask_NMI"))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h96 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
110 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
124 @param options kIORegistryIterateRecursively may be set to recurse automatically into the registry hierarchy. Without this option, this method degenerates into the standard getProperty() call. kIORegistryIterateParents may be set to iterate the parents of the entry, in place of the children.
366 /*! @function getProperty
372 virtual OSObject * getProperty( const OSSymbol * aKey) const;
374 /*! @function getProperty
380 virtual OSObject * getProperty( const OSString * aKey) const;
382 /*! @function getProperty
388 virtual OSObject * getProperty( const char * aKey) const;
390 /*! @function getProperty
[all...]
H A DIONVRAM.h143 virtual OSObject *getProperty(const OSSymbol *aKey) const;
144 virtual OSObject *getProperty(const char *aKey) const;
H A DIOCPU.h82 virtual OSObject *getProperty(const OSSymbol *aKey) const;
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp61 if (provider->getProperty(gIODTNWInterruptMappingKey)) {

Completed in 146 milliseconds