Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 192) sorted by relevance

12345678

/openbmc/ibm-logging/
H A Dpolicy_table.hpp44 class Table class
47 Table() = delete;
48 ~Table() = default;
49 Table(const Table&) = default;
50 Table& operator=(const Table&) = default;
51 Table(Table&&) = default;
52 Table& operator=(Table&&) = default;
59 explicit Table(const std::string& jsonFile);
H A Dpolicy_table.cpp34 Table::Table(const std::string& jsonFile) in Table() function in ibm::logging::policy::Table
47 void Table::load(const std::string& jsonFile) in load()
81 FindResult Table::find(const std::string& error, in find()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.hpp21 using Table = std::vector<uint8_t>; typedef
62 void store(const Table& table);
109 BIOSStringTable(const Table& stringTable);
134 Table stringTable;
144 void appendPadAndChecksum(Table& table);
167 const pldm_bios_string_table_entry* constructEntry(Table& table,
196 const pldm_bios_attr_table_entry* findByHandle(const Table& table,
204 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table,
232 Table& table, pldm_bios_table_attr_entry_string_info* info);
252 Table& table, pldm_bios_table_attr_entry_integer_info* info);
[all …]
H A Dbios_config.hpp99 std::optional<Table> getBIOSTable(pldm_bios_table_types tableType);
110 int setBIOSTable(uint8_t tableType, const Table& table,
272 std::optional<Table> buildAndStoreStringTable();
280 void buildAndStoreAttrTables(const Table& stringTable);
286 void storeTable(const fs::path& path, const Table& table);
292 std::optional<Table> loadTable(const fs::path& path);
313 const std::optional<Table>& attrTable,
314 const std::optional<Table>& stringTable);
334 const pldm_bios_attr_table_entry* attrEntry, Table& stringTable);
340 int checkAttributeTable(const Table& table);
[all …]
H A Dbios_table.cpp35 void BIOSTable::store(const Table& table) in store()
50 BIOSStringTable::BIOSStringTable(const Table& stringTable) : in BIOSStringTable()
84 void appendPadAndChecksum(Table& table) in appendPadAndChecksum()
109 const pldm_bios_string_table_entry* constructEntry(Table& table, in constructEntry()
134 const pldm_bios_attr_table_entry* findByHandle(const Table& table, in findByHandle()
141 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table, in findByStringHandle()
149 Table& table, pldm_bios_table_attr_entry_string_info* info) in constructStringEntry()
169 Table& table, pldm_bios_table_attr_entry_integer_info* info) in constructIntegerEntry()
223 Table& table, pldm_bios_table_attr_entry_enum_info* info) in constructEnumEntry()
299 Table& table, uint16_t attrHandle, uint8_t attrType, const std::string& str) in constructStringEntry()
[all …]
H A Dbios_integer_attribute.hpp49 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
50 Table& attrValueTable,
61 Table& attrValueEntry) override;
63 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_string_attribute.hpp72 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
73 Table& attrValueTable,
84 Table& attrValueEntry) override;
86 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_attribute.hpp64 const BIOSStringTable& stringTable, Table& attrTable,
65 Table& attrValueTable,
77 virtual int updateAttrVal(Table& newValue, uint16_t attrHdl,
88 Table& attrValueEntry) = 0;
H A Dbios_enum_attribute.hpp53 void constructEntry(const BIOSStringTable& stringTable, Table& attrTable,
54 Table& attrValueTable,
65 Table& attrValueEntry) override;
67 int updateAttrVal(Table& newValue, uint16_t attrHdl, uint8_t attrType,
H A Dbios_string_attribute.cpp101 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
138 int BIOSStringAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
158 Table& attrValueEntry) in generateAttributeEntry()
H A Dbios_config.cpp117 std::optional<Table> BIOSConfig::getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
197 int BIOSConfig::checkAttributeTable(const Table& table) in checkAttributeTable()
272 int BIOSConfig::checkAttributeValueTable(const Table& table) in checkAttributeValueTable()
353 [](uint16_t handle, const Table& table) -> std::string { in checkAttributeValueTable()
557 void BIOSConfig::buildAndStoreAttrTables(const Table& stringTable) in buildAndStoreAttrTables()
592 Table attrTable, attrValueTable; in buildAndStoreAttrTables()
626 std::optional<Table> BIOSConfig::buildAndStoreStringTable() in buildAndStoreStringTable()
650 Table table; in buildAndStoreStringTable()
661 void BIOSConfig::storeTable(const fs::path& path, const Table& table) in storeTable()
[all …]
H A Dbios_integer_attribute.cpp106 const BIOSStringTable& stringTable, Table& attrTable, Table& attrValueTable, in constructEntry()
212 int BIOSIntegerAttribute::updateAttrVal(Table& newValue, uint16_t attrHdl, in updateAttrVal()
224 Table& attrValueEntry) in generateAttributeEntry()
/openbmc/phosphor-net-ipmid/
H A Dcommand_table.hpp210 class Table class
217 explicit Table(const Private&) {} in Table() function in command::Table
218 Table() = delete;
219 ~Table() = default;
222 Table(const Table&) = delete;
223 Table& operator=(const Table&) = delete;
224 Table(Table&&) = default;
225 Table& operator=(Table&&) = default;
232 static Table& get() in get()
234 static std::shared_ptr<Table> ptr = nullptr; in get()
[all …]
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.hpp87 class Table class
97 Table(const struct mbox_context* ctx);
99 Table(const Table&) = delete;
100 Table& operator=(const Table&) = delete;
101 Table(Table&&) = delete;
102 Table& operator=(Table&&) = delete;
103 ~Table() = default;
344 openpower::virtual_pnor::partition::Table* table;
/openbmc/hiomapd/vpnor/
H A Dtable.hpp97 class Table class
107 Table(const struct backend* be);
109 Table(const Table&) = delete;
110 Table& operator=(const Table&) = delete;
111 Table(Table&&) = delete;
112 Table& operator=(Table&&) = delete;
113 ~Table() = default;
354 openpower::virtual_pnor::partition::Table* table;
H A Dtable.cpp33 Table::Table(const struct backend* be) : in Table() function in openpower::virtual_pnor::partition::Table
42 void Table::prepareHeader() in prepareHeader()
55 inline void Table::allocateMemory(const fs::path& tocFile) in allocateMemory()
79 void Table::preparePartitions(const struct vpnor_data* priv) in preparePartitions()
166 const pnor_partition& Table::partition(size_t offset) const in partition()
192 const pnor_partition& Table::partition(const std::string& name) const in partition()
/openbmc/libpldm/docs/oem/meta/
H A Dfile-io.md5 ### Table 1. Read Request
10 …field is a read option is used to identify the read file option. <br> See Table 3 for the option. …
12 …ent reading information according to different ReadOption. <br> See Table 4 and Table 5 for detail…
14 ### Table 2. Read response
19 …ferent reading response according to different ReadOption. <br> See Table 6 and Table 7 for detail…
21 ### Table 3. Option of message type
28 ### Table 4. ReadInfo Definition when ReadOption is ReadFileAttribute in message type
34 ### Table 5. ReadInfo Definition when ReadOption is ReadFileData in message type
41 ### Table 6. ReadResponse Definition when ReadOption is ReadFileAttribute in message type
48 ### Table 7. ReadResponse Definition when ReadOption is ReadFileData in message type
/openbmc/pldm/libpldmresponder/test/
H A Dmocked_bios.hpp19 void checkHeader(const pldm::responder::bios::Table& attrEntry, in checkHeader()
20 const pldm::responder::bios::Table& attrValueEntry) in checkHeader()
32 void checkEntry(pldm::responder::bios::Table& entry, in checkEntry()
33 pldm::responder::bios::Table& expectedEntry) in checkEntry()
52 pldm::responder::bios::Table& expectedAttrEntry, in checkConstructEntry()
53 pldm::responder::bios::Table& expectedAttrValueEntry) in checkConstructEntry()
55 pldm::responder::bios::Table attrEntry, attrValueEntry; in checkConstructEntry()
H A Dlibpldmresponder_bios_attribute_test.cpp23 const BIOSStringTable&, Table&, Table&, in constructEntry() argument
32 int updateAttrVal(Table& /*newValue*/, uint16_t /*attrHdl*/, in updateAttrVal() argument
41 Table& /*attrValueEntry*/) override in generateAttributeEntry() argument
/openbmc/qemu/qapi/
H A Dcxl.json44 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
48 # lower bits include some flags. See CXL r3.0 Table 8-43 General
52 # information. See CXL r3.0 Table 8-43 General Media Event
55 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-43
60 # to occur. See CXL r3.0 Table 8-43 General Media Event Record,
95 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
99 # lower bits include some flags. See CXL r3.0 Table 8-44 DRAM
103 # information. See CXL r3.0 Table 8-44 DRAM Event Record, Memory
106 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-44
110 # to occur. See CXL r3.0 Table 8-44 DRAM Event Record,
[all …]
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp172 using Table = std::vector<uint8_t>; typedef in pldmtool::bios::GetBIOSTableHandler
196 std::optional<Table> getBIOSTable(pldm_bios_table_types tableType) in getBIOSTable()
238 return std::make_optional<Table>(tableData, tableData + tableSize); in getBIOSTable()
242 const std::string& name, const Table& attrTable, in findAttrEntryByName()
243 const Table& stringTable) in findAttrEntryByName()
269 const Table& attrTable, in findAttrHandleByName()
270 const Table& stringTable) in findAttrHandleByName()
295 const std::optional<Table>& stringTable, in displayStringHandle()
320 const std::optional<Table>& attrTable, in displayEnumValueByIndex()
321 const std::optional<Table>& stringTable) in displayEnumValueByIndex()
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D-bmc-gbmcbr.network.in18 Table=main
22 Table=main
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp594 class Table class
697 constexpr explicit Table(const char i_fillCharacter = ' ', in Table() function in vpd::utils::Table
704 Table(const Table&) = delete;
705 Table operator=(const Table&) = delete;
706 Table(const Table&&) = delete;
707 Table operator=(const Table&&) = delete;
709 ~Table() = default;
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.hpp20 using Table = std::vector<uint8_t>; typedef
65 Table operator()() const;
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css61 /* Table search input field */
89 /* Table controls */
160 /* Table cell notifications */
167 /* Table buttons */

12345678