Home
last modified time | relevance | path

Searched refs:handle1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_manageprotocols.c34 static efi_handle_t handle1; variable
84 ret = boottime->install_protocol_interface(&handle1, &guid3, in setup()
91 if (!handle1) { in setup()
95 handle = handle1; in setup()
103 if (handle != handle1) { in setup()
113 if (!handle2 || handle1 == handle2) { in setup()
172 ret = find_in_buffer(handle1, count, buffer); in execute()
231 ret = find_in_buffer(handle1, count, buffer); in execute()
259 ret = find_in_buffer(handle1, count, buffer); in execute()
315 ret = find_in_buffer(handle1, count, buffer); in execute()
[all …]
H A Defi_selftest_hii.c167 NULL, &handle1); in test_hii_database_list_package_lists()
168 if (ret != EFI_SUCCESS || !handle1) { in test_hii_database_list_package_lists()
321 if (handle1) { in test_hii_database_list_package_lists()
323 hii_database_protocol, handle1); in test_hii_database_list_package_lists()
397 NULL, &handle1); in test_hii_database_find_keyboard_layouts()
398 if (ret != EFI_SUCCESS || !handle1) { in test_hii_database_find_keyboard_layouts()
444 if (handle1) { in test_hii_database_find_keyboard_layouts()
446 hii_database_protocol, handle1); in test_hii_database_find_keyboard_layouts()
482 NULL, &handle1); in test_hii_database_get_keyboard_layout()
541 if (handle1) { in test_hii_database_get_keyboard_layout()
[all …]
H A Defi_selftest_devicepath.c15 static efi_handle_t handle1; variable
139 ret = boottime->install_protocol_interface(&handle1, in setup()
147 ret = boottime->install_protocol_interface(&handle1, in setup()
194 ret = boottime->uninstall_protocol_interface(handle1, in teardown()
201 ret = boottime->uninstall_protocol_interface(handle1, in teardown()
/openbmc/linux/drivers/atm/
H A Dnicstar.c942 struct sk_buff *handle1, *handle2; in push_rxbufs() local
951 handle1 = skb; in push_rxbufs()
978 card->sm_handle = handle1; in push_rxbufs()
992 card->lg_handle = handle1; in push_rxbufs()
1000 skb_unlink(handle1, &card->sbpool.queue); in push_rxbufs()
1001 dev_kfree_skb_any(handle1); in push_rxbufs()
1010 skb_unlink(handle1, &card->lbpool.queue); in push_rxbufs()
1011 dev_kfree_skb_any(handle1); in push_rxbufs()
1019 id1 = idr_alloc(&card->idr, handle1, 0, 0, GFP_ATOMIC); in push_rxbufs()
/openbmc/libpldm/tests/dsp/
H A Dpdr.cpp613 uint32_t handle1 = 0; in TEST() local
614 EXPECT_EQ(pldm_pdr_add(repo, data.data(), data.size(), false, 1, &handle1), in TEST()
633 EXPECT_NE(handle1, pldm_pdr_get_record_handle(repo, rec1)); in TEST()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h2315 uint32_t handle1; /* System handle. */ member
H A Dqla_iocb.c3237 ct_iocb->handle1 = sp->handle; in qla2x00_ct_iocb()