Searched refs:optionsRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet.h72 } options, *optionsRef; typedef in typeref:struct:__anon7237
93 Boolean _process_options(optionsRef options,
103 optionsRef options,
H A Dnet.c82 _find_option(const char *option, optionsRef options, const int nOptions)
121 _process_options(optionsRef options, int nOptions, int argc, char **argv, CFMutableDictionaryRef newConfiguration)
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_configopen.c94 xmlData_t optionsRef, /* raw XML bytes */
118 if ((optionsRef != NULL) && (optionsLen > 0)) {
120 if (!_SCUnserialize((CFPropertyListRef *)&options, NULL, (void *)optionsRef, optionsLen)) {
91 _configopen(mach_port_t server, xmlData_t nameRef, mach_msg_type_number_t nameLen, xmlData_t optionsRef, mach_msg_type_number_t optionsLen, mach_port_t *newServer, int *sc_status, audit_token_t audit_token) argument
H A Dconfigd_server.h61 xmlData_t optionsRef,
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm55 typedef bool (^LSServerConnectionAllowedBlock) ( CFDictionaryRef optionsRef );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp1424 RetainPtr<CFMutableDictionaryRef> optionsRef = adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks)); local
1427 CFDictionarySetValue(optionsRef.get(), AVCFURLAssetInheritURIQueryComponentFromReferencingURIKey, kCFBooleanTrue);
1429 m_avAsset = adoptCF(AVCFURLAssetCreateWithURLAndOptions(kCFAllocatorDefault, urlRef.get(), optionsRef.get(), m_notificationQueue));
1452 RetainPtr<CFMutableDictionaryRef> optionsRef = adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
1462 CFDictionarySetValue(optionsRef.get(), AVCFPlayerEnableHardwareAcceleratedVideoDecoderKey, kCFBooleanTrue);
1465 CFDictionarySetValue(optionsRef.get(), AVCFPlayerAppliesMediaSelectionCriteriaAutomaticallyKey, kCFBooleanTrue);
1469 AVCFPlayerRef playerRef = AVCFPlayerCreateWithPlayerItemAndOptions(kCFAllocatorDefault, avPlayerItem(), optionsRef.get(), m_notificationQueue);
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3618 io_registry_entry_t optionsRef; local
3627 optionsRef = IORegistryEntryFromPath(kIOMasterPortDefault, "IODeviceTree:/options");
3628 if (optionsRef == 0)
3631 kr = IORegistryEntryCreateCFProperties(optionsRef, &dict, 0, 0);
3651 IOObjectRelease(optionsRef);

Completed in 157 milliseconds