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

/systemd/src/boot/efi/
H A Dboot.c1496 EFI_FILE_HANDLE linux_dir; local
1500 err = uefi_call_wrapper(root_dir->Open, 5, root_dir, &linux_dir, L"\\EFI\\Linux", EFI_FILE_MODE_READ, 0ULL);
1525 err = uefi_call_wrapper(linux_dir->Read, 3, linux_dir, &bufsize, buf);
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);
1605 uefi_call_wrapper(linux_dir->Close, 1, linux_dir);

Completed in 18 milliseconds