Searched refs:iid (Results 1 - 25 of 82) sorted by path

1234

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest070.tcl103 set iid [open $input r]
104 while { [gets $iid str] != -1 } {
107 close $iid
/macosx-10.9.5/CF-855.17/
H A DCFPlugInCOM.h87 HRESULT (STDMETHODCALLTYPE *QueryInterface)(void *thisPointer, REFIID iid, LPVOID *ppv); \
110 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) = 0;
/macosx-10.9.5/Heimdal-323.92.1/plugins/GSSNotificationForwarder/
H A DGSSNotificationForwarder.c120 GSSNotificationForwarderQueryInterface(void *pinstance, REFIID iid, LPVOID *ppv) argument
122 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(NULL, iid);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLib.h279 @param iid An ID number, of type CFUUIDBytes (see CFUUID.h), identifying the type of interface to be returned for the created plug-in object.
282 void * (*getAncestorInterface)( void * self, char * object_class, REFIID pluginType, REFIID iid) ;
291 @param iid An ID number, of type CFUUIDBytes (see CFUUID.h), identifying the type of interface to be returned for the created protocol device object.
294 void * (*getProtocolInterface)( void * self, REFIID pluginType, REFIID iid) ;
303 IUnknownVTbl ** (*createConsumerPlug)( void *self, UInt8 plugNumber, REFIID iid );
H A DIOFireWireAVCLibConsumer.cpp483 HRESULT IOFireWireAVCLibConsumer::queryInterface( void * self, REFIID iid, void **ppv ) argument
485 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
H A DIOFireWireAVCLibConsumer.h161 static HRESULT queryInterface( void * self, REFIID iid, void **ppv );
H A DIOFireWireAVCLibProtocol.c297 static HRESULT queryInterface( void * self, REFIID iid, void **ppv ) argument
299 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
H A DIOFireWireAVCLibUnit.cpp292 static HRESULT queryInterface( void * self, REFIID iid, void **ppv ) argument
294 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
738 static void *GetAncestorInterface( void * self, char * object_class, REFIID pluginType, REFIID iid) argument
777 iid,
801 static void *GetProtocolInterface( void * self, REFIID pluginType, REFIID iid) argument
857 iid,
919 static IUnknownVTbl ** createConsumerPlug( void *self, UInt8 plugNumber, REFIID iid )
938 res = (*iunknown)->QueryInterface( iunknown, iid,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h1044 IOFireWireLibCommandRef (*CreateReadCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1063 IOFireWireLibCommandRef (*CreateReadQuadletCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1082 IOFireWireLibCommandRef (*CreateWriteCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1103 IOFireWireLibCommandRef (*CreateWriteQuadletCommand)(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1123 IOFireWireLibCommandRef (*CreateCompareSwapCommand)( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) ;
1172 @param iid An ID number, of type CFUUIDBytes (see CFUUID.h), identifying the
1175 IOFireWireLibLocalUnitDirectoryRef (*CreateLocalUnitDirectory)( IOFireWireLibDeviceRef self, REFIID iid) ;
1183 @param iid An ID number, of type CFUUIDBytes (see CFUUID.h), identifying the
1187 IOFireWireLibConfigDirectoryRef (*GetConfigDirectory)( IOFireWireLibDeviceRef self, REFIID iid) ;
1196 @param iid A
[all...]
H A DIOFireWireLibAsyncStreamListener.cpp376 AsyncStreamListenerCOM::QueryInterface(REFIID iid, void ** ppv ) argument
381 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
H A DIOFireWireLibAsyncStreamListener.h160 virtual HRESULT QueryInterface( REFIID iid, void ** ppv ) ;
H A DIOFireWireLibCommand.cpp239 Cmd::QueryInterface(REFIID iid, LPVOID* ppv) argument
244 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
858 ReadCmd::QueryInterface(REFIID iid, LPVOID* ppv) argument
863 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
970 ReadQuadCmd::QueryInterface(REFIID iid, LPVOID* ppv) argument
975 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1119 WriteCmd::QueryInterface(REFIID iid, LPVOID* ppv) argument
1124 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
1196 PHYCmd::QueryInterface( REFIID iid, LPVOID* ppv ) argument
1201 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes( kCFAllocatorDefault, iid );
1275 QueryInterface(REFIID iid, LPVOID* ppv) argument
1446 QueryInterface(REFIID iid, LPVOID* ppv) argument
1740 QueryInterface(REFIID iid, LPVOID* ppv) argument
[all...]
H A DIOFireWireLibCommand.h54 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) ;
150 virtual HRESULT QueryInterface(REFIID iid, LPVOID* ppv) ;
190 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) ;
259 virtual HRESULT QueryInterface(REFIID iid, LPVOID* ppv) ;
294 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv );
331 virtual HRESULT QueryInterface(REFIID iid, LPVOID* ppv) ;
371 virtual HRESULT QueryInterface(REFIID iid, LPVOID* ppv) ;
468 virtual HRESULT QueryInterface(REFIID iid, LPVOID* ppv) ;
H A DIOFireWireLibConfigDirectory.cpp165 ConfigDirectory::GetKeyValue(int key, DirRef& value, REFIID iid, CFStringRef*& text) argument
192 if (S_OK != (*iUnknown)->QueryInterface(iUnknown, iid, (void**) & value))
366 REFIID iid)
388 if (S_OK != (*iUnknown)->QueryInterface(iUnknown, iid, (void**) & value))
555 ConfigDirectoryCOM::QueryInterface(REFIID iid, LPVOID* ppv) argument
560 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
621 REFIID iid,
624 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetKeyValue(inKey, * outValue, iid, outText) ;
687 REFIID iid)
689 return IOFireWireIUnknown::InterfaceMap<ConfigDirectoryCOM>::GetThis(inDir)->GetIndexValue(inIndex, *outValue, iid) ;
363 GetIndexValue( int index, IOFireWireLibConfigDirectoryRef & value, REFIID iid) argument
617 SGetKeyValue_ConfigDirectory( IOFireWireLibConfigDirectoryRef inDir, int inKey, IOFireWireLibConfigDirectoryRef* outValue, REFIID iid, CFStringRef* outText) argument
683 SGetIndexValue_ConfigDirectory( IOFireWireLibConfigDirectoryRef inDir, int inIndex, IOFireWireLibConfigDirectoryRef* outValue, REFIID iid) argument
[all...]
H A DIOFireWireLibConfigDirectory.h77 IOReturn GetKeyValue(int key, DirRef& value, REFIID iid, CFStringRef*& text);
109 IOReturn GetIndexValue(int index, DirRef& value, REFIID iid);
165 virtual HRESULT QueryInterface(REFIID iid, void ** ppv ) ;
190 REFIID iid,
221 REFIID iid);
H A DIOFireWireLibDCLCommandPool.cpp603 TraditionalDCLCommandPoolCOM::QueryInterface(REFIID iid, void ** ppv ) argument
608 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
H A DIOFireWireLibDCLCommandPool.h137 virtual HRESULT QueryInterface(REFIID iid, void ** ppv ) ;
H A DIOFireWireLibDevice.cpp126 Device::QueryInterface(REFIID iid, LPVOID* ppv) argument
131 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
884 REFIID iid)
891 (*iUnknown)->QueryInterface(iUnknown, iid, (void**) & result) ;
908 REFIID iid)
927 REFIID iid)
934 (*iUnknown)->QueryInterface(iUnknown, iid, (void**) & result) ;
952 REFIID iid)
964 void* inRefCon, REFIID iid)
971 (*iUnknown)->QueryInterface(iUnknown, iid, (voi
875 CreateReadCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
899 CreateReadQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
918 CreateWriteCommand( io_object_t device, const FWAddress & addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
943 CreateWriteQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
962 CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
1101 GetConfigDirectory( REFIID iid) argument
1125 CreateConfigDirectoryWithIOObject( io_object_t inObject, REFIID iid) argument
1147 CreatePhysicalAddressSpace( UInt32 inSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
1189 CreateAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid, Boolean isInitialUnits, UInt32 inAddressLo ) argument
1504 CreateRemoteIsochPort( Boolean inTalking, REFIID iid) argument
1521 CreateLocalIsochPortWithOptions( Boolean talking, DCLCommand* dclProgram, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange dclProgramRanges[], UInt32 dclProgramRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, IOFWIsochPortOptions options, REFIID iid) argument
1727 CreateIRMAllocation(Boolean releaseIRMResourcesOnFree, IOFireWireLibIRMAllocationLostNotificationProc callback, void *pLostNotificationProcRefCon, REFIID iid) argument
1846 CreateAsyncStreamCommand( UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2255 SCreateReadCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2270 SCreateReadQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 val[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2278 SCreateWriteCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2286 SCreateWriteQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 quads[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2313 SCreateLocalUnitDirectory(IOFireWireLibDeviceRef self, REFIID iid) argument
2319 SGetConfigDirectory(IOFireWireLibDeviceRef self, REFIID iid) argument
2325 SCreateConfigDirectoryWithIOObject(IOFireWireLibDeviceRef self, io_object_t inObject, REFIID iid) argument
2335 SCreatePseudoAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2342 SCreatePhysicalAddressSpace(IOFireWireLibDeviceRef self, UInt32 inLength, void* inBackingStore, UInt32 flags, REFIID iid) argument
2348 SCreateInitialUnitsPseudoAddressSpace( IOFireWireLibDeviceRef self, UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
2408 SCreateRemoteIsochPort( IOFireWireLibDeviceRef self, Boolean inTalking, REFIID iid) argument
2417 S_CreateLocalIsochPort( IOFireWireLibDeviceRef self, Boolean talking, DCLCommand* dclProgram, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange dclProgramRanges[], UInt32 dclProgramRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, REFIID iid) argument
2635 S_CreateLocalIsochPortWithOptions( IOFireWireLibDeviceRef self, Boolean talking, DCLCommand* dclProgram, UInt32 startEvent, UInt32 startState, UInt32 startMask, IOVirtualRange dclProgramRanges[], UInt32 dclProgramRangeCount, IOVirtualRange bufferRanges[], UInt32 bufferRangeCount, IOFWIsochPortOptions options, REFIID iid) argument
2655 S_CreateVectorCommand( IOFireWireLibDeviceRef self, IOFireWireLibCommandCallback callback, void* inRefCon, REFIID iid) argument
2679 S_CreatePHYPacketListener( IOFireWireLibDeviceRef self, UInt32 queueCount, REFIID iid) argument
2707 S_CreateIRMAllocation( IOFireWireLibDeviceRef self, Boolean releaseIRMResourcesOnFree, IOFireWireLibIRMAllocationLostNotificationProc callback, void *pLostNotificationProcRefCon, REFIID iid) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
H A DIOFireWireLibDevice.h127 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) ;
230 REFIID iid) ;
240 REFIID iid) ;
243 void* inRefCon, REFIID iid) ;
246 UInt32 generation, void* inRefCon, REFIID iid) ;
249 UInt32 generation, void* inRefCon, REFIID iid) ;
276 REFIID iid) { return CreateAddressSpace( inSize, inRefCon, inQueueBufferSize, inBackingStore, inFlags, iid ) ; }
282 REFIID iid) ;
291 REFIID iid) { retur
270 CreatePseudoAddressSpace( UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
284 CreateInitialUnitsPseudoAddressSpace( UInt32 inAddressLo, UInt32 inSize, void* inRefCon, UInt32 inQueueBufferSize, void* inBackingStore, UInt32 inFlags, REFIID iid) argument
[all...]
H A DIOFireWireLibIOCFPlugIn.cpp69 IOCFPlugIn::QueryInterface( REFIID iid, LPVOID* ppv ) argument
74 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
85 result = (**mDevice).QueryInterface( mDevice, iid, ppv) ;
H A DIOFireWireLibIOCFPlugIn.h36 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) ;
H A DIOFireWireLibIRMAllocation.cpp253 IRMAllocationCOM::QueryInterface(REFIID iid, void ** ppv ) argument
258 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(kCFAllocatorDefault, iid) ;
H A DIOFireWireLibIRMAllocation.h108 virtual HRESULT QueryInterface( REFIID iid, void ** ppv ) ;
H A DIOFireWireLibIUnknown.cpp31 IOFireWireIUnknown::SQueryInterface(void* self, REFIID iid, void** ppv) argument
33 return IOFireWireIUnknown::InterfaceMap<IOFireWireIUnknown>::GetThis(self)->QueryInterface(iid, ppv) ;
H A DIOFireWireLibIUnknown.h60 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) = 0;
66 static HRESULT STDMETHODCALLTYPE SQueryInterface(void* self, REFIID iid, LPVOID* ppv) ;

Completed in 499 milliseconds

1234