Lines Matching full:handle
42 * Find a handle in an array.
44 * @handle: handle to find
48 efi_status_t find_in_buffer(efi_handle_t handle, size_t count, in find_in_buffer() argument
54 if (buffer[i] == handle) in find_in_buffer()
73 * @handle: handle of the loaded image
80 efi_handle_t handle; in setup() local
92 efi_st_error("InstallProtocolInterface failed to create handle\n"); in setup()
95 handle = handle1; in setup()
103 if (handle != handle1) { in setup()
104 efi_st_error("InstallProtocolInterface failed to use handle\n"); in setup()
114 efi_st_error("InstallMultipleProtocolInterfaces failed to create handle\n"); in setup()
174 efi_st_error("LocateHandleBuffer failed to locate new handle\n"); in execute()
179 efi_st_error("LocateHandleBuffer failed to locate new handle\n"); in execute()
192 * These are the installed protocol interfaces on handle 2: in execute()
228 efi_st_error("UninstallMultipleProtocolInterfaces deleted handle\n"); in execute()
233 efi_st_error("LocateHandleBuffer failed to locate new handle\n"); in execute()
238 efi_st_error("LocateHandleBuffer failed to locate new handle\n"); in execute()
317 efi_st_error("Failed to locate new handle\n"); in execute()
328 efi_st_error("Failed to get protocols per handle\n"); in execute()
332 efi_st_error("Failed to get protocols per handle\n"); in execute()
337 efi_st_error("Failed to get protocols per handle\n"); in execute()
342 efi_st_error("Failed to get protocols per handle\n"); in execute()