Home
last modified time | relevance | path

Searched refs:file_size (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/
H A Defi.c253 buffer_size = file_info->file_size; in efi_load_image()
366 unsigned long file_size = 0; in efi_load_initrd() local
379 status = efi_call_proto(lf2, load_file, dp, false, &file_size, NULL); in efi_load_initrd()
382 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, file_size, (void **)&initrd); in efi_load_initrd()
385 status = efi_call_proto(lf2, load_file, dp, false, &file_size, (void *)initrd); in efi_load_initrd()
388 initrd_size = (u32)file_size; in efi_load_initrd()
/kvm-unit-tests/lib/linux/
H A Defi.h560 uint64_t file_size; member