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

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DDINetBootHook.cpp161 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey));
172 myDevT = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageDevTKey));
181 myDevName = OSDynamicCast(OSString, controller->getProperty(kDIRootImageDevNameKey));
H A DIOKitBSDInit.cpp270 return ( netif->getProperty( kIOBSDNameKey ) != 0 );
506 data = OSDynamicCast(OSData, regEntry->getProperty( "root-matching" ));
514 data = (OSData *) regEntry->getProperty( "boot-uuid" );
534 data = (OSData *) regEntry->getProperty( "rootpath" );
539 data = (OSData *) regEntry->getProperty( "boot-file" );
553 forceNet = (0 != regEntry->getProperty( "net-boot" ));
568 data = (OSData *)regEntry->getProperty("RAMDisk"); /* Find the ram disk, if there */
721 service = (IOService *)service->getProperty(mediaProperty);
744 iostr = (OSString *) service->getProperty( kIOBSDNameKey );
747 off = (OSNumber *) service->getProperty( kIOBSDMajorKe
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODMAController.cpp52 dmaParentData = OSDynamicCast(OSData, provider->getProperty("dma-parent"));
80 phandleData = OSDynamicCast(OSData, _provider->getProperty("AAPL,phandle"));
H A DIODeviceTreeSupport.cpp183 if( (prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) {
210 if( !intMap && child->getProperty( gIODTInterruptParentKey))
214 if( (obj = child->getProperty( "driver,AAPL,MacOSX,PowerPC"))) {
222 if( (obj = child->getProperty( "driver,AAPL,MacOS,PowerPC"))) {
224 if( (0 == (prop = (OSData *)child->getProperty( gIODTTypeKey )))
242 array = OSDynamicCast(OSArray, child->getProperty( gIOInterruptSpecifiersKey ));
275 propObj = OSDynamicCast( OSData, chosen->getProperty(key) );
400 if( regEntry->getProperty( gIODTInterruptCellKey)
401 && (data = OSDynamicCast( OSData, regEntry->getProperty( gIODTPHandleKey )))) {
430 if( (data = OSDynamicCast( OSData, regEntry->getProperty( nam
[all...]
H A DIOPlatformExpert.cpp115 IOMapper::setMapperRequired(0 != getProperty(kIOPlatformMapperPresentKey));
138 OSData* mydata = (OSData*) (provider->getProperty("serial-number"));
156 topLevel = OSDynamicCast( OSSet, getProperty("top-level"));
248 getProperty("Platform Memory Ranges")));
869 data = OSDynamicCast( OSData, entry->getProperty( "system-id" ) );
896 data = OSDynamicCast( OSData, entry->getProperty( "platform-uuid" ) );
932 service = OSDynamicCast(IOService, _resources->getProperty(functionName));
969 if( !provider->compareNames( getProperty( gIONameMatchKey ) ))
1087 prop = (OSData *) getProvider()->getProperty( gIODTCompatibleKey );
1116 prop = (OSData *) getProvider()->getProperty( gIODTModelKe
[all...]
H A DIOCPU.cpp214 num = OSDynamicCast(OSNumber, service->getProperty(key));
443 OSObject *IOCPU::getProperty(const OSSymbol *aKey) const function in class:IOCPU
447 return super::getProperty(aKey);
626 if ((service->getProperty(gIOInterruptControllersKey) != 0) &&
627 (service->getProperty(gIOInterruptSpecifiersKey) != 0))
H A DIORegistryEntry.cpp286 if( (prop = OSDynamicCast( OSString, getProperty( gIONameKey)))) {
391 obj = getProperty( aKey ); \
401 IORegistryEntry::getProperty( type * aKey, \
405 OSObject * obj = getProperty( aKey ); \
414 obj = entry->getProperty( aKey ); \
481 wrap4(const OSSymbol, const) // getProperty() w/plane definition
482 wrap4(const OSString, const) // getProperty() w/plane definition
483 wrap4(const char, const) // getProperty() w/plane definition
491 IORegistryEntry::getProperty( const OSSymbol * aKey) const function in class:IORegistryEntry
546 IORegistryEntry::getProperty( cons function in class:IORegistryEntry
556 IORegistryEntry::getProperty( const char * aKey) const function in class:IORegistryEntry
[all...]
H A DIOService.cpp1370 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1479 IOCommand *notifyList = (IOCommand *) getProperty( typeOfInterest );
1522 cleanInterestList( getProperty( gIOGeneralInterest ));
1523 cleanInterestList( getProperty( gIOBusyInterest ));
1524 cleanInterestList( getProperty( gIOAppPowerStateInterest ));
1525 cleanInterestList( getProperty( gIOPriorityPowerStateInterest ));
2299 offset = OSDynamicCast(OSNumber, service->getProperty( key ));
2344 service->getProperty( gIOMatchCategoryKey ));
2782 resourcesProp = getProperty( gIOResourceMatchKey );
2811 if( gIOResources->getProperty( st
[all...]
H A DIOPMrootDomain.cpp1036 if(getProperty(kIOREMSleepEnabledKey)) {
1045 propertyPtr = OSDynamicCast(OSNumber,getProperty("WakeEvent"));
1181 (OSDictionary *) getProperty(kRootDomainSupportedFeatures);
1265 (OSDictionary *) getProperty(kRootDomainSupportedFeatures);
1386 IORegistryEntry *_batteryRegEntry = (IORegistryEntry *) getProperty("BatteryEntry");
1395 batt_info = (OSArray *) _batteryRegEntry->getProperty(kIOBatteryInfoKey);
1707 thermalsDict = (OSDictionary *)getProperty(kIOPMRootDomainPowerStatusKey);
1936 if( kOSBooleanTrue != getProperty(pbs))
2864 while (service->getProperty(gPMHaltClientAcknowledgeKey))
H A DIOHibernateIO.cpp630 num = (OSNumber *) part->getProperty(kIOBSDMajorKey);
634 num = (OSNumber *) part->getProperty(kIOBSDMinorKey);
652 obj = next->getProperty(kIOPolledInterfaceSupportKey);
660 if ((num = OSDynamicCast(OSNumber, next->getProperty(kIOMediaPreferredBlockSizeKey))))
1165 OSData * bootDevice = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOBootPathKey));
1177 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOHibernateMemorySignatureKey));
1192 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOHibernateMachineSignatureKey));
1257 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOHibernateMachineSignatureKey));
1467 IOService::getPMRootDomain()->getProperty(kIOHibernatePreviewActiveKey))))
1601 if (gIOOptionsEntry->getProperty(sy
[all...]
H A DIONVRAM.cpp263 OSObject *IODTNVRAM::getProperty(const OSSymbol *aKey) const function in class:IODTNVRAM
281 OSObject *IODTNVRAM::getProperty(const char *aKey) const function in class:IODTNVRAM
288 theObject = getProperty(keySymbol);
H A DIOUserClient.cpp2334 && (kOSBooleanTrue != service->getProperty(kIOUserClientCrossEndianCompatibleKey))
2335 && (kOSBooleanTrue != client->getProperty(kIOUserClientCrossEndianCompatibleKey)));
2345 client->sharedInstance = (0 != client->getProperty(kIOUserClientSharedInstanceKey));
H A DIOServicePM.cpp897 if (child->getProperty("IOPMStrictTreeOrder"))
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp66 if (provider->getProperty("enable_debugger"))
69 if (provider->getProperty("mask_NMI"))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h92 @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.
107 @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.
122 @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.
354 /*! @function getProperty
360 virtual OSObject * getProperty( const OSSymbol * aKey) const;
362 /*! @function getProperty
368 virtual OSObject * getProperty( const OSString * aKey) const;
370 /*! @function getProperty
376 virtual OSObject * getProperty( const char * aKey) const;
378 /*! @function getProperty
[all...]
H A DIONVRAM.h136 virtual OSObject *getProperty(const OSSymbol *aKey) const;
137 virtual OSObject *getProperty(const char *aKey) const;
H A DIOCPU.h82 virtual OSObject *getProperty(const OSSymbol *aKey) const;
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp61 if (provider->getProperty(gIODTNWInterruptMappingKey)) {
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp144 tmpData = OSDynamicCast(OSData, uniNRegEntry->getProperty("device-rev"));
195 busProp = (OSData *) bridge->getProperty("bus-range");
210 if( getProvider()->getProperty( "DisableRDG") != 0 ) {
525 busProp = (OSData *) bridge->getProperty("bus-range");
1187 && ((0 != getProvider()->getProperty("AAPL,noAGP")) || (uniNVersion == 0x20)))
1198 num = OSDynamicCast(OSNumber, getProperty(kIOAGPBusFlagsKey));
1295 // && (data = OSDynamicCast(OSData, master->getProperty(kNVROMRevPropertyName)))
1312 if ( (data = OSDynamicCast(OSData, master->getProperty(kVendor_IDProperty)))
1314 && (data1 = OSDynamicCast(OSData, master->getProperty(kDevice_IDProperty)))
1321 if ((data = OSDynamicCast(OSData, getProvider()->getProperty("AAP
[all...]
H A DAppleDART.cpp276 OSNumber *sizeNum = (OSNumber *) getProperty("AppleARTSize");

Completed in 198 milliseconds