Home
last modified time | relevance | path

Searched refs:command (Results 1 – 4 of 4) sorted by relevance

/RevoEX-2.4/build/demos/netdemo/src/
Dsostartup.c127 static void SendCommand( u32 command );
461 void SendCommand( u32 command ) in SendCommand() argument
463 (void)OSSendMessage( &NetworkCommandQueue, (OSMessage)command, OS_MESSAGE_BLOCK ); in SendCommand()
477 u32 command; in NetworkHandler() local
481 command = (u32)msg; in NetworkHandler()
483 switch ( command ) in NetworkHandler()
570 REXDEMOError("Unknown command: %d\n", command ); in NetworkHandler()
/RevoEX-2.4/build/buildtools/
Dmodulerules.rex69 # Hide the sed command that edits depend
87 # Moved overwrite of do-setup command to commondefs.
134 # Changed the make directory command from $(MKDIR) to mkdir -p
Dcommondefs.rex134 # Moved overwrite of do-setup command to commondefs.
/RevoEX-2.4/build/demos/mpdsdemo/src/
Dmpdsmodel.c121 u8 command:3; // Instruction (used for switching the game states at once, etc.) member
917 sendData.command = SHARECMD_NONE; in DataSharingThreadFunc()
921 sendData.command = SHARECMD_EXITLOBBY; in DataSharingThreadFunc()