Searched refs:handle3 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath.c | 17 static efi_handle_t handle3; variable 171 ret = boottime->install_protocol_interface(&handle3, in setup() 222 ret = boottime->uninstall_protocol_interface(handle3, in teardown()
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 697 uint32_t handle3 = 77; in TEST() local 698 EXPECT_EQ(pldm_pdr_add(repo, data.data(), data.size(), false, 1, &handle3), in TEST() 713 EXPECT_EQ(handle3, pldm_pdr_get_record_handle(repo, rec1)); in TEST()
|