Searched refs:commandID (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebEditCommandProxy.h41 static PassRefPtr<WebEditCommandProxy> create(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
43 return adoptRef(new WebEditCommandProxy(commandID, editAction, page));
47 uint64_t commandID() const { return m_commandID; } function in class:WebKit::WebEditCommandProxy
58 WebEditCommandProxy(uint64_t commandID, WebCore::EditAction, WebPageProxy*);
H A DWebEditCommandProxy.cpp39 WebEditCommandProxy::WebEditCommandProxy(uint64_t commandID, WebCore::EditAction editAction, WebPageProxy* page) argument
40 : m_commandID(commandID)
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DIrDAUserClient.h32 unsigned char commandID; // one of the commands above (tbd) member in struct:IrDACommand
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDAMenu/
H A DUtilityRoutines.h30 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize);
H A DUtilityRoutines.c12 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize) argument
22 command->commandID = commandID;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibAsyncStreamListener.h87 FWClientCommandID commandID ) ;
110 static void SkippedPacket( AsyncStreamListenerRef refCon, IOReturn result, FWClientCommandID commandID, UInt32 packetCount) ;
181 FWClientCommandID commandID,
H A DIOFireWireLibPseudoAddressSpace.h76 FWClientCommandID commandID,
105 static void SkippedPacket( AddressSpaceRef refCon, IOReturn result, FWClientCommandID commandID,
115 virtual void ClientCommandIsComplete( FWClientCommandID commandID, IOReturn status) ;
H A DIOFireWireLibIsochChannel.h66 virtual void ClientCommandIsComplete( FWClientCommandID commandID, IOReturn status ) ;
132 FWClientCommandID commandID,
H A DIOFireWireLibPseudoAddressSpace.cpp136 PseudoAddressSpace::SClientCommandIsComplete(AddressSpaceRef self, FWClientCommandID commandID, IOReturn status) argument
138 IOFireWireIUnknown::InterfaceMap<PseudoAddressSpace>::GetThis(self)->ClientCommandIsComplete(commandID, status);
406 FWClientCommandID commandID,
411 if (::CFDictionaryGetValueIfPresent( mPendingLocks, commandID, (const void**) &args ) && (status == kIOReturnSuccess) )
413 ::CFDictionaryRemoveValue( mPendingLocks, commandID ) ;
432 (FWClientCommandID)(args[0]), // commandID,
447 const uint64_t inputs[3] = {(const uint64_t)mKernAddrSpaceRef, (const uint64_t)commandID, status};
488 (FWClientCommandID)(args[0]), // commandID,
501 (FWClientCommandID) args[0], // commandID,
513 PseudoAddressSpace::SkippedPacket( AddressSpaceRef refcon, IOReturn result, FWClientCommandID commandID, UInt3 argument
405 ClientCommandIsComplete( FWClientCommandID commandID, IOReturn status) argument
[all...]
H A DIOFireWireLibPHYPacketListener.h81 FWClientCommandID commandID );
H A DIOFireWireLibAsyncStreamListener.cpp209 FWClientCommandID commandID )
212 const uint64_t inputs[2] = {(const uint64_t)mKernAsyncStreamListenerRef, (const uint64_t)commandID};
296 (FWClientCommandID) args[0], // commandID,
304 AsyncStreamListener::SkippedPacket( AsyncStreamListenerRef refcon, IOReturn result, FWClientCommandID commandID, UInt32 packetCount) argument
309 (me->mSkippedPacketHandler)( refcon, commandID, packetCount) ;
311 me->ClientCommandIsComplete( refcon, commandID ) ;
435 FWClientCommandID commandID,
438 IOFireWireIUnknown::InterfaceMap<AsyncStreamListenerCOM>::GetThis(self)->ClientCommandIsComplete( self, commandID ) ;
434 SClientCommandIsComplete( AsyncStreamListenerRef self, FWClientCommandID commandID, IOReturn status ) argument
H A DIOFireWireLib.h591 @param commandID An FWClientCommandID which should be passed to ClientCommandIsComplete when
602 FWClientCommandID commandID,
613 @param commandID An FWClientCommandID to be passed to ClientCommandIsComplete()
618 FWClientCommandID commandID,
624 @param commandID An FWClientCommandID to be passed to ClientCommandIsComplete()
634 FWClientCommandID commandID,
646 @param commandID An FWClientCommandID to be passed to ClientCommandIsComplete()
650 FWClientCommandID commandID ); // parameters may change
657 @param commandID An FWClientCommandID to be passed to ClientCommandIsComplete()
661 FWClientCommandID commandID ) ; // parameter
[all...]
H A DIOFireWireLibIsochChannel.cpp454 FWClientCommandID commandID,
618 IsochChannelCOM::SClientCommandIsComplete( ChannelRef self, FWClientCommandID commandID, IOReturn status ) argument
620 IOFireWireIUnknown::InterfaceMap<IsochChannelCOM>::GetThis(self)->ClientCommandIsComplete(commandID, status) ;
453 ClientCommandIsComplete( FWClientCommandID commandID, IOReturn status) argument
H A DIOFireWireLibPHYPacketListener.cpp369 FWClientCommandID commandID )
375 (const uint64_t)commandID
416 (FWClientCommandID)args[0], // commandID,
441 (FWClientCommandID)args[0], // commandID,
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h56 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize);
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRV.h80 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserPseudoAddressSpace.cpp198 header->IncomingPacket.commandID = (io_user_reference_t) header ;
219 header->SkippedPacket.commandID = (io_user_reference_t) header ;
242 header->ReadPacket.commandID = (io_user_reference_t) header ;
722 DebugLog("\tdP Write: Copy cmd ID: 0x%llx %s\n", currentHeader->IncomingPacket.commandID, enqueued ? "succeeded" : "failed");
745 DebugLog("\tdP Lock: Copy cmd ID: 0x%llx %s\n", currentHeader->IncomingPacket.commandID, enqueued ? "succeeded" : "failed");
765 DebugLog("\tdP Read: Proces cmd ID: 0x%llx\n", currentHeader->IncomingPacket.commandID);
854 DebugLog("Cplt cmdID: 0x%llx\n", oldHeader->IncomingPacket.commandID);
933 DebugLog("sPN cmdID 0x%llx\n", inPacketHeader->IncomingPacket.commandID);
H A DIOFWUserPHYPacketListener.h115 void clientCommandIsComplete( FWClientCommandID commandID );
H A DIOFWUserPseudoAddressSpace.h130 io_user_reference_t commandID ; // 0 member in struct:IOFWPacketHeader_t::__anon1707
154 io_user_reference_t commandID ; // 0 member in struct:IOFWPacketHeader_t::SkippedPacket_t
169 io_user_reference_t commandID ; // 0 member in struct:IOFWPacketHeader_t::ReadPacket_t
H A DIOFWUserPHYPacketListener.cpp270 IOFWUserPHYPacketListener::clientCommandIsComplete( FWClientCommandID commandID )
274 // FireLog( "IOFWUserPHYPacketListener::clientCommandIsComplete - commandID = 0x%08lx\n", commandID );
277 if( fElementWaitingCompletion == commandID )
284 // FireLog( "IOFWUserPHYPacketListener::clientCommandIsComplete - element = 0x%08lx fElementWaitingCompletion = 0x%08lx\n", commandID, fElementWaitingCompletion );
312 args[0] = (io_user_reference_t)element; // commandID
327 args[0] = (io_user_reference_t)element; // commandID
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DIrDAStatus.h48 kern_return_t doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize);
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.h204 FWClientCommandID commandID, UInt32 packetLen,
210 FWClientCommandID commandID, UInt32 packetLen,
216 FWClientCommandID commandID, UInt32 skippedPacketCount);
H A DIOFireWireAVCLibConsumer.cpp1595 FWClientCommandID commandID,
1626 (*addressSpace)->ClientCommandIsComplete( addressSpace, commandID, kFWResponseComplete ) ;
1637 FWClientCommandID commandID,
1811 (*addressSpace)->ClientCommandIsComplete(addressSpace, commandID, kIOReturnSuccess) ;
1822 FWClientCommandID commandID,
1829 (*addressSpace)->ClientCommandIsComplete(addressSpace, commandID, kIOReturnSuccess);
1593 packetReadHandler( IOFireWireLibPseudoAddressSpaceRef addressSpace, FWClientCommandID commandID, UInt32 packetLen, UInt32 packetOffset, UInt16 nodeID, UInt32 destAddressHi, UInt32 destAddressLo, void* refcon) argument
1635 packetWriteHandler( IOFireWireLibPseudoAddressSpaceRef addressSpace, FWClientCommandID commandID, UInt32 packetLen, void* packet, UInt16 srcNodeID, UInt32 destAddressHi, UInt32 destAddressLo, void* refcon) argument
1820 skippedPacketHandler( IOFireWireLibPseudoAddressSpaceRef addressSpace, FWClientCommandID commandID, UInt32 skippedPacketCount) argument
/macosx-10.9.5/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp66 unsigned char commandID; // one of the commands above (tbd) member in struct:IrDACommand
72 kern_return_t doCommand(io_connect_t con, unsigned char commandID,
229 unsigned char commandID,
241 command->commandID = commandID;
228 doCommand(io_connect_t con, unsigned char commandID, void *inputData, unsigned long inputDataSize, void *outputData, size_t *outputDataSize) argument
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXEvent.c255 if (command.commandID == kHICommandPreferences && eventPtr->interp) {

Completed in 224 milliseconds

12