/freebsd/stand/common/ |
H A D | metadata.c | 121 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual() 149 kfp = file_findfile(NULL, md_kerntype); in md_load_dual() 194 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual()
|
H A D | boot.c | 64 if (file_findfile(NULL, NULL) != NULL) { in command_boot() 80 if (file_findfile(NULL, NULL) == NULL) in command_boot() 88 if ((fp = file_findfile(NULL, NULL)) == NULL) { in command_boot()
|
H A D | module.c | 189 fp = file_findfile(argv[1], typestr); in command_load() 668 if ((file_findfile(NULL, NULL)) == NULL) { in file_loadraw() 861 fp = file_findfile(filename, NULL); in mod_loadkld() 902 file_findfile(const char *name, const char *type) in file_findfile() function 1011 if ((file_findfile(NULL, NULL)) == NULL) { in file_addbuf()
|
H A D | modinfo.c | 130 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in md_copymodules()
|
H A D | bootstrap.h | 272 struct preloaded_file *file_findfile(const char *name, const char *type);
|
H A D | install.c | 360 fp = file_findfile(NULL, NULL); in install()
|
H A D | load_elf_obj.c | 155 kfp = file_findfile(NULL, md_kerntype); in __elfN()
|
H A D | gfx_fb.c | 2952 if ((file_findfile(NULL, NULL)) == NULL) { in build_font_module() 2995 fp = file_findfile(NULL, md_kerntype); in build_font_module() 3031 if ((file_findfile(NULL, NULL)) == NULL) { in build_splash_module() 3037 fp = file_findfile(NULL, md_kerntype); in build_splash_module()
|
H A D | load_elf.c | 385 kfp = file_findfile(NULL, md_kerntype); in __elfN()
|
/freebsd/stand/userboot/userboot/ |
H A D | bootinfo64.c | 129 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64() 143 kfp = file_findfile(NULL, md_kerntype); in bi_load64()
|
H A D | bootinfo32.c | 97 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32() 111 kfp = file_findfile(NULL, md_kerntype); in bi_load32()
|
/freebsd/stand/i386/libi386/ |
H A D | bootinfo64.c | 134 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64() 146 kfp = file_findfile(NULL, md_kerntype); in bi_load64()
|
H A D | multiboot.c | 260 fp = file_findfile(NULL, md_kerntype); in multiboot_exec() 328 mfp = file_findfile(NULL, md_kerntype_mb); in multiboot_obj_loadfile() 336 kfp = file_findfile(NULL, md_kerntype); in multiboot_obj_loadfile()
|
H A D | bootinfo32.c | 116 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32() 132 kfp = file_findfile(NULL, md_kerntype); in bi_load32()
|
/freebsd/stand/efi/loader/ |
H A D | bootinfo.c | 386 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load() 423 kfp = file_findfile(NULL, md_kerntype); in bi_load() 475 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
|
/freebsd/stand/efi/loader/arch/amd64/ |
H A D | multiboot2.c | 440 fp = file_findfile(NULL, md_kerntype); in exec() 502 mfp = file_findfile(NULL, md_kerntype_mb); in obj_loadfile() 510 kfp = file_findfile(NULL, md_kerntype); in obj_loadfile()
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 132 kfp = file_findfile(NULL, NULL); in fdt_find_static_dtb() 256 oldbfp = file_findfile(NULL, "dtb"); in fdt_load_dtb_file() 447 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays() 464 for (fp = file_findfile(NULL, "dtbo"); fp != NULL; fp = fp->f_next) { in fdt_apply_overlays() 561 if ((bfp = file_findfile(NULL, "dtb")) != NULL) { in fdt_setup_fdtp() 1082 while ((fp = file_findfile(NULL, "dtb")) != NULL) { in fdt_cmd_addr()
|
/freebsd/stand/ficl/ |
H A D | loader.c | 279 fp = file_findfile(name, type); in ficlFindfile()
|