Searched refs:loaded_image (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dstub.c30 EFI_LOADED_IMAGE *loaded_image; local
53 err = uefi_call_wrapper(BS->OpenProtocol, 6, image, &LoadedImageProtocol, (VOID **)&loaded_image,
61 root_dir = LibOpenRoot(loaded_image->DeviceHandle);
68 loaded_image_path = DevicePathToStr(loaded_image->FilePath);
84 cmdline = (CHAR8 *)(loaded_image->ImageBase + addrs[0]);
89 if (!secure && loaded_image->LoadOptionsSize > 0) {
94 options = (CHAR16 *)loaded_image->LoadOptions;
95 cmdline_len = (loaded_image->LoadOptionsSize / sizeof(CHAR16)) * sizeof(CHAR8);
103 if (disk_get_part_uuid(loaded_image->DeviceHandle, uuid) == EFI_SUCCESS)
107 graphics_splash((UINT8 *)((UINTN)loaded_image
[all...]
H A Dboot.c1495 static VOID config_entry_add_linux( Config *config, EFI_LOADED_IMAGE *loaded_image, EFI_FILE *root_dir) { argument
1584 entry = config_entry_add_loader(config, loaded_image->DeviceHandle, LOADER_LINUX, conf, 'l', os_name, path);
1636 EFI_LOADED_IMAGE *loaded_image; local
1638 err = uefi_call_wrapper(BS->OpenProtocol, 6, image, &LoadedImageProtocol, (VOID **)&loaded_image,
1645 loaded_image->LoadOptions = options;
1646 loaded_image->LoadOptionsSize = (StrLen(loaded_image->LoadOptions)+1) * sizeof(CHAR16);
1696 EFI_LOADED_IMAGE *loaded_image; local
1716 err = uefi_call_wrapper(BS->OpenProtocol, 6, image, &LoadedImageProtocol, (VOID **)&loaded_image,
1725 if (disk_get_part_uuid(loaded_image
[all...]

Completed in 27 milliseconds