/openbmc/linux/tools/perf/tests/attr/ |
D | README |
|
/openbmc/libpldm/src/dsp/ |
H A D | pdr.c | 40 pldm_pdr_record *record); 43 static int pldm_pdr_remove_record(pldm_pdr *repo, pldm_pdr_record *record, 48 const pldm_pdr_record *record) in get_next_record_handle() argument 50 if (record == repo->last) { in get_next_record_handle() 53 return record->next->record_handle; in get_next_record_handle() 79 pldm_pdr_record *record = malloc(sizeof(pldm_pdr_record)); in pldm_pdr_add() local 80 if (!record) { in pldm_pdr_add() 85 record->data = malloc(size); in pldm_pdr_add() 86 if (!record->data) { in pldm_pdr_add() 87 free(record); in pldm_pdr_add() [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
D | jitdump-specification.txt |
|
D | perf-daemon.txt |
|
D | tips.txt |
|
D | perf-timechart.txt |
|
/openbmc/u-boot/include/ |
H A D | s_record.h | 9 * Motorola S-Record Format: 14 * an S4-record containing an address and a symbol. 16 * The extended S-record standard is as follows: 24 * is the record type. Where: 26 * 0 starting record (optional) 27 * 1 data record with 16-bit address 28 * 2 data record with 24-bit address 29 * 3 data record with 32-bit address 30 * 4 symbol record (LSI extension) 33 * 7 ending record for S3 records [all …]
|
/openbmc/linux/sound/usb/6fire/ |
D | firmware.c |
|
/openbmc/linux/tools/firmware/ |
D | ihex2fw.c |
|
/openbmc/linux/tools/perf/tests/shell/ |
D | record.sh |
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | entity-example.md | 29 # This record has: 33 # Entity Record id is the key 39 # A record can have contained entities as a four entry list or as upto 40 # two ranges of entity instances; this record has contained entities 44 # entities within a container entity; this record is not linked 63 # This record has contained entities as a four entry list 65 # This record is linked with the below record; this record and the 66 # below record have the same container entity Id and container entity 81 # This record has contained entities as a four entry list 83 # This record is linked with the above record; this record and the [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | pdr.h | 19 * opaque structure that acts as a handle to a PDR record 64 /** @brief Add a PDR record to a PDR repository, or return an error 67 * @param[in] data - pointer to a PDR record, pointing to a PDR definition as 69 * @param[in] size - size of input PDR record in bytes 71 * @param[in] terminus_handle - terminus handle of the input PDR record 72 * @param[in,out] record_handle - record handle of input PDR record. If this is set to 0 then a 73 * record handle is computed. The computed handle is assigned to both the PDR record and back into 77 * allocation fails, or -EOVERFLOW if a record handle could not be allocated 83 /** @brief Get record handle of a PDR record 86 * @pre record must point to a valid object [all …]
|
H A D | fru.h | 42 /** @brief FRU record types 86 uint8_t fru_data_major_version; //!< The major version of the FRU Record 87 uint8_t fru_data_minor_version; //!< The minor version of the FRU Record 88 uint32_t fru_table_maximum_size; //!< The size of the largest FRU Record data 89 uint32_t fru_table_length; //!< The total length of the FRU Record Table 91 //!< Record Data structures 93 uint32_t checksum; //!< The integrity checksum on the FRU Record Table data 98 * Structure representing PLDM get FRU record table request. 107 * Structure representing PLDM get FRU record table response. 155 * Structure representing the FRU record data format [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | PhysicalContext_v1.xml | 42 <Record> 45 </Record> 53 <Record> 56 </Record> 79 <Record> 82 </Record> 93 <Record> 96 </Record> 104 <Record> 107 </Record> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | PhysicalContext_v1.xml | 42 <Record> 45 </Record> 53 <Record> 56 </Record> 79 <Record> 82 </Record> 93 <Record> 96 </Record> 104 <Record> 107 </Record> [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | ipz_parser.hpp | 125 * @brief Check ECC of a record. 130 * @param[in] iterator - Iterator to the record. 136 * @brief API to read VTOC record. 138 * The API reads VTOC record and returns the length of PT keyword. 149 * @brief API to read PT record. 153 * @param[in] itrToPT - Iterator to PT record in VPD vector. 154 * @param[in] ptLength - length of the PT record. 155 * @return Pair of list of record's offset and a list of invalid 173 * @brief API to read keyword and its value under a record. 175 * @param[in] iterator - pointer to the start of keywords under the record. [all …]
|
/openbmc/linux/tools/perf/util/arm-spe-decoder/ |
D | arm-spe-decoder.c |
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_ekanalyzer.c | 63 * Mfg.ID, 1 byte of Picmg record Id, and 162 { 0x04, "Backplane Point to Point Connectivity Record" }, 163 { 0x10, "Address Table Record" }, 164 { 0x11, "Shelf Power Distribution Record" }, 165 { 0x12, "Shelf Activation and Power Management Record" }, 166 { 0x13, "Shelf Manager IP Connection Record" }, 167 { 0x14, "Board Point to Point Connectivity Record" }, 168 { 0x15, "Radial IPMB-0 Link Mapping Record" }, 169 { 0x16, "Module Current Requirements Record" }, 170 { 0x17, "Carrier Activation and Power Management Record" }, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | msg.py | 82 def format(self, record): argument 83 record.levelname = self.getLevelName(record.levelno) 84 if record.levelno == self.PLAIN: 85 msg = record.getMessage() 88 record = self.colorize(record) 89 msg = logging.Formatter.format(self, record) 90 if hasattr(record, 'bb_exc_formatted'): 91 msg += '\n' + ''.join(record.bb_exc_formatted) 94 def colorize(self, record): argument 95 color = self.COLORS[record.levelno] [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_inband_sdr.robot | 23 Verify Get SDR For Maximum Record Via IPMI 24 [Documentation] Verify Get SDR for each and every record one by one via IPMI lanplus. 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 30 # Validate each and every record till the last record. 31 FOR ${record} IN RANGE 0 ${record_count} 32 # Convert number to hexadecimal record ID. 33 ${recordhex}= Convert To Hex ${record} length=4 lowercase=yes 42 # If the record ID reaches the last data available, the next record ID will be ff ff. 43 # eg, If total record ID available is 115, record IDs : 0 - 114, [all …]
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | log_device_inventory.cpp | 10 void logDeviceAdded(const nlohmann::json& record) in logDeviceAdded() argument 16 if (!deviceHasLogging(record)) in logDeviceAdded() 20 auto findType = record.find("Type"); in logDeviceAdded() 22 record.find("xyz.openbmc_project.Inventory.Decorator.Asset"); in logDeviceAdded() 29 if (findType != record.end()) in logDeviceAdded() 33 if (findAsset != record.end()) in logDeviceAdded() 55 auto findName = record.find("Name"); in logDeviceAdded() 56 if (findName != record.end()) in logDeviceAdded() 68 void logDeviceRemoved(const nlohmann::json& record) in logDeviceRemoved() argument 70 if (!deviceHasLogging(record)) in logDeviceRemoved() [all …]
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
D | vbva_base.c |
|
/openbmc/qemu/tests/migration-stress/guestperf/ |
H A D | plot.py | 93 for record in report._guest_timings._records: 94 if record._value > maxvalue: 95 maxvalue = record._value 102 for record in report._qemu_timings._records: 104 cpudelta = (record._value - oldvalue) / 1000.0 105 timedelta = record._timestamp - oldtime 111 oldvalue = record._value 112 oldtime = record._timestamp 123 for record in report._guest_timings._records: 125 report._progress_history[progress_idx + 1]._now < record._timestamp): [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
D | config.h |
|
/openbmc/pldm/libpldmresponder/ |
H A D | pdr_utils.hpp | 58 * PDR entry structure that acts as a PDR record structure in the PDR 139 /** @brief Add a PDR record to a PDR repository 143 * @return uint32_t - record handle assigned to PDR record 147 /** @brief Get the first PDR record from a PDR repository 151 * @return opaque pointer acting as PDR record handle, will be NULL if 152 * record was not found 156 /** @brief Get the next PDR record from a PDR repository 158 * @param[in] currRecord - opaque pointer acting as a PDR record handle 161 * @return opaque pointer acting as PDR record handle, will be NULL if 162 * record was not found [all …]
|