Home
last modified time | relevance | path

Searched refs:check_image (Results 1 – 6 of 6) sorted by relevance

/devicemodel/core/
A Dsw_load_ovmf.c116 if (check_image(ovmf_code_path, OVMF_CODE_SZ_LIMIT, in acrn_parse_ovmf()
125 if (check_image(ovmf_vars_path, OVMF_VARS_SZ_LIMIT, in acrn_parse_ovmf()
133 if (check_image(ovmf_path, OVMF_SZ_LIMIT, &ovmf_size) != 0) in acrn_parse_ovmf()
195 if (check_image(path, size_limit, &cur_size) != 0) { in acrn_prepare_ovmf()
A Dsw_load_vsbl.c132 if (check_image(guest_part_info_path, 0, &guest_part_info_size) == 0) { in acrn_parse_guest_part_info()
195 if (check_image(vsbl_path, 8 * MB, &vsbl_size) == 0) { in acrn_parse_vsbl()
A Dsw_load_bzimage.c129 if (check_image(kernel_path, 0, &kernel_size) != 0){ in acrn_parse_kernel()
150 if (check_image(ramdisk_path, 0, &ramdisk_size) != 0){ in acrn_parse_ramdisk()
A Dsw_load_common.c135 check_image(char *path, size_t size_limit, size_t *size) in check_image() function
A Dsw_load_elf.c103 if (check_image(elf_path, 0, &elfsz) == 0) { in acrn_parse_elf()
/devicemodel/include/
A Dsw_load.h73 int check_image(char *path, size_t size_limit, size_t *size);

Completed in 7 milliseconds