Home
last modified time | relevance | path

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

12345678910>>...15

/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.hpp119 std::optional<Table> getBIOSTable(pldm_bios_table_types tableType);
130 int setBIOSTable(uint8_t tableType, const Table& table,
282 std::optional<Table> buildAndStoreStringTable();
290 void buildAndStoreAttrTables(const Table& stringTable);
296 void storeTable(const fs::path& path, const Table& table);
302 std::optional<Table> loadTable(const fs::path& path);
323 const std::optional<Table>& attrTable,
324 const std::optional<Table>& stringTable);
344 const pldm_bios_attr_table_entry* attrEntry, Table& stringTable);
350 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_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()
556 void BIOSConfig::buildAndStoreAttrTables(const Table& stringTable) in buildAndStoreAttrTables()
591 Table attrTable, attrValueTable; in buildAndStoreAttrTables()
625 std::optional<Table> BIOSConfig::buildAndStoreStringTable() in buildAndStoreStringTable()
649 Table table; in buildAndStoreStringTable()
660 void BIOSConfig::storeTable(const fs::path& path, const Table& table) in storeTable()
[all …]
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()
/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;
/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.json42 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
46 # lower bits include some flags. See CXL r3.0 Table 8-43 General
50 # information. See CXL r3.0 Table 8-43 General Media Event
53 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-43
58 # to occur. See CXL r3.0 Table 8-43 General Media Event Record,
93 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
97 # lower bits include some flags. See CXL r3.0 Table 8-44 DRAM
101 # information. See CXL r3.0 Table 8-44 DRAM Event Record, Memory
104 # @type: Type of memory event that occurred. See CXL r3.0 Table 8-44
108 # 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> in displayEnumValueByIndex()
456 using Table = std::vector<uint8_t>; global() typedef in pldmtool::bios::GetBIOSTable
[all...]
/openbmc/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst28 Table Usage for ARMv8 Linux
32 **Arm Error Source Table**
39 **Arm Generic diagnostic Dump and Reset Device Interface Table**
46 **Arm Performance Monitoring Table**
53 **Boot Error Record Table**
66 **Boot Graphics Resource Table**
73 **CXL Early Discovery Table**
88 **Core System Resources Table**
107 **Differentiated System Description Table**
129 **Embedded Controller Description Table**
[all …]
H A Darm-acpi.rst153 Description Table). The XSDT in turn provides the addresses to all other
157 The ACPI core will ignore any provided RSDT (Root System Description Table).
162 (Fixed ACPI Description Table). Any 32-bit address fields in the FADT will
177 - XSDT (eXtended System Description Table), section 5.2.8
179 - FADT (Fixed ACPI Description Table), section 5.2.9
181 - DSDT (Differentiated System Description Table), section
184 - MADT (Multiple APIC Description Table), section 5.2.12
186 - GTDT (Generic Timer Description Table), section 5.2.24
188 - PPTT (Processor Properties Topology Table), section 5.2.30
190 - DBG2 (DeBuG port table 2), section 5.2.6, specifically Table 5-6.
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp593 class Table class
696 constexpr explicit Table(const char i_fillCharacter = ' ', in Table() function in vpd::utils::Table
703 Table(const Table&) = delete;
704 Table operator=(const Table&) = delete;
705 Table(const Table&&) = delete;
706 Table operator=(const Table&&) = delete;
708 ~Table() = default;
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmscc-phy-vsc8531.txt5 in the first row of Table 1 (below).
20 must be specified. Table 1 lists the
24 Ref: Table:1 - Edge rate change (below).
38 Table: 1 - Edge rate change
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst91 1. Table load
94 #. Table clear
97 1. Table load:
180 dm_version_str := As described in the 'Table load' section above.
181 device_metadata := As described in the 'Table load' section above.
219 dm_version_str := As described in the 'Table load' section above.
221 … The format is same as 'device_metadata' described in the 'Table load' section above.
223 … The format is same as 'device_metadata' described in the 'Table load' section above.
247 4. Table clear:
259 dm_version_str := As described in the 'Table load' section above.
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D-bmc-gbmcbr.network.in18 Table=main
22 Table=main

12345678910>>...15