Searched refs:CFMutableSetRef (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/configd-596.15/configd.tproj/
H A Dconfigd.h56 extern CFMutableSetRef _plugins_allowed; /* bundle identifiers to allow when loading */
57 extern CFMutableSetRef _plugins_exclude; /* bundle identifiers to exclude from loading */
59 extern CFMutableSetRef _plugins_verbose; /* bundle identifiers to enable verbose logging */
H A D_SCD.h83 extern CFMutableSetRef changedKeys;
84 extern CFMutableSetRef deferredRemovals;
85 extern CFMutableSetRef removedSessionKeys;
86 extern CFMutableSetRef needsNotification;
H A D_SCD.c48 __private_extern__ CFMutableSetRef changedKeys = NULL;
50 __private_extern__ CFMutableSetRef deferredRemovals = NULL;
52 __private_extern__ CFMutableSetRef removedSessionKeys = NULL;
54 __private_extern__ CFMutableSetRef needsNotification = NULL;
H A Dconfigd.m69 CFMutableSetRef _plugins_allowed = NULL; /* bundle identifiers to allow when loading */
72 CFMutableSetRef _plugins_exclude = NULL; /* bundle identifiers to exclude from loading */
78 CFMutableSetRef _plugins_verbose = NULL; /* bundle identifiers to enable verbose logging */
/macosx-10.9.5/CF-855.17/
H A DCFSet.h151 @typedef CFMutableSetRef
154 typedef struct __CFSet * CFMutableSetRef; typedef in typeref:struct:__CFSet
277 CFMutableSetRef CFSetCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFSetCallBacks *callBacks);
307 CFMutableSetRef CFSetCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFSetRef theSet);
439 void CFSetAddValue(CFMutableSetRef theSet, const void *value);
458 void CFSetReplaceValue(CFMutableSetRef theSet, const void *value);
478 void CFSetSetValue(CFMutableSetRef theSet, const void *value);
493 void CFSetRemoveValue(CFMutableSetRef theSet, const void *value);
503 void CFSetRemoveAllValues(CFMutableSetRef theSet);
H A DCFXMLInputStream.h61 CFMutableSetRef nameSet; // set of all names we've encountered; used for uniquing
H A DCFPropertyList.c178 CFMutableSetRef set;
183 static bool __CFPropertyListIsValidAux(CFPropertyListRef plist, bool recursive, CFMutableSetRef set, CFPropertyListFormat format, CFStringRef *error);
207 static bool __CFPropertyListIsValidAux(CFPropertyListRef plist, bool recursive, CFMutableSetRef set, CFPropertyListFormat format, CFStringRef *error) {
254 CFMutableSetRef set = CFSetCreateMutable(kCFAllocatorSystemDefault, 0, NULL);
701 CFMutableSetRef set = CFSetCreateMutable(kCFAllocatorSystemDefault, 0, NULL);
1279 CFMutableSetRef splitKeyPathSet = CFSetCreateMutable(allocator, count, &kCFTypeSetCallBacks);
1297 CFMutableSetRef outTheseKeys = NULL;
1298 CFMutableSetRef outNextKeys = NULL;
2550 CF_PRIVATE bool __CFBinaryPlistCreateObjectFiltered(const uint8_t *databytes, uint64_t datalen, uint64_t startOffset, const CFBinaryPlistTrailer *trailer, CFAllocatorRef allocator, CFOptionFlags mutabilityOption, CFMutableDictionaryRef objects, CFMutableSetRef set, CFIndex curDepth, CFSetRef keyPaths, CFPropertyListRef *plist);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCLPool.h71 CFMutableSetRef saveBag,
77 CFMutableSetRef saveBag,
81 CFMutableSetRef saveBag = NULL ) ;
83 CFMutableSetRef saveBag,
124 static NuDCLSendPacketRef S_AllocateSendPacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numRanges, IOVirtualRange* ranges ) ;
125 static NuDCLSendPacketRef S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
127 static NuDCLReceivePacketRef S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
128 static NuDCLReceivePacketRef S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
H A DIOFireWireLibNuDCLPool.cpp103 NuDCLPool::AppendDCL( CFMutableSetRef saveBag, NuDCL * dcl )
120 NuDCLPool::AllocateSendPacket ( CFMutableSetRef saveSet, UInt32 numBuffers, IOVirtualRange* buffers )
129 NuDCLPool::AllocateSkipCycle ( CFMutableSetRef saveSet )
136 NuDCLPool::AllocateReceivePacket ( CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numRanges, IOVirtualRange* ranges )
335 NuDCLPoolCOM::S_AllocateSendPacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numBuffers, IOVirtualRange* buffers )
341 NuDCLPoolCOM::S_AllocateSendPacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... )
383 NuDCLPoolCOM::S_AllocateReceivePacket( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers )
389 NuDCLPoolCOM::S_AllocateReceivePacket_v( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... )
H A DIOFireWireLibIsoch.h656 @param saveBag The allocated DCL can be added to a CFBag for easily setting DCL update lists. Pass a CFMutableSetRef to add the allocated
662 NuDCLSendPacketRef (*AllocateSendPacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt32 numBuffers, IOVirtualRange* buffers ) ;
668 @param saveBag The allocated DCL can be added to a CFBag for easily setting DCL update lists. Pass a CFMutableSetRef to add the allocated
672 NuDCLSendPacketRef (*AllocateSendPacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, IOVirtualRange* firstRange, ... ) ;
692 @param saveBag The allocated DCL can be added to a CFBag for easily setting DCL update lists. Pass a CFMutableSetRef to add the allocated
698 NuDCLReceivePacketRef (*AllocateReceivePacket)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, UInt32 numBuffers, IOVirtualRange* buffers ) ;
704 @param saveBag The allocated DCL can be added to a CFBag for easily setting DCL update lists. Pass a CFMutableSetRef to add the allocated
709 NuDCLReceivePacketRef (*AllocateReceivePacket_v)( IOFireWireLibNuDCLPoolRef self, CFMutableSetRef saveBag, UInt8 headerBytes, IOVirtualRange* firstRange, ... ) ;
H A DIOFireWireLibNuDCL.h61 typedef void * CFMutableSetRef ; typedef
104 CFMutableSetRef set ; // In user space contains update set
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A Dmisc.c72 CFMutableSetRef ca = (CFMutableSetRef)CFDictionaryGetValue(t2ca, t);
117 CFMutableSetRef ca = (CFMutableSetRef)CFDictionaryGetValue(t2ca, name);
H A DTransform.h97 CFMutableSetRef mAttributes;
144 CFErrorRef TraverseTransform(CFMutableSetRef visited, TransformOperation t);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkclist_main.h53 CFMutableSetRef kextIDs;
H A Dkcgen_main.h154 CFMutableSetRef kextIDs; // -b; must release
155 CFMutableSetRef optionalKextIDs; // -optional-bundle-id; must release
H A Dkext_tools_util.h121 Boolean createCFMutableSet(CFMutableSetRef * setOut,
H A Dkextcache_main.h258 CFMutableSetRef kextIDs; // -b; must release
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DExternalMedia.c47 static CFMutableSetRef gExternalMediaSet = NULL;
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dsession.c12 CFMutableSetRef credentials;
13 CFMutableSetRef processes;
H A Dauthtoken.c50 CFMutableSetRef processes;
58 CFMutableSetRef credentials;
59 CFMutableSetRef authorized_rights;
H A Dcredential.c25 CFMutableSetRef cachedGroups;
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkConfigurationInternal.h284 CFMutableSetRef set);
288 CFMutableSetRef set);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDQueueClass.h63 CFMutableSetRef fElements;
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Ddebugging.c67 static CFMutableSetRef scopeSet;
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Ddebugging.c67 static CFMutableSetRef scopeSet;

Completed in 187 milliseconds

123