Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp45 MNGClient(WD_GUID, verbose) in MNGCommand()
59 inBuffSize = MNGClient.GetBufferSize(); in _call()
74 int bytesWritten = MNGClient.SendMessage(command, command_size); in _call()
83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
H A DMNGCommand.h64 HECILinux MNGClient; variable