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

/opensolaris-onvv-gate/usr/src/cmd/lms/heci/
H A DFWULCommand.cpp45 FWULClient(FW_UPDATE_GUID, verbose)
59 inBuffSize = FWULClient.GetBufferSize();
74 int bytesWritten = FWULClient.SendMessage(command, command_size);
83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000);
H A DFWULCommand.h138 HECILinux FWULClient; member in class:FWULCommand
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp73 if (_fwulCommand.FWULClient.Init()) {
75 _fwulCommand.FWULClient.Deinit();

Completed in 42 milliseconds