Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/netdemo/src/
Dsostartup.c126 static const char* StateToString( u32 state );
134 #define REPORT_STATE( state ) REXDEMOReportEx( REXDEMO_COLOR_PURPLE, "state -> %s\n", StateToString… argument
138 u32 state; in main() local
151 state = STATE_OFFLINE; in main()
152 REPORT_STATE( state ); in main()
171 switch ( state ) in main()
176 state = STATE_SOSTARTUP_IN_PROGRESS; in main()
177 REPORT_STATE( state ); in main()
186 state = STATE_SOCLEANUP_IN_PROGRESS; in main()
187 REPORT_STATE( state ); in main()
[all …]
/RevoEX-2.3/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.3/build/demos/mpdsdemo/src/
Dmpdsmodel.c198 static void SetState( s32 state );
362 s32 state; in Draw() local
370 state = GetState(); in Draw()
372 switch ( state ) in Draw()
542 void SetState( s32 state ) in SetState() argument
546 sState = state; in SetState()
883 s32 state; in DataSharingThreadFunc() local
903 state = GetState(); in DataSharingThreadFunc()
905 switch ( state ) in DataSharingThreadFunc()
915 if ( state == STATE_LOBBY ) in DataSharingThreadFunc()
[all …]
/RevoEX-2.3/include/revolution/
Dmpds.h108 u16 state; // Current DataSharing state (MPDSState) member
/RevoEX-2.3/include/revolution/net/
DNETDigest.h153 unsigned long state[4]; member