Searched refs:commandID (Results 1 - 25 of 42) sorted by last modified time

12

/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRV.h80 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
H A DIONDRVFramebuffer.cpp144 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
1037 IOReturn IONDRVFramebuffer::doDriverIO( UInt32 commandID, void * contents, argument
1061 err = ndrv->doDriverIO( commandID, contents, commandCode, commandKind );
4137 IOReturn IOBootNDRV::doDriverIO( UInt32 commandID, void * contents, argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp3122 void WebPageProxy::registerEditCommandForUndo(uint64_t commandID, uint32_t editAction) argument
3124 registerEditCommand(WebEditCommandProxy::create(commandID, static_cast<EditAction>(editAction), this), Undo);
3444 m_process->send(Messages::WebPage::DidRemoveEditCommand(command->commandID()), m_pageID);
H A DWebPageProxy.h923 void registerEditCommandForUndo(uint64_t commandID, uint32_t editAction);
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/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2853 void WebPage::didRemoveEditCommand(uint64_t commandID) argument
2855 removeWebEditCommand(commandID);
H A DWebPage.h793 void unapplyEditCommand(uint64_t commandID);
794 void reapplyEditCommand(uint64_t commandID);
795 void didRemoveEditCommand(uint64_t commandID);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c4945 command.commandID = mac_get_code_from_arg (command_id, 0);
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDialog.c1742 switch (cmd.commandID) {
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinMenu.c138 static void FreeID _ANSI_ARGS_((WORD commandID));
256 FreeID(commandID)
257 WORD commandID;
268 (char *) commandID);
870 WORD commandID;
873 if (GetNewID(mePtr, &commandID) != TCL_OK) {
882 mePtr->platformEntryData = (TkMenuPlatformEntryData) commandID;
861 WORD commandID; local
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DHIWebView.mm1114 switch ( inCommand->commandID )
1196 switch ( inCommand->commandID )
H A DCarbonWindowAdapter.mm849 hiCommand.commandID = inHICommandID;
891 hiCommand.commandID = inHICommandID;
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h104 virtual IOReturn doDriverIO( UInt32 commandID, void * contents,
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinMenu.c163 static void FreeID(WORD commandID);
268 WORD commandID)
279 ((char *) NULL) + commandID);
862 WORD commandID;
865 if (GetNewID(mePtr, &commandID) != TCL_OK) {
874 mePtr->platformEntryData = (TkMenuPlatformEntryData) (UINT) commandID;
265 FreeID( WORD commandID) argument
853 WORD commandID; local
/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 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
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
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 DIOFireWireLibDevice.cpp2160 DeviceCOM::SClientCommandIsComplete(IOFireWireLibDeviceRef self, FWClientCommandID commandID, IOReturn status) argument
2162 IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->ClientCommandIsComplete(commandID, status);
H A DIOFireWireLibIsoch.h528 void (*ClientCommandIsComplete) ( IOFireWireLibIsochChannelRef self, FWClientCommandID commandID, IOReturn status) ;
1047 @param commandID The ID of the packet notification being completed. This is the same
1050 void (*ClientCommandIsComplete)(IOFWAsyncStreamListenerInterfaceRef self, FWClientCommandID commandID, IOReturn status) ;
/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/AppleUSBIrDA-145.2.4/IrDAMenu/
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;
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);
/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/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

Completed in 287 milliseconds

12