Searched refs:handle1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_manageprotocols.c | 34 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() 96 ret = boottime->install_protocol_interface(&handle1, &guid1, in setup() 103 if (handle != handle1) { in setup() 113 if (!handle2 || handle1 == handle2) { in setup() 147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface); in execute() 156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface); in execute() 172 ret = find_in_buffer(handle1, count, buffer); in execute() [all …]
|
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 167 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() 388 efi_hii_handle_t handle1 = NULL, handle2 = NULL; in test_hii_database_find_keyboard_layouts() local 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() [all …]
|
H A D | efi_selftest_devicepath.c | 15 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 D | nicstar.c | 942 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 D | pdr.cpp | 614 uint32_t handle1 = 0; in TEST() local 615 EXPECT_EQ(pldm_pdr_add(repo, data.data(), data.size(), false, 1, &handle1), in TEST() 634 EXPECT_NE(handle1, pldm_pdr_get_record_handle(repo, rec1)); in TEST()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 2315 uint32_t handle1; /* System handle. */ member
|
H A D | qla_iocb.c | 3237 ct_iocb->handle1 = sp->handle; in qla2x00_ct_iocb()
|