Searched defs:szs (Results 1 - 2 of 2) sorted by relevance

/systemd/src/boot/efi/
H A Dstub.c45 UINTN szs[ELEMENTSOF(sections)-1] = {}; local
76 err = pefile_locate_sections(root_dir, loaded_image_path, sections, addrs, offs, szs);
83 if (szs[0] > 0)
86 cmdline_len = szs[0];
106 if (szs[3] > 0)
107 graphics_splash((UINT8 *)((UINTN)loaded_image->ImageBase + addrs[3]), szs[3], NULL);
111 (UINTN)loaded_image->ImageBase + addrs[2], szs[2]);
H A Dboot.c1512 UINTN szs[ELEMENTSOF(sections)-1] = {}; local
1541 err = pefile_locate_sections(linux_dir, f->FileName, sections, addrs, offs, szs);
1545 len = file_read(linux_dir, f->FileName, offs[0], szs[0], &content);
1588 len = file_read(linux_dir, f->FileName, offs[1], szs[1] - 1 , &content);

Completed in 18 milliseconds