Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/
H A DConfigConnection.cpp51 return ((_initState == INIT_STATE_CONNECTED) ? true : false); in IsInitialized()
118 _initState = INIT_STATE_CONNECTED; in Init()
141 if (_initState != INIT_STATE_CONNECTED) { in RequestEntDNSSuffixList()
167 if (_initState != INIT_STATE_CONNECTED) { in SendEnterpriseAccess()
H A DConfigConnection.h67 INIT_STATE_CONNECTED enumerator
H A DLMEConnection.h352 INIT_STATE_CONNECTED enumerator
H A DLMEConnection.cpp74 return ((_initState == INIT_STATE_CONNECTED) ? true : false); in IsInitialized()
105 _initState = INIT_STATE_CONNECTED; in Init()