Home
last modified time | relevance | path

Searched defs:command_size (Results 1 – 4 of 4) 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()
191 const UINT32 command_size = sizeof(GET_CODE_VERSION_HEADER); in GetCodeVersions() local
230 const UINT32 command_size = sizeof(GET_PROVISIONING_MODE_HEADER); in GetProvisioningMode() local
254 const UINT32 command_size = sizeof(GET_PROVISIONING_MODE_HEADER); in GetProvisioningMode() local
289 const UINT32 command_size = sizeof(GET_PROVISIONING_STATE_HEADER); in GetProvisioningState() local
327 const UINT32 command_size = sizeof(CFG_GET_FEATURES_STATE_REQUEST); in GetFeaturesState() local
386 const UINT32 command_size = sizeof(GET_LAST_HOST_RESET_REASON_HEADER); in GetLastHostResetReason() local
420 const UINT32 command_size = sizeof(GET_CURRENT_POWER_POLICY_HEADER); in GetCurrentPowerPolicy() local
485 const UINT32 command_size = sizeof(CFG_GET_LAN_INTERFACE_SETTINGS_REQUEST); in GetLanInterfaceSettings() local
542 const UINT32 command_size = sizeof(GET_SECURITY_PARAMETERS_HEADER); in GetTLSEnabled() local
[all …]
H A DMNGCommand.cpp54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call()
107 UINT32 command_size = sizeof(MNG_GET_ME_INFO_HEADER); in GetMEInfo() local
H A DFWULCommand.cpp54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffe… in _call()
107 UINT32 command_size = sizeof(ME_GET_FW_UPDATE_INFO_REQUEST); in GetFWUVersionAndInfo() local
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_init.c55 int command_size, caddr_t data, int size) in read_scsi_page()