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

/illumos-gate/usr/src/cmd/lms/heci/
H A DFWULCommand.h92 } FWU_GET_VERSION_MSG_REPLY; typedef in typeref:struct:_FWU_GET_VERSION_MSG_REPLY
136 HECI_STATUS GetFWUVersionAndInfo(FWU_GET_VERSION_MSG_REPLY &verMsg, FWU_GET_INFO_MSG_REPLY &infoMsg);
H A DFWULCommand.cpp104 FWULCommand::GetFWUVersionAndInfo(FWU_GET_VERSION_MSG_REPLY &verMsg, FWU_GET_INFO_MSG_REPLY &infoMsg)
119 if (replySize == sizeof(FWU_GET_VERSION_MSG_REPLY))
140 memcpy(&verMsg, readBuffer, sizeof(FWU_GET_VERSION_MSG_REPLY));
/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp56 FWU_GET_VERSION_MSG_REPLY verMsg;

Completed in 60 milliseconds