Home
last modified time | relevance | path

Searched refs:handle2 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c35 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 Defi_selftest_hii.c159 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 Defi_selftest_devicepath.c16 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/linux/drivers/atm/
H A Dnicstar.c942 struct sk_buff *handle1, *handle2; in push_rxbufs() local
949 handle2 = NULL; in push_rxbufs()
972 handle2 = card->sm_handle; in push_rxbufs()
986 handle2 = card->lg_handle; in push_rxbufs()
1002 skb_unlink(handle2, &card->sbpool.queue); in push_rxbufs()
1003 dev_kfree_skb_any(handle2); in push_rxbufs()
1012 skb_unlink(handle2, &card->lbpool.queue); in push_rxbufs()
1013 dev_kfree_skb_any(handle2); in push_rxbufs()
1023 id2 = idr_alloc(&card->idr, handle2, 0, 0, GFP_ATOMIC); in push_rxbufs()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp617 uint32_t handle2 = 23; in TEST() local
618 EXPECT_EQ(pldm_pdr_add(repo, data.data(), data.size(), false, 1, &handle2), in TEST()
635 EXPECT_NE(handle2, pldm_pdr_get_record_handle(repo, rec1)); in TEST()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h2327 uint32_t handle2; member