Home
last modified time | relevance | path

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

12345

/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/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.robot19 [Documentation] Verify GetPDR (Platform Descpritor Record) response message.
23 # Note: Record handle count is unknown and it is dynamic in nature.
26 ${next_record_handle}= Run Keyword Verify GetPDR For Record Handle ${record_handle}
45 Verify GetPDR For Record Handle
46 [Documentation] Verify GetPDR (Platform Descpritor Record) for given input
51 # ${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/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.cpp141 Record RecordManager::createRecord(const std::vector<uint8_t>& data) in createRecord()
162 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/qemu/qapi/
H A Dcxl.json42 # @flags: Event Record Flags. See CXL r3.0 Table 8-42 Common Event
43 # Record Format, Event Record Flags for subfield definitions.
47 # Media Event Record, Physical Address.
51 # Record, Memory Event Descriptor for bit definitions.
54 # General Media Event Record, Memory Event Type for possible
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
94 # Record Format, Event Record Flags for subfield definitions.
98 # Event Record, Physical Address.
101 # information. See CXL r3.0 Table 8-44 DRAM Event Record, Memory
[all …]
H A Dreplay.json6 # = Record/replay
32 # 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/openpower-vpd-parser/vpd-manager/include/
H A Dipz_parser.hpp199 const types::Record& i_recordName, const types::Keyword& i_keywordName,
215 const types::Record& l_recordName,
252 int setKeywordValueInRecord(const types::Record& i_recordName,
H A Dtypes.hpp127 using Record = std::string; typedef
130 using IpzData = std::tuple<Record, Keyword, BinaryVector>;
134 using IpzType = std::tuple<Record, Keyword>;
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dfile-format.rst95 | Record Count |
99 | Record 1 |
103 | Record 2 |
111 | Record N |
117 | Record Length |
/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
/openbmc/linux/tools/perf/Documentation/
H A Dperf-timechart.txt87 Record only power-related events
90 Record only tasks-related events
93 Record only io-related events
110 Record system-wide timechart:
118 Record system-wide IO events:
H A Dperf-record.txt232 Record events on existing process ID (comma separated list).
236 Record events on existing thread ID (comma separated list).
242 Record events in threads owned by uid. Name or number.
296 Call Frame Information) or "lbr" (Hardware Last Branch Record
329 Record per-thread event counts. Use it with 'perf report -T' to see
334 Record the sample virtual addresses.
337 Record the sample physical addresses.
340 Record the sampled data address data page size.
343 Record the sampled code address (ip) page size
347 Record the sample timestamps. Use it with 'perf report -D' to see the
[all …]
H A Dperf-mem.txt69 Record/Report sample physical addresses
72 Record/Report sample data address page size
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersupply_readings.robot20 [Template] Verify Watts Record
63 Verify Watts Record
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp440 const types::Record& i_recordName, const types::Keyword& i_keywordName, in getKeywordValueFromRecord()
512 const types::Record& i_recordName, const types::RecordOffset& i_vtocOffset) in getRecordDetailsFromVTOC()
563 types::Record l_record; in readKeywordFromHardware()
656 const types::Record& i_recordName, const types::Keyword& i_keywordName, in setKeywordValueInRecord()
760 types::Record l_recordName; in writeKeywordOnHardware()
/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/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/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot95 Get SDR Record ID
110 ${record_id}= Get SDR Record ID

12345