Searched refs:handle1 (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_open_protocol.c | 26 static efi_handle_t handle1; variable 44 ret = boottime->install_protocol_interface(&handle1, &guid1, in setup() 51 if (!handle1) { in setup() 67 if (handle1) { in teardown() 68 ret = boottime->uninstall_protocol_interface(handle1, &guid1, in teardown() 94 ret = boottime->handle_protocol(handle1, &guid1, &interface); in execute() 103 ret = boottime->open_protocol_information(handle1, &guid1, in execute() 125 ret = boottime->open_protocol_information(handle1, &guid1, in execute() 148 ret = boottime->open_protocol(handle1, &guid1, &interface, in execute() 155 ret = boottime->open_protocol_information(handle1, &guid1, in execute() [all …]
|
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() 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 …]
|
A D | efi_selftest_register_notify.c | 124 efi_handle_t handle1 = NULL, handle2 = NULL; in execute() local 127 ret = boottime->install_protocol_interface(&handle1, &guid1, in execute() 152 ret = boottime->install_protocol_interface(&handle1, &guid2, in execute() 164 ret = boottime->reinstall_protocol_interface(handle1, &guid1, in execute() 214 (handle1, &guid1, &interface2, in execute()
|
A D | efi_selftest_hii.c | 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() 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 …]
|
A D | efi_selftest_devicepath.c | 15 static efi_handle_t handle1; variable 188 ret = boottime->install_protocol_interface(&handle1, in setup() 196 ret = boottime->install_protocol_interface(&handle1, in setup() 243 ret = boottime->uninstall_protocol_interface(handle1, in teardown() 250 ret = boottime->uninstall_protocol_interface(handle1, in teardown()
|
Completed in 7 milliseconds