Searched refs:handle2 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_manageprotocols.c | 35 static efi_handle_t handle2; variable 107 ret = boottime->install_multiple_protocol_interfaces(&handle2, in setup() 113 if (!handle2 || handle1 == handle2) { in setup() 177 ret = find_in_buffer(handle2, count, buffer); in execute() 202 handle2, in execute() 236 ret = find_in_buffer(handle2, count, buffer); in execute() 264 ret = find_in_buffer(handle2, count, buffer); in execute() 293 handle2, in execute()
|
| H A D | efi_selftest_hii.c | 159 efi_hii_handle_t handle1 = NULL, handle2 = NULL, *handles; in test_hii_database_list_package_lists() local 176 NULL, &handle2); in test_hii_database_list_package_lists() 177 if (ret != EFI_SUCCESS || !handle2) { in test_hii_database_list_package_lists() 328 if (handle2) { in test_hii_database_list_package_lists() 330 hii_database_protocol, handle2); in test_hii_database_list_package_lists() 388 efi_hii_handle_t handle1 = NULL, handle2 = NULL; in test_hii_database_find_keyboard_layouts() local 406 NULL, &handle2); in test_hii_database_find_keyboard_layouts() 407 if (ret != EFI_SUCCESS || !handle2) { in test_hii_database_find_keyboard_layouts() 451 if (handle2) { in test_hii_database_find_keyboard_layouts() 453 hii_database_protocol, handle2); in test_hii_database_find_keyboard_layouts() [all …]
|
| H A D | efi_selftest_devicepath.c | 16 static efi_handle_t handle2; variable 155 ret = boottime->install_protocol_interface(&handle2, in setup() 163 ret = boottime->install_protocol_interface(&handle2, in setup() 208 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 215 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 370 if (handle != handle2) { in execute()
|
| /openbmc/libpldm/tests/dsp/ |
| H A D | pdr.cpp | 696 uint32_t handle2 = 23; in TEST() local 697 EXPECT_EQ(pldm_pdr_add(repo, data.data(), data.size(), false, 1, &handle2), in TEST() 714 EXPECT_NE(handle2, pldm_pdr_get_record_handle(repo, rec1)); in TEST()
|