/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_bios_config_test.cpp | 211 table::attribute::findByHandle(*attrTable, header.attrHandle); in TEST_F() 312 uint16_t attrHandle{10}; in TEST_F() local 313 attrValueEntry[0] = attrHandle & 0xff; in TEST_F() 314 attrValueEntry[1] = (attrHandle >> 8) & 0xff; in TEST_F() 336 uint16_t attrHandle{}; in TEST_F() local 344 attrHandle = header.attrHandle; in TEST_F() 349 EXPECT_NE(attrHandle, 0); in TEST_F() 358 attrValueEntry[0] = attrHandle & 0xff; in TEST_F() 359 attrValueEntry[1] = (attrHandle >> 8) & 0xff; in TEST_F() 377 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F() [all …]
|
H A D | libpldmresponder_systemspecific_bios_test.cpp | 218 table::attribute::findByHandle(*attrTable, header.attrHandle); in TEST_F() 393 uint16_t attrHandle{10}; in TEST_F() local 394 attrValueEntry[0] = attrHandle & 0xff; in TEST_F() 395 attrValueEntry[1] = (attrHandle >> 8) & 0xff; in TEST_F() 421 uint16_t attrHandle{}; in TEST_F() local 429 attrHandle = header.attrHandle; in TEST_F() 434 EXPECT_NE(attrHandle, 0); in TEST_F() 443 attrValueEntry[0] = attrHandle & 0xff; in TEST_F() 444 attrValueEntry[1] = (attrHandle >> 8) & 0xff; in TEST_F() 462 auto [attrHandle, _] = table::attribute_value::decodeHeader(entry); in TEST_F() [all …]
|
H A D | mocked_bios.hpp | 29 EXPECT_EQ(attrHeader.attrHandle, attrValueHeader.attrHandle); in checkHeader()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_table.hpp | 180 uint16_t attrHandle; member 294 uint16_t attrHandle; member 332 Table& table, uint16_t attrHandle, uint8_t attrType, 344 Table& table, uint16_t attrHandle, uint8_t attrType, uint64_t value); 355 Table& table, uint16_t attrHandle, uint8_t attrType,
|
H A D | bios_table.cpp | 128 auto attrHandle = pldm_bios_table_attr_entry_decode_attribute_handle(entry); in decodeHeader() local 131 return {attrHandle, attrType, stringHandle}; in decodeHeader() 299 Table& table, uint16_t attrHandle, uint8_t attrType, const std::string& str) in constructStringEntry() argument 307 table.data() + tableSize, entryLength, attrHandle, attrType, strLen, in constructStringEntry() 322 Table& table, uint16_t attrHandle, uint8_t attrType, uint64_t value) in constructIntegerEntry() argument 329 table.data() + tableSize, entryLength, attrHandle, attrType, value); in constructIntegerEntry() 343 Table& table, uint16_t attrHandle, uint8_t attrType, in constructEnumEntry() argument 351 table.data() + tableSize, entryLength, attrHandle, attrType, in constructEnumEntry()
|
H A D | bios_enum_attribute.cpp | 197 void BIOSEnumAttribute::populateValueDisplayNamesMap(uint16_t attrHandle) in populateValueDisplayNamesMap() argument 201 valueDisplayNamesMap[attrHandle].push_back(vdn); in populateValueDisplayNamesMap() 221 auto [attrHandle, attrType, in constructEntry() 224 populateValueDisplayNamesMap(attrHandle); in constructEntry() 246 table::attribute_value::constructEnumEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_config.cpp | 307 auto attrHandle = in checkAttributeValueTable() local 330 biosAttributes[attrHandle % biosAttributes.size()]->readOnly; in checkAttributeValueTable() 332 biosAttributes[attrHandle % biosAttributes.size()]->helpText; in checkAttributeValueTable() 334 biosAttributes[attrHandle % biosAttributes.size()]->displayName; in checkAttributeValueTable() 336 biosAttributes[attrHandle % biosAttributes.size()] in checkAttributeValueTable() 345 if (valueDisplayNamesMap.contains(attrHandle)) in checkAttributeValueTable() 348 valueDisplayNamesMap[attrHandle]; in checkAttributeValueTable() 763 auto [attrHandle, in traceBIOSUpdate() 783 auto nwVal = displayStringHandle(attrHandle, handle, attrTable, in traceBIOSUpdate() 824 auto [attrHandle, in checkAttrValueToUpdate() [all...] |
H A D | bios_string_attribute.cpp | 113 auto [attrHandle, attrType, in constructEntry() 134 table::attribute_value::constructStringEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_integer_attribute.cpp | 118 auto [attrHandle, attrType, in constructEntry() 139 table::attribute_value::constructIntegerEntry(attrValueTable, attrHandle, in constructEntry()
|
H A D | bios_enum_attribute.hpp | 95 void populateValueDisplayNamesMap(uint16_t attrHandle);
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_bios_cmd.cpp | 319 std::string displayEnumValueByIndex(uint16_t attrHandle, uint8_t index, in displayEnumValueByIndex() argument 330 attrTable->data(), attrTable->size(), attrHandle); in displayEnumValueByIndex() 355 auto attrHandle = in displayAttributeValueEntry() local 363 output["AttributeHandle"] = attrHandle; in displayAttributeValueEntry() 394 displayEnumValueByIndex(attrHandle, handles[i], in displayAttributeValueEntry() 400 attrHandle, handles[i], attrTable, stringTable); in displayAttributeValueEntry() 533 auto attrHandle = in decodeAttributeTable() local 540 attrdata["AttributeHandle"] = attrHandle; in decodeAttributeTable()
|
/openbmc/libpldm/tests/dsp/ |
H A D | bios_table.cpp | 54 auto attrHandle = pldm_bios_table_attr_entry_decode_attribute_handle(entry); in TEST() local 55 EXPECT_EQ(attrHandle, 2); in TEST() 566 auto attrHandle = in TEST() local 568 EXPECT_EQ(attrHandle, 1); in TEST()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 4 …attrHandle[t.toLowerCase()],o=r&&A.call(i.attrHandle,t.toLowerCase())?r(e,t,!h):undefined;return o… 5 …attrHandle[t]||x.find.attr;x.expr.attrHandle[t]=function(e,t,r){var i=x.expr.attrHandle[t],o=r?und… function
|
H A D | jquery-3.7.1.min.js | 2 …attrHandle[t.toLowerCase()],r=n&&ue.call(b.attrHandle,t.toLowerCase())?n(e,t,!C):void 0;return voi… property in AnonymousClass482440693401
|
H A D | jquery-3.7.1.min.map | 1 …","compare","sortDetached","expr","elements","matchesSelector","attr","attrHandle","uniqueSort","d…
|
H A D | jquery-2.0.3.min.map | 1 …","shift","markFunction","assert","div","addHandle","attrs","handler","attrHandle","siblingCheck",…
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 2 …attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void… property in AnonymousClass46742d013501 5 …rn null===a.getAttribute("value")?"on":a.value})});var mb,nb,ob=m.expr.attrHandle,pb=/^(?:checked|…
|