Lines Matching refs:handle
53 void *handle = (void *)(unsigned long)image->device_handle; in efi_open_volume() local
55 status = sys_table_arg->boottime->handle_protocol(handle, in efi_open_volume()
70 efi_status_t efi_file_close(void *handle) in efi_file_close() argument
72 efi_file_handle_t *fh = handle; in efi_file_close()
74 return fh->close(handle); in efi_file_close()
78 efi_file_read(void *handle, unsigned long *size, void *addr) in efi_file_read() argument
80 efi_file_handle_t *fh = handle; in efi_file_read()
82 return fh->read(handle, size, addr); in efi_file_read()
88 efi_char16_t *filename_16, void **handle, u64 *file_sz) in efi_file_size() argument
104 *handle = h; in efi_file_size()
168 unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, in efi_entry() argument
198 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
271 status = allocate_new_fdt_and_exit_boot(sys_table, handle, in efi_entry()