/openbmc/openbmc/poky/scripts/tiny/ |
H A D | dirsize.py | 17 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 D | test_discovery.robot | 144 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 D | test_pldm_platform.robot | 19 [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 D | test_pldm_fru.robot | 36 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 D | record_manager.hpp | 20 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 D | record_manager.cpp | 141 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 D | record_manager.hpp | 20 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 D | record_manager.cpp | 135 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 D | cxl.json | 42 # @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 D | replay.json | 6 # = Record/replay 32 # Record/replay information.
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_inband_sdr.robot | 23 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 D | ipz_parser.hpp | 199 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 D | types.hpp | 127 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 D | file-format.rst | 95 | Record Count | 99 | Record 1 | 103 | Record 2 | 111 | Record N | 117 | Record Length |
|
/openbmc/pldm/libpldmresponder/examples/fru/ |
H A D | Board_VINI.json | 5 // FRU Record Type - OEM FRU Record
|
H A D | Cpu_General.json | 5 // FRU Record Type - General FRU Record
|
H A D | Board_General.json | 5 // FRU Record Type - General FRU Record
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-timechart.txt | 87 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 D | perf-record.txt | 232 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 D | perf-mem.txt | 69 Record/Report sample physical addresses 72 Record/Report sample data address page size
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_powersupply_readings.robot | 20 [Template] Verify Watts Record 63 Verify Watts Record
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | ipz_parser.cpp | 440 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 D | acpi_erst.rst | 4 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 D | replay.rst | 10 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 D | test_ipmi_sdr.robot | 95 Get SDR Record ID 110 ${record_id}= Get SDR Record ID
|