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 1234566788999124 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_hostname -d BMC147 # pldmtool bios SetBIOSAttributeCurrentValue -a vmi_if_count -d 1172 # pldmtool bios SetBIOSAttributeCurrentValue -a pvm_default_os_type -d AIX[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&771 operator=(const SetBIOSAttributeCurrentValue&) = delete;772 SetBIOSAttributeCurrentValue&773 operator=(SetBIOSAttributeCurrentValue&&) = delete;775 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue() function in pldmtool::bios::SetBIOSAttributeCurrentValue[all …]
1173 ${resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attribute_name} -d ${attribute_value}