Home
last modified time | relevance | path

Searched refs:_fwulCommand (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/
H A DConfigConnection.cpp40 _fwulCommand(verbose) in ConfigConnection()
73 if (_fwulCommand.FWULClient.Init()) { in IsAMTEnabled()
74 heciRet = _fwulCommand.GetFWUVersionAndInfo(verMsg, infoMsg); in IsAMTEnabled()
75 _fwulCommand.FWULClient.Deinit(); in IsAMTEnabled()
H A DConfigConnection.h76 FWULCommand _fwulCommand; variable