Home
last modified time | relevance | path

Searched refs:setBIOSAttributeCurrentValue (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios.hpp92 Response setBIOSAttributeCurrentValue(const pldm_msg* request,
H A Dbios.cpp109 return this->setBIOSAttributeCurrentValue(request, payloadLength); in Handler()
343 Response Handler::setBIOSAttributeCurrentValue(const pldm_msg* request, in setBIOSAttributeCurrentValue() function in pldm::responder::bios::Handler
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp982 auto setBIOSAttributeCurrentValue = bios->add_subcommand( in registerCommand() local
985 "bios", "SetBIOSAttributeCurrentValue", setBIOSAttributeCurrentValue)); in registerCommand()