Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/netdemo/src/
Dsostartup.c121 static void SendCommand( u32 command );
455 void SendCommand( u32 command ) in SendCommand() argument
457 (void)OSSendMessage( &NetworkCommandQueue, (OSMessage)command, OS_MESSAGE_BLOCK ); in SendCommand()
471 u32 command; in NetworkHandler() local
475 command = (u32)msg; in NetworkHandler()
477 switch ( command ) in NetworkHandler()
549 REXDEMOError("Unknown command: %d\n", command ); in NetworkHandler()
/RevoEX-2.1/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.1/build/demos/mpdsdemo/src/
Dmpdsmodel.c115 u8 command:3; // Instruction (used for switching the game states at once, etc.) member
908 sendData.command = SHARECMD_NONE; in DataSharingThreadFunc()
912 sendData.command = SHARECMD_EXITLOBBY; in DataSharingThreadFunc()