Home
last modified time | relevance | path

Searched refs:state (Results 1 – 5 of 5) sorted by relevance

/RevoEX-2.1/build/demos/netdemo/src/
Dsostartup.c120 static const char* StateToString( u32 state );
128 #define REPORT_STATE( state ) REXDEMOReportEx( REXDEMO_COLOR_PURPLE, "state -> %s\n", StateToString… argument
132 u32 state; in main() local
145 state = STATE_OFFLINE; in main()
146 REPORT_STATE( state ); in main()
165 switch ( state ) in main()
170 state = STATE_SOSTARTUP_IN_PROGRESS; in main()
171 REPORT_STATE( state ); in main()
180 state = STATE_SOCLEANUP_IN_PROGRESS; in main()
181 REPORT_STATE( state ); in main()
[all …]
/RevoEX-2.1/build/libraries/mpds/src/
Dmpdssystem.c176 context->state = MPDS_STATE_READY; in MPDSInit()
206 context->state = MPDS_STATE_START; in Start()
211 context->state = MPDS_STATE_READY; in Stop()
307 context->state = MPDS_STATE_ERROR;
368 u32 state; in Step() local
378 state = context->state; in Step()
379 if (state == MPDS_STATE_ERROR) in Step()
384 if (state != MPDS_STATE_START && state != MPDS_STATE_RETRY_SEND) in Step()
400 if (state == MPDS_STATE_RETRY_SEND) in Step()
405 context->state = MPDS_STATE_START; in Step()
[all …]
/RevoEX-2.1/build/demos/mpdsdemo/src/
Dmpdsmodel.c192 static void SetState( s32 state );
355 s32 state; in Draw() local
363 state = GetState(); in Draw()
365 switch ( state ) in Draw()
535 void SetState( s32 state ) in SetState() argument
539 sState = state; in SetState()
874 s32 state; in DataSharingThreadFunc() local
894 state = GetState(); in DataSharingThreadFunc()
896 switch ( state ) in DataSharingThreadFunc()
906 if ( state == STATE_LOBBY ) in DataSharingThreadFunc()
[all …]
/RevoEX-2.1/include/revolution/
Dmpds.h108 u16 state; // Current DataSharing state (MPDSState) member
/RevoEX-2.1/include/revolution/net/
DNETDigest.h146 unsigned long state[4]; member