Searched refs:PTHIClient (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp100 if (!(_pthiCommand.PTHIClient.Init(1))) {
115 _pthiCommand.PTHIClient.Deinit();
128 _pthiCommand.PTHIClient.Deinit();
150 if (!_pthiCommand.PTHIClient.IsInitialized()) {
182 if (!_pthiCommand.PTHIClient.IsInitialized()) {
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp46 PTHIClient(HECI_PTHI, verbose),
60 inBuffSize = PTHIClient.GetBufferSize();
68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout);
73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize);
525 if (PTHIClient.GetHeciVersion(heciVersion)) {
H A DPTHICommand.h588 HECILinux PTHIClient; member in class:PTHICommand

Completed in 2154 milliseconds