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

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.h48 class ConfigConnection class
51 ConfigConnection(bool verbose = false);
52 ~ConfigConnection();
H A DConfigConnection.cpp34 #include "ConfigConnection.h"
37 ConfigConnection::ConfigConnection(bool verbose) : function in class:ConfigConnection
38 _initState(ConfigConnection::INIT_STATE_DISCONNECTED),
44 ConfigConnection::~ConfigConnection()
48 bool ConfigConnection::IsInitialized()
54 int ConfigConnection::IsAMTEnabled(bool useOpenPTHI)
90 bool ConfigConnection::Init(bool checkEnabled)
124 void ConfigConnection
[all...]
H A DMakefile31 LMSOBJS= ConfigConnection.o Protocol.o main.o \
H A DProtocol.h55 #include "ConfigConnection.h"
148 ConfigConnection _cfg;

Completed in 415 milliseconds