Home | History | Annotate | Download | only in efi_selftest

Lines Matching defs:handle1

34 static efi_handle_t handle1;
66 * handle1
84 ret = boottime->install_protocol_interface(&handle1, &guid3,
91 if (!handle1) {
95 handle = handle1;
96 ret = boottime->install_protocol_interface(&handle1, &guid1,
103 if (handle != handle1) {
113 if (!handle2 || handle1 == handle2) {
147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface);
156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface);
172 ret = find_in_buffer(handle1, count, buffer);
214 ret = find_in_buffer(handle1, count, buffer);
241 ret = find_in_buffer(handle1, count, buffer);
292 ret = find_in_buffer(handle1, count, buffer);
302 ret = boottime->protocols_per_handle(handle1,
326 ret = boottime->uninstall_protocol_interface(handle1, &guid1,
332 ret = boottime->handle_protocol(handle1, &guid1, (void **)&interface);
337 ret = boottime->uninstall_protocol_interface(handle1, &guid3,