Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/heci/
H A DFWULCommand.cpp104 FWULCommand::GetFWUVersionAndInfo(FWU_GET_VERSION_MSG_REPLY &verMsg, FWU_GET_INFO_MSG_REPLY &infoMs… in GetFWUVersionAndInfo()
119 if (replySize == sizeof(FWU_GET_VERSION_MSG_REPLY)) in GetFWUVersionAndInfo()
140 memcpy(&verMsg, readBuffer, sizeof(FWU_GET_VERSION_MSG_REPLY)); in GetFWUVersionAndInfo()
H A DFWULCommand.h92 } FWU_GET_VERSION_MSG_REPLY; typedef
136 …HECI_STATUS GetFWUVersionAndInfo(FWU_GET_VERSION_MSG_REPLY &verMsg, FWU_GET_INFO_MSG_REPLY &infoMs…
/titanic_41/usr/src/cmd/lms/
H A DConfigConnection.cpp56 FWU_GET_VERSION_MSG_REPLY verMsg; in IsAMTEnabled()