Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DDINetBootHook.cpp219 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey)); in di_root_image_ext()
231 myDevT = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageDevTKey)); in di_root_image_ext()
240 myDevName = OSDynamicCast(OSString, controller->getProperty(kDIRootImageDevNameKey)); in di_root_image_ext()
324 myResult = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageResultKey)); in di_root_ramfile_buf()
335 myDevT = OSDynamicCast(OSNumber, controller->getProperty(kDIRootImageDevTKey)); in di_root_ramfile_buf()
344 myDevName = OSDynamicCast(OSString, controller->getProperty(kDIRootImageDevNameKey)); in di_root_ramfile_buf()
371 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-size")); in di_root_ramfile()
380 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-extents")); in di_root_ramfile()
H A DIOKitBSDInit.cpp374 return netif->getProperty( kIOBSDNameKey ) != NULL; in IORegisterNetworkInterface()
435 uuid_data = (OSData *)entry->getProperty("boot-uuid"); in IOGetBootUUID()
463 uuid_data = (OSData *)entry->getProperty("apfs-preboot-uuid"); in IOGetApfsPrebootUUID()
492 uuid_data = (OSData *)entry->getProperty("associated-volume-group"); in IOGetAssociatedApfsVolgroupUUID()
522 path_prefix_data = (OSData *)entry->getProperty("boot-objects-path"); in IOGetBootObjectsPath()
744 data = (OSData *) regEntry->getProperty( "boot-uuid" ); in IOFindBSDRoot()
941 service = (IOService *)service->getProperty(mediaProperty); in IOFindBSDRoot()
962 iostr = (OSString *) service->getProperty( kIOBSDNameKey ); in IOFindBSDRoot()
966 off = (OSNumber *) service->getProperty( kIOBSDMajorKey ); in IOFindBSDRoot()
970 off = (OSNumber *) service->getProperty( kIOBSDMinorKey ); in IOFindBSDRoot()
[all …]
/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp272 if (!intMap && child->getProperty( gIODTInterruptParentKey)) { in IODeviceTreeAlloc()
333 propObj = OSDynamicCast( OSData, chosen->getProperty(key)); in IODTGetLoaderInfo()
390 defaultObj = OSDynamicCast( OSData, defaults->getProperty(key)); in IODTGetDefault()
511 if (regEntry->getProperty( gIODTInterruptCellKey) in AddPHandle()
636 data = OSDynamicCast( OSData, regEntry->getProperty( "reg" )); in IODTMapOneInterrupt()
659 regEntry->getProperty( "interrupt-controller")))) { in IODTMapOneInterrupt()
667 regEntry->getProperty( "interrupt-map")))) { in IODTMapOneInterrupt()
808 regEntry->getProperty( gIODTAAPLInterruptsKey)))); in IODTMapInterruptsSharing()
810 regEntry->getProperty( "interrupts"))))) { in IODTMapInterruptsSharing()
816 parent->getProperty( gIODTAAPLInterruptsKey)))) { in IODTMapInterruptsSharing()
[all …]
H A DIOPlatformExpert.cpp204 topLevel = OSDynamicCast( OSSet, getProperty("top-level")); in configure()
333 getProperty("Platform Memory Ranges")); in getPhysicalRangeAllocator()
1189 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMProperty()
1226 obj = gIOOptionsEntry->getProperty(symbol); in PEReadNVRAMBooleanProperty()
1610 if (!provider->compareNames( getProperty( gIONameMatchKey ))) { in probe()
1661 OSData *tmpData = (OSData *)next->getProperty("device_type"); in createNubs()
1673 tmpData = (OSData *)next->getProperty("reg"); in createNubs()
1830 prop = (OSData *) getProvider()->getProperty( gIODTModelKey ); in getMachineName()
1851 prop = (OSData *) getProvider()->getProperty( key ); in getTargetName()
2168 OSData* mydata = (OSData*) (getProperty("serial-number")); in configureDefaults()
[all …]
H A DPassthruInterruptController.cpp63 if ((service->getProperty(gIOInterruptControllersKey) != NULL) && in setCPUInterruptProperties()
64 (service->getProperty(gIOInterruptSpecifiersKey) != NULL)) { in setCPUInterruptProperties()
H A DIORegistryEntry.cpp500 OSObject * obj = getProperty( aKey ); \
509 obj = entry->getProperty( aKey ); \
605 return NULL != getProperty(aKey); in wrap2()
611 return NULL != getProperty(aKey); in propertyExists()
617 return NULL != getProperty(aKey); in propertyExists()
666 return NULL != getProperty(aKey, plane, options); in propertyExists()
674 return NULL != getProperty(aKey, plane, options); in propertyExists()
829 OSObject * obj = getProperty( tmpKey ); in getProperty()
839 OSObject * obj = getProperty( tmpKey ); in getProperty()
1497 data = (OSData *) entry->getProperty( key ); in hasAlias()
[all …]
H A DIOHibernateIO.cpp666 && (kOSBooleanTrue == IOService::getPMRootDomain()->getProperty(kIOPMDeepSleepEnabledKey))); in IOHibernateSystemSleep()
677 … (kOSBooleanTrue != IOService::getPMRootDomain()->getProperty(kIOPMDestroyFVKeyOnStandbyKey))) { in IOHibernateSystemSleep()
732 && (data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(gIOHibernateBootSignatureKey))) in IOHibernateSystemSleep()
779 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOHibernateMachineSignatureKey)); in IOHibernateSystemSleep()
786 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-device-path")); in IOHibernateSystemSleep()
788 fileData = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-file-path")); in IOHibernateSystemSleep()
1142 IOService::getPMRootDomain()->getProperty(kIOHibernatePreviewActiveKey)))) { in IOHibernateSystemHasSlept()
1310 if (gIOOptionsEntry->getProperty(gIOHibernateRTCVariablesKey)) { in IOHibernateDone()
1412 && (data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(gIOBridgeBootSessionUUIDKey))) in IOHibernateDone()
1489 data = OSDynamicCast(OSData, gIOChosenEntry->getProperty(kIOScreenLockStateKey)); in IOHibernateWasScreenLocked()
[all …]
H A DIOCPU.cpp447 IOCPU::getProperty(const OSSymbol *aKey) const in getProperty() function in IOCPU
454 return super::getProperty(aKey); in getProperty()
H A DIOPlatformActions.cpp280 num = OSDynamicCast(OSNumber, service->getProperty(key)); in IOInstallServicePlatformAction()
H A DIONVRAM.cpp1016 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
1115 IODTNVRAMVariables::getProperty(const OSSymbol *aKey) const in getProperty() function in IODTNVRAMVariables
1766 IODTNVRAM::getProperty(const OSSymbol *aKey) const in getProperty() function in IODTNVRAM
1776 IODTNVRAM::getProperty(const char *aKey) const in getProperty() function in IODTNVRAM
H A DIOService.cpp3750 service->getProperty( gIOMatchCategoryKey )); in copyClientWithCategory()
4206 && kOSBooleanTrue == inst->getProperty(gIOMatchDeferKey)); in probeCandidates()
4211 symbol = OSDynamicCast(OSSymbol, inst->getProperty(gIOClassKey)); in probeCandidates()
5089 if (gIOResources->getProperty( str )) { in checkResource()
7221 ok = (NULL != resources->getProperty(str)); in IOResourcesMatchPropertyTable()
7844 if (NULL == service->getProperty( gIOMatchCategoryKey )) { in matchInternal()
8341 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryCount()
8357 array = OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemoryWithIndex()
8387 return OSDynamicCast( OSArray, getProperty( gIODeviceMemoryKey)); in getDeviceMemory()
8606 array = OSDynamicCast(OSArray, nub->getProperty(gIOInterruptControllersKey)); in resolveInterrupt()
[all …]
H A DIOPolledInterface.cpp129 obj = next->getProperty(kIOPolledInterfaceSupportKey); in OSDefineMetaClassAndStructors()
681 if ((num = OSDynamicCast(OSNumber, part->getProperty(kIOMediaPreferredBlockSizeKey)))) { in IOPolledFileOpen()
H A DIOUserClient.cpp4141 …if (!client && (kOSBooleanTrue == entry->getProperty(gIORegistryEntryDefaultLockingSetPropertiesKe… in is_io_registry_entry_set_properties()
4423 client->sharedInstance = (NULL != client->getProperty(kIOUserClientSharedInstanceKey)); in is_io_service_open_extended()
4430 … client->messageAppSuspended = (NULL != client->getProperty(kIOUserClientMessageAppSuspendedKey)); in is_io_service_open_extended()
4434 obj = client->getProperty(kIOUserClientDefaultLockingKey); in is_io_service_open_extended()
4440 … client->defaultLocking = (kOSBooleanFalse != client->getProperty(kIOUserClientDefaultLockingKey)); in is_io_service_open_extended()
4444 obj = client->getProperty(kIOUserClientDefaultLockingSetPropertiesKey); in is_io_service_open_extended()
4447 …client->defaultLockingSetProperties = (kOSBooleanFalse != client->getProperty(kIOUserClientDefault… in is_io_service_open_extended()
4451 obj = client->getProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey); in is_io_service_open_extended()
4454 …client->defaultLockingSingleThreadExternalMethod = (kOSBooleanFalse != client->getProperty(kIOUser… in is_io_service_open_extended()
H A DIONVRAMCHRPHandler.cpp585 if (_provider->getProperty(kIONVRAMBootArgsKey) == nullptr) { in unserializeVariables()
H A DIOUserServer.cpp550 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in SetProperties_Impl()
590 userProps = OSDynamicCast(OSDictionary, getProperty(gIOUserServicePropertiesKey)); in RemoveProperty_Impl()
5320 object = provider->getProperty(name); in SearchProperty_Impl()
5322 …&& (userProps = OSDynamicCast(OSDictionary, provider->getProperty(gIOUserServicePropertiesKey)))) { in SearchProperty_Impl()
5602 root = (NULL == provider->getProperty(gIOUserServerNameKey, gIOServicePlane)); in systemHalt()
H A DIOServicePM.cpp482 } else if (getProperty(kIOPMResetPowerStateOnWakeKey) == kOSBooleanTrue) { in PMinit()
1035 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder")) { in addPowerChild3()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h399 virtual OSObject * getProperty( const OSSymbol * aKey) const APPLE_KEXT_DEPRECATED_WITH_SHARED_PTR;
407 virtual OSObject * getProperty( const OSString * aKey) const APPLE_KEXT_DEPRECATED_WITH_SHARED_PTR;
415 virtual OSObject * getProperty( const char * aKey) const APPLE_KEXT_DEPRECATED_WITH_SHARED_PTR;
479 virtual OSObject * getProperty( const OSSymbol * aKey,
493 virtual OSObject * getProperty( const OSString * aKey,
507 virtual OSObject * getProperty( const char * aKey,
H A DIONVRAM.h132 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
133 virtual OSObject *getProperty(const char *aKey) const APPLE_KEXT_OVERRIDE;
H A DIOCPU.h80 virtual OSObject *getProperty(const OSSymbol *aKey) const APPLE_KEXT_OVERRIDE;
/xnu-11215/iokit/Kernel/arm/
H A DAppleARMSMP.cpp125 OSArray *irqs = (OSArray *) cpu->getProperty(gIOInterruptSpecifiersKey); in register_aic_handlers()