Lines Matching refs:boottime
25 static struct efi_boot_services *boottime; variable
88 boottime->copy_mem(buffer, start, buffer_size); in read_blocks()
113 boottime->copy_mem(start, buffer, buffer_size); in write_blocks()
143 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
149 boottime->set_mem(buf, img.length, 0); in decompress()
158 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
191 boottime = systable->boottime; in setup()
198 ret = boottime->install_protocol_interface( in setup()
206 ret = boottime->allocate_pool(EFI_LOADER_DATA, in setup()
218 boottime->copy_mem(&vendor_node.guid, &guid_vendor, in setup()
220 boottime->copy_mem(dp, &vendor_node, in setup()
226 boottime->copy_mem((char *)dp + sizeof(struct efi_device_path_vendor), in setup()
228 ret = boottime->install_protocol_interface(&disk_handle, in setup()
249 r = boottime->uninstall_protocol_interface(disk_handle, in teardown()
256 r = boottime->uninstall_protocol_interface( in teardown()
267 r = boottime->free_pool(image); in teardown()
314 ret = boottime->connect_controller(disk_handle, NULL, NULL, 1); in execute()
321 ret = boottime->locate_handle_buffer( in execute()
330 ret = boottime->open_protocol(handles[i], &guid_device_path, in execute()
345 ret = boottime->free_pool(handles); in execute()
356 ret = boottime->open_protocol(handle_partition, in execute()
441 boottime->set_mem(buf, sizeof(buf), 0); in execute()
442 boottime->copy_mem(buf, "U-Boot", buf_size); in execute()
465 boottime->set_mem(buf, sizeof(buf), 0); in execute()