Lines Matching refs:boottime
26 static struct efi_boot_services *boottime; variable
285 boottime->copy_mem(buffer, &image[priv.file_pos], *buffer_size); in read()
329 boottime->copy_mem(buffer, file_info, in getinfo()
340 boottime->copy_mem(buffer, file_system_info, in getinfo()
384 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length, in decompress()
390 boottime->set_mem(buf, img.length, 0); in decompress()
399 boottime->copy_mem(buf + addr, img.lines[i].line, len); in decompress()
423 boottime = systable->boottime; in setup()
428 ret = boottime->install_protocol_interface in setup()
435 ret = boottime->install_protocol_interface in setup()
458 ret = boottime->uninstall_protocol_interface in teardown()
466 ret = boottime->uninstall_protocol_interface in teardown()
476 ret = boottime->free_pool(image); in teardown()
497 ret = boottime->load_image(false, handle_image, &dp_file.vendor.dp, in execute()
503 ret = boottime->start_image(handle, NULL, NULL); in execute()