Searched refs:SetBIOSAttributeCurrentValue (Results 1 – 4 of 4) sorted by relevance
47 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${random_str} -d ${random_str}51 # pldmtool bios SetBIOSAttributeCurrentValue -a hjkhkj -d 068 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_os_boot_side -d hhhhhj72 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${enum_attr} -d 087 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1291 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${int_attr} -d ${count}107 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if0_ipv4_ipaddr -d 1234566788999111 ${pldm_output}= pldmtool bios SetBIOSAttributeCurrentValue -a ${str_attr} -d ${random_value}124 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_hostname -d BMC147 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1[all …]
14 # pldmtool bios SetBIOSAttributeCurrentValue -a fw_boot_side -d Temp
763 class SetBIOSAttributeCurrentValue : public GetBIOSTableHandler class766 ~SetBIOSAttributeCurrentValue() = default;767 SetBIOSAttributeCurrentValue() = delete;768 SetBIOSAttributeCurrentValue(const SetBIOSAttributeCurrentValue&) = delete;769 SetBIOSAttributeCurrentValue(SetBIOSAttributeCurrentValue&&) = delete;770 SetBIOSAttributeCurrentValue& operator=(771 const SetBIOSAttributeCurrentValue&) = delete;772 SetBIOSAttributeCurrentValue& operator=(SetBIOSAttributeCurrentValue&&) =775 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue() function in pldmtool::bios::SetBIOSAttributeCurrentValue983 commands.push_back(std::make_unique<SetBIOSAttributeCurrentValue>( in registerCommand()
1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}