Searched refs:attr_type (Results 1 – 12 of 12) sorted by relevance
| /openbmc/libpldm/src/dsp/ |
| H A D | bios_table.c | 147 uint8_t attr_type, in attr_table_entry_encode_header() argument 164 attr_entry->attr_type = attr_type; in attr_table_entry_encode_header() 181 return entry->attr_type; in pldm_bios_table_attr_entry_decode_attribute_type() 211 uint8_t attr_type = info->read_only ? PLDM_BIOS_ENUMERATION_READ_ONLY : in pldm_bios_table_attr_entry_enum_encode() local 213 int rc = attr_table_entry_encode_header(entry, entry_length, attr_type, in pldm_bios_table_attr_entry_enum_encode() 246 ATTR_TYPE_EXPECT(entry->attr_type, PLDM_BIOS_ENUMERATION); in pldm_bios_table_attr_entry_enum_decode_pv_num() 259 ATTR_TYPE_EXPECT(entry->attr_type, PLDM_BIOS_ENUMERATION); in pldm_bios_table_attr_entry_enum_decode_def_num() 272 ATTR_TYPE_EXPECT(entry->attr_type, PLDM_BIOS_ENUMERATION); in pldm_bios_table_attr_entry_enum_decode_pv_hdls() 390 uint8_t attr_type = info->read_only ? PLDM_BIOS_STRING_READ_ONLY : in pldm_bios_table_attr_entry_string_encode() local 392 int rc = attr_table_entry_encode_header(entry, entry_length, attr_type, in pldm_bios_table_attr_entry_string_encode() [all …]
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | bios_table_iter.c | 33 entries[0].attr_type = PLDM_BIOS_PASSWORD; in main() 34 entries[1].attr_type = PLDM_BIOS_STRING_READ_ONLY; in main()
|
| H A D | bios_table.cpp | 130 entry->attr_type = PLDM_BIOS_STRING; in TEST() 244 entry->attr_type = PLDM_BIOS_INTEGER; in TEST() 605 entry->attr_type = PLDM_BIOS_ENUMERATION_READ_ONLY; in TEST() 688 entry->attr_type = PLDM_BIOS_STRING_READ_ONLY; in TEST() 762 entry->attr_type = PLDM_BIOS_INTEGER_READ_ONLY; in TEST() 892 firstEntry->attr_type = PLDM_BIOS_PASSWORD; in TEST() 1155 attr_entry->attr_type = PLDM_BIOS_PASSWORD; in TEST()
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | bios_table.h | 490 uint8_t attr_type, uint8_t count, const uint8_t *handles); 535 uint8_t attr_type, uint16_t str_length, const char *string); 565 uint8_t attr_type,
|
| H A D | bios.h | 56 uint8_t attr_type; member 68 uint8_t attr_type; member
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | pldm_utils.py | 103 def GetBIOSStrAndIntAttributeHandles(attr_type, attr_val_table_data): argument 133 if attr_type == "BIOSInteger": 135 if attr_type == "BIOSString":
|
| /openbmc/pldm/libpldmresponder/ |
| H A D | bios_string_attribute.cpp | 168 entry->attr_type = 1; in generateAttributeEntry()
|
| H A D | bios_integer_attribute.cpp | 232 entry->attr_type = 3; in generateAttributeEntry()
|
| H A D | bios_enum_attribute.cpp | 278 entry->attr_type = 0; in generateAttributeEntry()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_bios_cmd.cpp | 807 auto attrType = attrEntry->attr_type; in exec()
|
| /openbmc/libpldm/abi/x86_64/ |
| H A D | gcc.dump | 2031 'name' => 'attr_type', 2072 'name' => 'attr_type', 2158 'name' => 'attr_type', 11157 'name' => 'attr_type', 11192 'name' => 'attr_type',
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 5494 my $attr_type = $2;
|