Searched refs:INIT_STATE_CONNECTED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp51 return ((_initState == INIT_STATE_CONNECTED) ? true : false);
118 _initState = INIT_STATE_CONNECTED;
141 if (_initState != INIT_STATE_CONNECTED) {
167 if (_initState != INIT_STATE_CONNECTED) {
H A DConfigConnection.h67 INIT_STATE_CONNECTED enumerator in enum:ConfigConnection::INIT_STATES
H A DLMEConnection.h352 INIT_STATE_CONNECTED enumerator in enum:LMEConnection::INIT_STATES
H A DLMEConnection.cpp74 return ((_initState == INIT_STATE_CONNECTED) ? true : false);
105 _initState = INIT_STATE_CONNECTED;

Completed in 61 milliseconds