Home
last modified time | relevance | path

Searched refs:command_size (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() argument
68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout); in _call()
69 if ((UINT32)bytesWritten != command_size) in _call()
191 const UINT32 command_size = sizeof(GET_CODE_VERSION_HEADER); in GetCodeVersions() local
192 unsigned char command[command_size]; in GetCodeVersions()
195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0); in GetCodeVersions()
230 const UINT32 command_size = sizeof(GET_PROVISIONING_MODE_HEADER); in GetProvisioningMode() local
231 unsigned char command[command_size]; in GetProvisioningMode()
234 …AMT_STATUS status = _call(command, command_size, &readBuffer, PROVISIONING_MODE_RESPONSE, sizeof(C… in GetProvisioningMode()
254 const UINT32 command_size = sizeof(GET_PROVISIONING_MODE_HEADER); in GetProvisioningMode() local
[all …]
H A DMNGCommand.cpp54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() argument
74 int bytesWritten = MNGClient.SendMessage(command, command_size); in _call()
75 if ((UINT32)bytesWritten != command_size) in _call()
107 UINT32 command_size = sizeof(MNG_GET_ME_INFO_HEADER); in GetMEInfo() local
112 status = _call((const unsigned char *)&msg, command_size, in GetMEInfo()
H A DFWULCommand.cpp54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffe… in _call() argument
74 int bytesWritten = FWULClient.SendMessage(command, command_size); in _call()
75 if ((UINT32)bytesWritten != command_size) in _call()
107 UINT32 command_size = sizeof(ME_GET_FW_UPDATE_INFO_REQUEST); in GetFWUVersionAndInfo() local
113 status = _call((const unsigned char *)&msg, command_size, in GetFWUVersionAndInfo()
143 status = _call((const unsigned char *)&msg, command_size, in GetFWUVersionAndInfo()
H A DMNGCommand.h67 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
H A DFWULCommand.h141 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
H A DPTHICommand.h591 …AMT_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcm…
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c55 int command_size, caddr_t data, int size) in read_scsi_page() argument
79 uscsi_cmd.uscsi_cdblen = command_size; in read_scsi_page()