Searched refs:iid (Results 1 - 25 of 80) sorted by relevance

1234

/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibLUN.h90 static HRESULT staticQueryInterface( void * self, REFIID iid, void **ppv );
91 virtual HRESULT queryInterface( REFIID iid, void **ppv );
138 static IUnknownVTbl ** staticCreateLogin( void * self, REFIID iid );
139 virtual IUnknownVTbl ** createLogin( REFIID iid );
147 static IUnknownVTbl ** staticCreateMgmtORB( void * self, REFIID iid );
148 virtual IUnknownVTbl ** createMgmtORB( REFIID iid );
H A DIOFireWireSBP2LibLUN.cpp164 HRESULT IOFireWireSBP2LibLUN::staticQueryInterface( void * self, REFIID iid, void **ppv ) argument
166 return getThis(self)->queryInterface( iid, ppv );
169 HRESULT IOFireWireSBP2LibLUN::queryInterface( REFIID iid, void **ppv ) argument
171 CFUUIDRef uuid = CFUUIDCreateFromUUIDBytes(NULL, iid);
537 IUnknownVTbl ** IOFireWireSBP2LibLUN::staticCreateLogin( void * self, REFIID iid )
539 return getThis(self)->createLogin( iid );
542 IUnknownVTbl ** IOFireWireSBP2LibLUN::createLogin( REFIID iid )
563 res = (*iunknown)->QueryInterface( iunknown, iid,
613 IUnknownVTbl ** IOFireWireSBP2LibLUN::staticCreateMgmtORB( void * self, REFIID iid )
615 return getThis(self)->createMgmtORB( iid );
[all...]
H A DIOFireWireSBP2LibMgmtORB.h77 static HRESULT staticQueryInterface( void * self, REFIID iid, void **ppv );
78 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibORB.h79 static HRESULT staticQueryInterface( void * self, REFIID iid, void **ppv );
80 virtual HRESULT queryInterface( REFIID iid, void **ppv );
H A DIOFireWireSBP2LibLogin.h88 static HRESULT staticQueryInterface( void * self, REFIID iid, void **ppv );
89 virtual HRESULT queryInterface( REFIID iid, void **ppv );
133 static IUnknownVTbl ** staticCreateORB( void * self, REFIID iid );
134 virtual IUnknownVTbl ** createORB( REFIID iid );
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
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 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 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 DIOFireWireLibIUnknown.h60 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) = 0;
66 static HRESULT STDMETHODCALLTYPE SQueryInterface(void* self, REFIID iid, LPVOID* ppv) ;
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 DIOFireWireLibIOCFPlugIn.h36 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv ) ;
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 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 DIOFireWireLibPHYPacketListener.h56 virtual HRESULT QueryInterface( REFIID iid, LPVOID* ppv );
H A DIOFireWireLibPhysicalAddressSpace.h57 REFIID iid,
H A DIOFireWireLibUnitDirectory.h50 REFIID iid,
H A DIOFireWireLibIRMAllocation.h108 virtual HRESULT QueryInterface( REFIID iid, void ** ppv ) ;
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDIUnknown.h55 static HRESULT genericQueryInterface(void *self, REFIID iid, void **ppv);
65 virtual HRESULT queryInterface(REFIID iid, void **ppv) = 0;
H A DIOHIDIUnknown.cpp115 genericQueryInterface(void *self, REFIID iid, void **ppv) argument
118 return me->queryInterface(iid, ppv);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDEventSystemPlugIns/
H A DIOHIDEventSystemStatistics.h21 HRESULT QueryInterface( REFIID iid, LPVOID *ppv );
65 static HRESULT QueryInterface( void *self, REFIID iid, LPVOID *ppv );
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest070.tcl103 set iid [open $input r]
104 while { [gets $iid str] != -1 } {
107 close $iid
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmig.h190 const MIGIID *iid,
232 const MIGIID *iid,
/macosx-10.10.1/vim-55/src/
H A Dif_ole.cpp110 STDMETHOD(GetIDsOfNames)(const IID &iid, OLECHAR **names, UINT n, LCID, DISPID *dispids);
111 STDMETHOD(Invoke)(DISPID member, const IID &iid, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT *result, EXCEPINFO *excepinfo, UINT *argerr);
266 const IID &iid,
272 if (iid != IID_NULL)
281 const IID &iid,
289 if (iid != IID_NULL)
265 GetIDsOfNames( const IID &iid, OLECHAR **names, UINT n, LCID, DISPID *dispids) argument
279 Invoke( DISPID member, const IID &iid, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT *result, EXCEPINFO *excepinfo, UINT *argerr) argument
/macosx-10.10.1/Heimdal-398.1.2/plugins/GSSNotificationForwarder/
H A DGSSNotificationForwarder.c120 GSSNotificationForwarderQueryInterface(void *pinstance, REFIID iid, LPVOID *ppv) argument
122 CFUUIDRef interfaceID = CFUUIDCreateFromUUIDBytes(NULL, iid);

Completed in 127 milliseconds

1234