Searched refs:handle2 (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_manageprotocols.c | 35 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()
|
A D | efi_selftest_hii.c | 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() 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() 491 NULL, &handle2); in test_hii_database_get_keyboard_layout() 548 if (handle2) { in test_hii_database_get_keyboard_layout() [all …]
|
A D | efi_selftest_devicepath.c | 16 static efi_handle_t handle2; variable 204 ret = boottime->install_protocol_interface(&handle2, in setup() 212 ret = boottime->install_protocol_interface(&handle2, in setup() 257 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 264 ret = boottime->uninstall_protocol_interface(handle2, in teardown() 435 if (handle != handle2) { in execute()
|
A D | efi_selftest_register_notify.c | 124 efi_handle_t handle1 = NULL, handle2 = NULL; in execute() local 188 ret = boottime->install_protocol_interface(&handle2, &guid1, in execute() 221 (handle2, &guid1, &interface1, NULL); in execute()
|
Completed in 6 milliseconds