Lines Matching refs:props
612 OSDictionary * props; in CopyProperties_Local() local
615 props = dictionaryWithProperties(); in CopyProperties_Local()
616 userProps = OSDynamicCast(OSDictionary, props->getObject(gIOUserServicePropertiesKey)); in CopyProperties_Local()
618 props->merge(userProps); in CopyProperties_Local()
619 props->removeObject(gIOUserServicePropertiesKey); in CopyProperties_Local()
622 *properties = props; in CopyProperties_Local()
624 return props ? kIOReturnSuccess : kIOReturnNoMemory; in CopyProperties_Local()
4886 OSDictionary * props; in serviceJoinPMTree() local
4887 kr = service->CopyProperties_Local(&props); in serviceJoinPMTree()
4889 if (props->getObject(kIOPMResetPowerStateOnWakeKey) == kOSBooleanTrue) { in serviceJoinPMTree()
4892 OSSafeReleaseNULL(props); in serviceJoinPMTree()
5377 OSDictionary * props; in CopyProviderProperties_Impl() local
5380 props = OSDynamicCast(OSDictionary, obj); in CopyProviderProperties_Impl()
5381 if (!props) { in CopyProviderProperties_Impl()
5383 props = provider->dictionaryWithProperties(); in CopyProviderProperties_Impl()
5385 if (!props) { in CopyProviderProperties_Impl()
5397 OSSafeReleaseNULL(props); in CopyProviderProperties_Impl()
5406 retProps->setObject(key, props->getObject(key)); in CopyProviderProperties_Impl()
5409 OSSafeReleaseNULL(props); in CopyProviderProperties_Impl()
5410 props = retProps; in CopyProviderProperties_Impl()
5415 OSSafeReleaseNULL(props); in CopyProviderProperties_Impl()
5422 props->setObject(gIOClassKey, classes); in CopyProviderProperties_Impl()
5425 bool ok = result->setObject(props); in CopyProviderProperties_Impl()
5426 props->release(); in CopyProviderProperties_Impl()