Searched refs:disk_handle (Results 1 – 1 of 1) sorted by relevance
176 static efi_handle_t disk_handle; variable200 &disk_handle, &block_io_protocol_guid, in setup()229 ret = boottime->install_protocol_interface(&disk_handle, in setup()249 if (disk_handle) { in teardown()250 r = boottime->uninstall_protocol_interface(disk_handle, in teardown()258 disk_handle, &block_io_protocol_guid, in teardown()317 ret = boottime->connect_controller(disk_handle, NULL, NULL, 1); in execute()
Completed in 3 milliseconds