Searched refs:copyProperty (Results 1 - 25 of 52) sorted by last modified time

123

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp3840 prop = getServiceRoot()->copyProperty(kIOPlatformSystemSleepPolicyKey);
4205 optionsProp = copyProperty(kRootDomainSleepOptionsKey);
4215 obj = copyProperty(key);
4927 OSObject * prop = copyProperty(kIOPMRootDomainWakeTypeKey);
7707 prop = from->copyProperty( gPMHaltClientAcknowledgeKey );
8090 OSObject * IOPMrootDomain::copyProperty( const char * aKey) const function in class:IOPMrootDomain
8093 obj = IOService::copyProperty(aKey);
8446 swUUIDKey = OSDynamicCast(OSString, owner->copyProperty(kIOPMSleepWakeUUIDKey));
9104 OSObject * IORootParent::copyProperty( const char * aKey) const function in class:IORootParent
9106 return (IOService::copyProperty(aKe
[all...]
H A DIOHibernateIO.cpp1181 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileKey)))
1225 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileMinSizeKey)))
1230 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileMaxSizeKey)))
1477 gIOHibernateBootNextSave = gIOOptionsEntry->copyProperty(gIOHibernateBootNextKey);
1723 if (gIOHibernateMode) obj = IOService::getPMRootDomain()->copyProperty(kIOHibernatePreviewBufferKey);
H A DIORegistryEntry.cpp407 IORegistryEntry::copyProperty( type * aKey) constant \
446 IORegistryEntry::copyProperty( type * aKey, \
450 OSObject * obj = copyProperty( aKey ); \
459 obj = entry->copyProperty( aKey ); \
498 wrap2(const OSSymbol, const) // copyProperty() definition
499 wrap2(const OSString, const) // copyProperty() definition
500 wrap2(const char, const) // copyProperty() definition
506 wrap5(const OSSymbol, const) // copyProperty() w/plane definition
507 wrap5(const OSString, const) // copyProperty() w/plane definition
508 wrap5(const char, const) // copyProperty()
[all...]
H A DIOService.cpp4788 prop = copyProperty(key); \
/macosx-10.9.5/CF-855.17/
H A DCFStream.c455 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV0->copyProperty;
475 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV1->copyProperty;
494 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))callbacks->copyProperty;
530 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV0->copyProperty;
550 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV1->copyProperty;
[all...]
H A DCFStreamAbstract.h35 /* During a stream's lifetime, the open callback will be called once, followed by any number of openCompleted calls (until openCompleted returns TRUE). Then any number of read/canRead or write/canWrite calls, then a single close call. copyProperty can be called at any time. prepareAsynch will be called exactly once when the stream's client is first configured.
45 - copyProperty should return the value for the given property, or NULL if none exists. Composite streams (streams built on top of other streams) should take care to call CFStreamCopyProperty on the base stream if they do not recognize the property given, to give the underlying stream a chance to respond.
65 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon517
86 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon518
161 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon519
178 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon520
193 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon521
205 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon522
H A DCFStreamInternal.h59 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info); member in struct:_CFStreamCallBacksV1
H A DCFStreamPriv.h65 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info); member in struct:_CFStreamCallBacks
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp159 number = (OSNumber*)_device->copyProperty(kIOHIDMaxOutputReportSizeKey);
164 number = (OSNumber*)_device->copyProperty(kIOHIDMaxFeatureReportSizeKey);
H A DIOHIDEventDriver.cpp180 OSNumber * number = (OSNumber *)_interface->copyProperty("BootProtocol");
188 number = (OSNumber*)copyProperty(kIOHIDAbsoluteAxisBoundsRemovalPercentage, gIOServicePlane);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp235 number = (OSNumber *)_delegate->copyProperty(kIOHIDKeyboardSupportedModifiersKey);
H A DIOHIDSystem.cpp298 OSNumber *reportInterval_us = (OSNumber*)senderEntry->copyProperty(kIOHIDReportIntervalKey, gIOServicePlane, kIORegistryIterateRecursively| kIORegistryIterateParents);
463 object = hiDevice->copyProperty(kIOHIDKindKey);
470 object = hiDevice->copyProperty(kIOHIDInterfaceIDKey);
477 object = hiDevice->copyProperty(kIOHIDSubinterfaceIDKey);
887 obj = copyProperty(kIOHIDPowerOnDelayNSKey, gIOServicePlane);
1062 (kOSBooleanFalse == rootDomain->copyProperty("DisplayIdleForDemandSleep"))) {
1713 num = (OSNumber*)io_gd->copyProperty(kIOFBWaitCursorFramesKey);
1721 num = (OSNumber*)io_gd->copyProperty(kIOFBWaitCursorPeriodKey);
6492 deviceParameters = (OSDictionary*)service->copyProperty(kIOHIDParametersKey);
6495 deviceParameters = (OSDictionary*)service->copyProperty(kIOHIDEventServicePropertiesKe
[all...]
H A DIOHIKeyboard.cpp328 OSNumber *original = (OSNumber*)copyProperty(kIOHIDSubinterfaceIDKey);
H A DIOHIPointing.cpp326 OSNumber * number = (OSNumber*)copyProperty(kIOHIDScrollMouseButtonKey);
759 OSArray *parametricAccelerationCurves = (OSArray*)copyProperty(kHIDTrackingAccelParametricCurvesKey, gIOServicePlane);
767 parametricAccelerationCurves = (OSArray*)copyProperty(kHIDAccelParametricCurvesKey, gIOServicePlane);
846 OSArray *parametricAccelerationCurves = (OSArray*)copyProperty(kHIDScrollAccelParametricCurvesKey, gIOServicePlane);
852 parametricAccelerationCurves = (OSArray*)copyProperty(kHIDAccelParametricCurvesKey, gIOServicePlane);
856 OSArray *currentDebugArray = (OSArray *)copyProperty(kHIDScrollAccelParametricCurvesDebugKey);
1388 pointerAccelKey = (OSString*)copyProperty(kIOHIDPointerAccelerationTypeKey);
1389 scrollAccelKey = (OSString*)copyProperty(kIOHIDScrollAccelerationTypeKey);
1554 OSNumber * number = (OSNumber*)copyProperty(kIOHIDPointerResolutionKey);
1589 number = (OSNumber*)copyProperty(ke
[all...]
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIConfigurator.cpp890 acpiPath = (OSString *) device->copyProperty(kACPIDevicePathKey);
943 else if ((obj = child->copyProperty(kACPIDevicePropertiesKey)))
1128 if ((obj = child->dtNub->copyProperty(gIOPCIThunderboltKey, gIODTPlane,
1258 obj = child->acpiDevice->copyProperty(kACPIDevicePropertiesKey);
H A DIOPCIBridge.cpp1011 shadow->tunnelID = device->copyProperty(gIOPCITunnelIDKey, gIOServicePlane);
1617 if ((regProp = (OSData *) regEntry->copyProperty("reg")))
1746 obj = getPMRootDomain()->copyProperty(kIOPMRootDomainWakeReasonKey);
2271 array = (OSArray *) regEntry->copyProperty(gIODeviceMemoryKey);
H A DIOPCIDevice.cpp1115 obj = getPlatform()->copyProperty(kIOPCIDeviceDiagnosticsClassKey);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp5086 && (obj = copyProperty(kIOHibernatePreviewActiveKey, gIOServicePlane)))
6483 if ((obj = copyProperty("AAPL,display-alias", gIOServicePlane)))
6508 obj = copyProperty("graphic-options", gIOServicePlane);
6557 obj = copyProperty(kIOFBConnectInterruptDelayKey, gIOServicePlane);
9722 __private->displayPrefKey = (const OSSymbol *) display->copyProperty(kIODisplayPrefKeyKey);
9766 __private->displayPrefKey = (const OSSymbol *) display->copyProperty(kIODisplayPrefKeyKey);
9922 allParams = OSDynamicCast(OSDictionary, display->copyProperty(gIODisplayParametersKey));
10245 && (obj = getProvider()->copyProperty(kIOFBDPDeviceTypeKey)))
H A DIOBacklightDisplay.cpp234 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
308 if ((!powerState) && (obj = copyProperty(kIOHibernatePreviewActiveKey, gIOServicePlane)))
317 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
441 && (displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey))))
470 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
H A DIODisplay.cpp441 if ((obj = copyProperty("AAPL,display-alias", gIOServicePlane)))
803 if (!dict || !(displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey))))
1002 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
1123 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
1194 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h160 virtual OSObject * copyProperty( const char * aKey ) const;
795 virtual OSObject * copyProperty( const char * aKey ) const;
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVFramebuffer.cpp446 obj = provider->copyProperty(gIODeviceMemoryKey);
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp921 OSData * data = OSDynamicCast( OSData, controller->copyProperty( "FireWire Self IDs" ) );
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1746 portSuffixString = (OSSymbol *) pNub->copyProperty(kIOTTYSuffixKey);
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp210 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
539 value = entry->copyProperty ( kIODeviceLocationKey );
785 copyDict = ( OSDictionary * ) copyProperty ( kIOPropertyProtocolCharacteristicsKey );
1002 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
1108 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );

Completed in 482 milliseconds

123