Lines Matching refs:handler
293 struct efi_handler *handler; in efi_fs_from_path() local
312 &handler); in efi_fs_from_path()
317 return handler->protocol_interface; in efi_fs_from_path()
383 struct efi_handler *handler; in efi_disk_add_dev() local
387 ret = efi_search_protocol(parent, &efi_block_io_guid, &handler); in efi_disk_add_dev()
395 ret = efi_protocol_open(handler, &protocol_interface, NULL, in efi_disk_add_dev()
511 struct efi_handler *handler; in efi_disk_create_partitions() local
514 ret = efi_search_protocol(parent, &efi_guid_device_path, &handler); in efi_disk_create_partitions()
516 dp = handler->protocol_interface; in efi_disk_create_partitions()
648 struct efi_handler *handler; in efi_disk_is_system_part() local
655 ret = efi_search_protocol(handle, &efi_block_io_guid, &handler); in efi_disk_is_system_part()