Home
last modified time | relevance | path

Searched refs:updateTable (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp364 std::optional<Table> updateTable(const Table& table, const void* entry,
H A Dbios_table.cpp365 std::optional<Table> updateTable(const Table& table, const void* entry, in updateTable() function
H A Dbios_config.cpp920 table::attribute_value::updateTable(*attrValueTable, entry, size); in setAttrValue()
1045 auto destTable = table::attribute_value::updateTable( in processBiosAttrChangeNotification()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js50 updateTable(tableData);
57 function updateTable(tableData) { function