Home
last modified time | relevance | path

Searched refs:handle3 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c17 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 Dpdr.cpp700 uint32_t handle3 = 77; in TEST() local
702 pldm_pdr_add_check(repo, data.data(), data.size(), false, 1, &handle3), in TEST()
719 EXPECT_EQ(handle3, pldm_pdr_get_record_handle(repo, rec1)); in TEST()