Searched refs:attr_handle (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | bios_attr_utils.robot | 20 [Arguments] ${attr_handle} ${attr_val} ${verify}=${True} 23 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method'). 43 IF 'current' in '${attr_handle}' 46 Redfish.Patch ${BIOS_ATTR_SETTINGS_URI} body={"Attributes":{"${attr_handle}": ${value}}} 49 Run Keyword If '${verify}' == '${True}' Verify BIOS Attribute ${attr_handle} ${attr_val} 57 [Arguments] ${attr_handle} @{attr_val_list} 60 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method'). 66 Set BIOS Attribute Value And Verify ${attr_handle} ${new_attr} 73 [Arguments] ${attr_handle} ${attr_val} 76 # ${attr_handle} BIOS Attribute handle (e.g. 'vmi_if0_ipv4_method'). [all …]
|
H A D | pldm_utils.py | 96 attr_handle = re.findall( 99 attr_val_data_dict[attr_handle[0][1:-1]] = value_list 119 attr_handle = re.findall(r"\(.*?\)", item["AttributeNameHandle"]) 125 attr_val_int_dict[attr_handle[0][1:-1]] = value_dict 131 attr_val_str_dict[attr_handle[0][1:-1]] = value_dict 202 attr_handle = re.findall(r"\(.*?\)", item["AttributeNameHandle"]) 203 attr_name = attr_handle[0][1:-1] 238 attr_handle = re.findall(r"\(.*?\)", item["AttributeNameHandle"]) 239 attr_name = attr_handle[0][1:-1]
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 163 attr_entry->attr_handle = htole16(handle); in attr_table_entry_encode_header() 174 return le16toh(entry->attr_handle); in pldm_bios_table_attr_entry_decode_attribute_handle() 660 return le16toh(entry->attr_handle); in pldm_bios_table_attr_value_entry_decode_attribute_handle() 699 void *entry, size_t entry_length, uint16_t attr_handle, in pldm_bios_table_attr_value_entry_encode_enum() argument 712 table_entry->attr_handle = htole16(attr_handle); in pldm_bios_table_attr_value_entry_encode_enum() 764 void *entry, size_t entry_length, uint16_t attr_handle, in pldm_bios_table_attr_value_entry_encode_string() argument 777 table_entry->attr_handle = htole16(attr_handle); in pldm_bios_table_attr_value_entry_encode_string() 811 uint16_t attr_handle, in pldm_bios_table_attr_value_entry_encode_integer() argument 821 table_entry->attr_handle = htole16(attr_handle); in pldm_bios_table_attr_value_entry_encode_integer() 893 return le16toh(entry->attr_handle); in pldm_bios_table_attr_value_entry_decode_handle() [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | bios_table.h | 489 void *entry, size_t entry_length, uint16_t attr_handle, 534 void *entry, size_t entry_length, uint16_t attr_handle, 564 uint16_t attr_handle,
|
H A D | bios.h | 55 uint16_t attr_handle; member 67 uint16_t attr_handle; member
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_bios_attributes.robot | 214 [Arguments] ${attr_handle} @{attr_val_list} 217 # attr_handle BIOS attribute handle (e.g. pvm_system_power_off_policy). 222 ${pldm_resp}= pldmtool bios SetBIOSAttributeCurrentValue -a ${attr_handle} -d ${j} 226 ${output}= pldmtool bios GetBIOSAttributeCurrentValueByHandle -a ${attr_handle}
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 857 attrEntry->attr_handle, attrType, 1, handles.data()); in exec() 877 attrValueEntry.data(), entryLength, attrEntry->attr_handle, in exec() 896 attrValueEntry.data(), entryLength, attrEntry->attr_handle, in exec()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.cpp | 1125 entry->attr_handle = htole16(handler); in constructPendingAttribute()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 1934 'name' => 'attr_handle', 1975 'name' => 'attr_handle', 2061 'name' => 'attr_handle', 10635 'name' => 'attr_handle', 10670 'name' => 'attr_handle',
|