Home
last modified time | relevance | path

Searched refs:Record (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/openbmc/poky/scripts/tiny/
H A Ddirsize.py17 class Record: class
19 r = Record(path)
27 r.records.append(Record.create(pathname))
44 if not isinstance(that, Record):
68 rootfs = Record.create(".")
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.hpp20 using Record = std::tuple<size_t, int64_t, int64_t, int64_t>; typedef
173 Record createRecord(const std::vector<uint8_t>& data);
193 std::deque<Record> records;
H A Drecord_manager.cpp138 Record RecordManager::createRecord(const std::vector<uint8_t>& data) in createRecord()
159 return Record{id, time, averagePower, maxPower}; in createRecord()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.hpp20 using Record = std::tuple<size_t, int64_t, int64_t, int64_t>; typedef
171 Record createRecord(const std::vector<uint8_t>& data);
191 std::deque<Record> records;
H A Drecord_manager.cpp135 Record RecordManager::createRecord(const std::vector<uint8_t>& data) in createRecord()
156 return Record{id, time, averagePower, maxPower}; in createRecord()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_discovery.robot144 Verify Existence Of BMC Record From List
154 ${resp}= Check BMC Record Exists ${bmc_list} ${openbmc_ip}
169 Verify Existence Of BMC Record From List ${service_type}
175 ... Verify Existence Of BMC Record From List ${service_type}
207 Verify Existence Of BMC Record From List ${service_type1}
208 Verify Existence Of BMC Record From List ${service_type2}
211 ... Verify Existence Of BMC Record From List ${service_type1}
214 ... Verify Existence Of BMC Record From List ${service_type2}
226 Verify Existence Of BMC Record From List ${service_type1}
227 Verify Existence Of BMC Record From List ${service_type2}
[all …]
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_platform.robot21 [Documentation] Verify GetPDR (Platform Descpritor Record) response message.
25 # Note: Record handle count is unknown and it is dynamic in nature.
28 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle}
62 Verify GetPDR For Record Handle
63 [Documentation] Verify GetPDR (Platform Descpritor Record) for given input
68 # ${record_handle} Record handle.
H A Dtest_pldm_fru.robot36 Valid Range pldm_output['Total number of Record Set Identifiers in table'] 1
61 …${fru_rec_id}= Convert To Integer ${pldm_output['Total number of Record Set Identifiers in table…
/openbmc/pldm/libpldmresponder/examples/fru/
H A DBoard_VINI.json5 // FRU Record Type - OEM FRU Record
H A DCpu_General.json5 // FRU Record Type - General FRU Record
H A DBoard_General.json5 // FRU Record Type - General FRU Record
H A DFRU_Master.json5 // FRU records are created in the FRU table. FRU Record Set PDR and Entity
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dipz_parser.hpp200 const types::Record& i_recordName, const types::Keyword& i_keywordName,
216 const types::Record& l_recordName,
253 int setKeywordValueInRecord(const types::Record& i_recordName,
H A Dtypes.hpp128 using Record = std::string; typedef
131 using IpzData = std::tuple<Record, Keyword, BinaryVector>;
135 using IpzType = std::tuple<Record, Keyword>;
216 using InvalidRecordEntry = std::pair<Record,ErrorType>;
/openbmc/qemu/qapi/
H A Dcxl.json44 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
45 # Record Format, Event Record Flags for subfield definitions.
49 # Media Event Record, Physical Address.
53 # Record, Memory Event Descriptor for bit definitions.
56 # General Media Event Record, Memory Event Type for possible
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
96 # Record Format, Event Record Flags for subfield definitions.
100 # Event Record, Physical Address.
103 # information. See CXL r3.0 Table 8-44 DRAM Event Record, Memory
[all …]
H A Dreplay.json7 # Record/replay
34 # Record/replay information.
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot23 Verify Get SDR For Maximum Record Via IPMI
27 # Gets the Total Record Count from SDR Info and the last Record entry number.
28 ${record_count} ${last_record}= Get Record Count And Last Record From SDR
212 Verify Reserve Device SDR Repository For Partial Record
225 # Record data starts from ${resp[2]}.
231 Verify Reserve Device SDR Repository For Partial Record After BMC Reboot
254 Verify Reserve Device SDR Repository Invalid Reservation ID For Partial Record
273 Verify Get Device SDR For Maximum Record Via IPMI
274 [Documentation] Verify Get Device SDR for each and every Record Via IPMI Inband.
277 # Gets the Total Record Count from SDR Info and the last Record entry number.
[all …]
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersupply_readings.robot21 [Template] Verify Watts Record
64 Verify Watts Record
/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot95 Get SDR Record ID
110 ${record_id}= Get SDR Record ID
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst4 The ACPI ERST device is utilized to support the ACPI Error Record
14 in Appendix N "Common Platform Error Record".
124 Slot Record
200 "Error Record Persistence Mechanism".
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/
H A Dgptfdisk_1.0.10.bb2 … disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
/openbmc/qemu/docs/system/
H A Dreplay.rst10 Record/replay
13 Record/replay functions are used for the deterministic replay of qemu execution.
72 Record/replay system is based on saving and replaying non-deterministic
91 of the virtual machine. Record/replay feature is enabled through ``-icount``
164 Record and replay for network interactions is performed with the network filter.
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp412 const types::Record& i_recordName, const types::Keyword& i_keywordName, in getKeywordValueFromRecord()
484 const types::Record& i_recordName, const types::RecordOffset& i_vtocOffset) in getRecordDetailsFromVTOC()
535 types::Record l_record; in readKeywordFromHardware()
629 const types::Record& i_recordName, const types::Keyword& i_keywordName, in setKeywordValueInRecord()
733 types::Record l_recordName; in writeKeywordOnHardware()
/openbmc/u-boot/arch/powerpc/dts/
H A De6500_power_isa.dtsi26 power-isa-fp.r; // Floating Point.Record
/openbmc/docs/
H A Dglossary.md36 SDR - IPMI Sensor Data Record.

123