Lines Matching refs:handler
83 struct efi_handler *handler; in efi_disk_is_removable() local
87 ret = efi_search_protocol(handle, &efi_block_io_guid, &handler); in efi_disk_is_removable()
91 io = handler->protocol_interface; in efi_disk_is_removable()
330 struct efi_handler *handler; in efi_fs_from_path() local
349 &handler); in efi_fs_from_path()
354 return handler->protocol_interface; in efi_fs_from_path()
433 struct efi_handler *handler; in efi_disk_add_dev() local
443 ret = efi_search_protocol(parent, &efi_block_io_guid, &handler); in efi_disk_add_dev()
453 ret = efi_protocol_open(handler, &protocol_interface, NULL, in efi_disk_add_dev()
646 struct efi_handler *handler; in efi_disk_create_part() local
660 ret = efi_search_protocol(parent, &efi_guid_device_path, &handler); in efi_disk_create_part()
663 dp_parent = (struct efi_device_path *)handler->protocol_interface; in efi_disk_create_part()