Searched refs:CFUUIDRef (Results 26 - 50 of 106) sorted by relevance

12345

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDIUnknown.h30 extern void *IOHIDLibFactory(CFAllocatorRef allocator, CFUUIDRef typeID);
H A DIOHIDDeviceClass.h131 virtual HRESULT queryInterfaceQueue (CFUUIDRef uuid, void **ppv);
132 virtual HRESULT queryInterfaceTransaction (CFUUIDRef uuid, void **ppv);
273 virtual HRESULT queryInterfaceTransaction (CFUUIDRef uuid, void **ppv);
/macosx-10.9.5/bless-98/
H A Dfirmwaresyncd.c77 bool get_uuid(CFUUIDRef *uuid);
80 bool lock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock);
81 bool unlock_volume(CFUUIDRef uuid, mach_port_t kextdport, mach_port_t vollock);
82 bool generate_timestamp_path(CFUUIDRef uuid, char *path);
83 bool check_if_uptodate(CFUUIDRef uuid);
85 bool update_timestamp(CFUUIDRef uuid);
92 CFUUIDRef uuid = NULL;
245 CFUUIDRef *uuid = (CFUUIDRef *)context;
246 CFUUIDRef dauui
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_Instance.c97 instance->factory = _CFPFactoryFind((CFUUIDRef)factoryName, true);
120 CFUUIDRef factoryId = _CFPFactoryCopyFactoryID(instance->factory);
H A DCFPlugIn_PlugIn.c37 CFUUIDRef factoryID = (CFGetTypeID(factoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(kCFAllocatorSystemDefault, factoryIDStr) : NULL;
38 if (!factoryID) factoryID = (CFUUIDRef)CFRetain(factoryIDStr);
50 CFUUIDRef typeID = (CFGetTypeID(typeIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(kCFAllocatorSystemDefault, typeIDStr) : NULL;
51 CFUUIDRef curFactoryID;
52 if (!typeID) typeID = (CFUUIDRef)CFRetain(typeIDStr);
56 if (!curFactoryID) curFactoryID = (CFUUIDRef)CFRetain(curFactoryIDStr);
62 if (!curFactoryID) curFactoryID = (CFUUIDRef)CFRetain(curFactoryIDStr);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAFileSystem.h49 typedef void ( *DAFileSystemProbeCallback )( int status, CFBooleanRef clean, CFStringRef name, CFUUIDRef uuid, void * context );
53 extern CFUUIDRef _DAFileSystemCreateUUIDFromString( CFAllocatorRef allocator, CFStringRef string );
H A DDABase.c523 __private_extern__ CFUUIDRef ___CFUUIDCreateFromName( CFAllocatorRef allocator, CFUUIDRef space, CFDataRef name )
547 __private_extern__ CFUUIDRef ___CFUUIDCreateFromString( CFAllocatorRef allocator, CFStringRef string )
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDEventSystemPlugIns/
H A DIOHIDAggdMetricsPlugIn.h18 IOHIDAggdMetricsPlugIn(CFUUIDRef factoryID);
29 CFUUIDRef _factoryID;
H A DIOHIDAggdMetricsPlugIn.cpp33 extern "C" void * IOHIDAggdMetricsPlugInFactory(CFAllocatorRef allocator, CFUUIDRef typeUUID);
39 void *IOHIDAggdMetricsPlugInFactory(CFAllocatorRef allocator __unused, CFUUIDRef typeUUID)
78 IOHIDAggdMetricsPlugIn::IOHIDAggdMetricsPlugIn(CFUUIDRef factoryID)
81 _factoryID( static_cast<CFUUIDRef>( CFRetain(factoryID) ) ),
106 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes( NULL, iid );
/macosx-10.9.5/Heimdal-323.92.1/lib/heimcred/
H A Dcommon.c63 CFUUIDRef
95 HeimCredSetUUID(xpc_object_t object, const char *key, CFUUIDRef uuid)
157 HeimCredCreateItem(CFUUIDRef uuid)
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.h31 void *IOFireWireSBP2LibFactory( CFAllocatorRef allocator, CFUUIDRef typeID );
61 CFUUIDRef fFactoryId;
H A DIOFireWireSBP2LibLUN.cpp82 void *IOFireWireSBP2LibFactory( CFAllocatorRef allocator, CFUUIDRef typeID )
171 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
/macosx-10.9.5/smb-697.95.1/NetFSPlugin/
H A Dsmb_netfs.c253 void * CIFSNetFSInterfaceFactory(CFAllocatorRef allocator, CFUUIDRef typeID);
255 void *CIFSNetFSInterfaceFactory(CFAllocatorRef allocator, CFUUIDRef typeID)
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIOCFPlugIn.cpp74 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
H A DIOFireWireLibCommand.cpp244 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
863 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
975 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1124 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1201 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes( kCFAllocatorDefault, iid );
1280 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1451 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1745 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DBonjourEvents.c80 CFUUIDRef _factoryID;
104 static BonjourUserEventsPlugin* Alloc(CFUUIDRef factoryID);
107 void * UserEventAgentFactory(CFAllocatorRef allocator, CFUUIDRef typeID);
176 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(NULL, iid);
233 static BonjourUserEventsPlugin* Alloc(CFUUIDRef factoryID)
242 plugin->_factoryID = (CFUUIDRef)CFRetain(factoryID);
264 CFUUIDRef factoryID = plugin->_factoryID;
289 void * UserEventAgentFactory(CFAllocatorRef allocator, CFUUIDRef typeID)
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dxcache.c44 CFUUIDRef uuid;
145 CFUUIDRef uuidref = CFUUIDCreateFromUUIDBytes(NULL, bytes);
166 xcc_create(krb5_context context, krb5_xcc *x, CFUUIDRef uuid)
400 CFUUIDRef uuid = HeimCredGetUUID(x->cred);
663 CFUUIDRef uuidref = CFUUIDCreateFromUUIDBytes(NULL, bytes);
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Ddump.c52 CFUUIDRef uuid;
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-72-syncableitems.c19 CFUUIDRef uuid = CFUUIDCreate(0);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-FSEvents/PyObjCTest/
H A Dtest_fsevents.py69 self.failUnlessIsInstance(v, CFUUIDRef)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-FSEvents/PyObjCTest/
H A Dtest_fsevents.py69 self.assertIsInstance(v, CFUUIDRef)
/macosx-10.9.5/eap8021x-180/EAPOLMonitor.bproj/
H A Deapol_monitor.c111 CFUUIDRef _factoryID;
1244 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(NULL, iid);
1286 static MyType *_allocMyType(CFUUIDRef factoryID) {
1293 newOne->_factoryID = (CFUUIDRef)CFRetain(factoryID);
1317 CFUUIDRef factoryID = me->_factoryID;
1343 void *UserEventAgentFactory(CFAllocatorRef allocator, CFUUIDRef typeID)
/macosx-10.9.5/configd-596.15/SCMonitor/
H A Dmonitor.c76 CFUUIDRef _factoryID;
1208 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(NULL, iid);
1245 CFUUIDRef factoryID = ((MyType *) myInstance)->_factoryID;
1281 UserEventAgentFactory(CFAllocatorRef allocator, CFUUIDRef typeID)
1289 newOne->_factoryID = (CFUUIDRef)CFRetain(kUserEventAgentFactoryID);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp53 void *IOFireWireAVCLibUnitFactory( CFAllocatorRef allocator, CFUUIDRef typeID );
77 CFUUIDRef fFactoryId;
294 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
748 CFUUIDRef type_id = CFUUIDCreateFromUUIDBytes(NULL, pluginType);
813 CFUUIDRef type_id = CFUUIDCreateFromUUIDBytes(NULL, pluginType);
1586 void *IOFireWireAVCLibUnitFactory( CFAllocatorRef allocator, CFUUIDRef typeID )
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/cf/
H A Dcredential.c275 * @returns CFUUIDRef that can be used to turn into a credential,
276 * normal CoreFoundaton rules for rules applies so the CFUUIDRef needs
282 CFUUIDRef
318 * applies so the CFUUIDRef needs to be released with either CFRelease() or gss_release_name().
324 GSSCreateCredentialFromUUID(CFUUIDRef uuid)

Completed in 239 milliseconds

12345