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

/illumos-gate/usr/src/cmd/lms/heci/
H A DFWULCommand.h126 } FWU_GET_INFO_MSG_REPLY; typedef in typeref:struct:_FWU_GET_INFO_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)
149 if (replySize != sizeof(FWU_GET_INFO_MSG_REPLY))
177 memcpy(&infoMsg, readBuffer, sizeof(FWU_GET_INFO_MSG_REPLY));
/illumos-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp57 FWU_GET_INFO_MSG_REPLY infoMsg;

Completed in 59 milliseconds