Home
last modified time | relevance | path

Searched refs:file_findfile (Results 1 – 18 of 18) sorted by relevance

/freebsd/stand/common/
H A Dmetadata.c121 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 Dboot.c64 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 Dmodule.c189 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 Dmodinfo.c130 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in md_copymodules()
H A Dbootstrap.h272 struct preloaded_file *file_findfile(const char *name, const char *type);
H A Dinstall.c360 fp = file_findfile(NULL, NULL); in install()
H A Dload_elf_obj.c155 kfp = file_findfile(NULL, md_kerntype); in __elfN()
H A Dgfx_fb.c2952 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 Dload_elf.c385 kfp = file_findfile(NULL, md_kerntype); in __elfN()
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c129 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 Dbootinfo32.c97 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 Dbootinfo64.c134 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 Dmultiboot.c260 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 Dbootinfo32.c116 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 Dbootinfo.c386 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 Dmultiboot2.c440 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 Dfdt_loader_cmd.c132 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 Dloader.c279 fp = file_findfile(name, type); in ficlFindfile()