Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 12 of 12) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dbios_table.c147 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 Dbios_table_iter.c33 entries[0].attr_type = PLDM_BIOS_PASSWORD; in main()
34 entries[1].attr_type = PLDM_BIOS_STRING_READ_ONLY; in main()
H A Dbios_table.cpp130 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 Dbios_table.h490 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 Dbios.h56 uint8_t attr_type; member
68 uint8_t attr_type; member
/openbmc/openbmc-test-automation/lib/
H A Dpldm_utils.py103 def GetBIOSStrAndIntAttributeHandles(attr_type, attr_val_table_data): argument
133 if attr_type == "BIOSInteger":
135 if attr_type == "BIOSString":
/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp168 entry->attr_type = 1; in generateAttributeEntry()
H A Dbios_integer_attribute.cpp232 entry->attr_type = 3; in generateAttributeEntry()
H A Dbios_enum_attribute.cpp278 entry->attr_type = 0; in generateAttributeEntry()
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp807 auto attrType = attrEntry->attr_type; in exec()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump2031 '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 Dcheckpatch.pl5494 my $attr_type = $2;