Searched refs:curState (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/vnc/
H A Dvncserver.cc129 curState = WaitForProtocolVersion;
228 switch (curState) {
364 curState = WaitForProtocolVersion;
382 assert(curState == WaitForProtocolVersion);
428 curState = WaitForSecurityResponse;
434 assert(curState == WaitForSecurityResponse);
450 curState = WaitForClientInit;
480 curState = NormalPhase;
633 if (dataFd <= 0 || curState != NormalPhase || !sendUpdate) {
685 assert(fb && dataFd > 0 && curState
[all...]
H A Dvncserver.hh190 ConnectionState curState; member in class:VncServer

Completed in 7 milliseconds