Searched defs:command_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument
74 int bytesWritten = MNGClient.SendMessage(command, command_size);
75 if ((UINT32)bytesWritten != command_size)
107 UINT32 command_size = sizeof(MNG_GET_ME_INFO_HEADER); local
112 status = _call((const unsigned char *)&msg, command_size,
H A DFWULCommand.cpp54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument
74 int bytesWritten = FWULClient.SendMessage(command, command_size);
75 if ((UINT32)bytesWritten != command_size)
107 UINT32 command_size = sizeof(ME_GET_FW_UPDATE_INFO_REQUEST); local
113 status = _call((const unsigned char *)&msg, command_size,
143 status = _call((const unsigned char *)&msg, command_size,
H A DPTHICommand.cpp55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcmd, unsigned int expSize) argument
68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout);
69 if ((UINT32)bytesWritten != command_size)
191 const UINT32 command_size = sizeof(GET_CODE_VERSION_HEADER); local
192 unsigned char command[command_size];
195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0);
230 const UINT32 command_size = sizeof(GET_PROVISIONING_MODE_HEADER); local
231 unsigned char command[command_size];
234 AMT_STATUS status = _call(command, command_size, &readBuffer, PROVISIONING_MODE_RESPONSE, sizeof(CFG_GET_PROVISIONING_MODE_RESPONSE));
254 const UINT32 command_size local
289 const UINT32 command_size = sizeof(GET_PROVISIONING_STATE_HEADER); local
327 const UINT32 command_size = sizeof(CFG_GET_FEATURES_STATE_REQUEST); local
386 const UINT32 command_size = sizeof(GET_LAST_HOST_RESET_REASON_HEADER); local
420 const UINT32 command_size = sizeof(GET_CURRENT_POWER_POLICY_HEADER); local
485 const UINT32 command_size = sizeof(CFG_GET_LAN_INTERFACE_SETTINGS_REQUEST); local
542 const UINT32 command_size = sizeof(GET_SECURITY_PARAMETERS_HEADER); local
575 const UINT32 command_size = sizeof(GET_DNS_SUFFIX_LIST_HEADER); local
649 const UINT32 command_size = sizeof(CFG_SET_ENTERPRISE_ACCESS_REQUEST); local
677 const UINT32 command_size = sizeof(STATE_GET_AMT_STATE_REQUEST); local
708 const UINT32 command_size = sizeof(OPEN_USER_INITIATED_CONNECTION_HEADER); local
729 const UINT32 command_size = sizeof(CLOSE_USER_INITIATED_CONNECTION_HEADER); local
750 const UINT32 command_size = sizeof(GET_REMOTE_ACCESS_CONNECTION_STATUS_HEADER); local
819 const UINT32 command_size = sizeof(GENERATE_RNG_SEED_HEADER); local
844 const UINT32 command_size = sizeof(GET_RNG_SEED_STATUS_HEADER); local
873 const UINT32 command_size = sizeof(GET_ZERO_TOUCH_ENABLED_HEADER); local
902 const UINT32 command_size = sizeof(GET_PROVISIONING_TLS_MODE_HEADER); local
930 const UINT32 command_size = sizeof(START_CONFIGURATION_HEADER); local
964 const UINT32 command_size = sizeof(SET_PROVISIONING_SERVER_OTP_HEADER) + msgLength; local
1010 const UINT32 command_size = sizeof(SET_DNS_SUFFIX_HEADER) + msgLength; local
1046 const UINT32 command_size = sizeof(ENUMERATE_HASH_HANDLES_HEADER); local
1113 const UINT32 command_size = sizeof(CFG_GET_CERTHASH_ENTRY_REQUEST); local
1184 const UINT32 command_size = sizeof(GET_PKI_FQDN_SUFFIX_HEADER); local
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c55 int command_size, caddr_t data, int size)
79 uscsi_cmd.uscsi_cdblen = command_size;
54 read_scsi_page(scsi_link_t *slink, union scsi_cdb *cdb, int command_size, caddr_t data, int size) argument

Completed in 56 milliseconds