Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dboot.c65 if (file_findfile(NULL, NULL) != NULL) { in command_boot()
82 if (file_findfile(NULL, NULL) == NULL) in command_boot()
91 if ((fp = file_findfile(NULL, NULL)) == NULL) { in command_boot()
189 fp = file_findfile(NULL, NULL); in autoboot()
193 fp = file_findfile(NULL, NULL); in autoboot()
H A Dmodule.c157 if (file_findfile(argv[1], typestr) != NULL) { in command_load()
469 if (file_findfile(NULL, NULL) == NULL) { in build_environment_module()
475 if (file_findfile(name, name) != NULL) { in build_environment_module()
538 if (file_findfile(NULL, NULL) == NULL) { in build_font_module()
544 if (file_findfile(name, name) != NULL) { in build_font_module()
651 if ((file_findfile(NULL, NULL)) == NULL) { in file_loadraw()
802 fp = file_findfile(filename, NULL); in mod_loadkld()
841 file_findfile(const char *name, const char *type) in file_findfile() function
H A Dinstall.c297 fp = file_findfile(NULL, NULL); in install()
H A Dbootstrap.h272 struct preloaded_file *file_findfile(const char *name, const char *type);
H A Dload_elf_obj.c132 kfp = file_findfile(NULL, __elfN(obj_kerneltype)); in __elfN()
H A Dmultiboot2.c151 fp = file_findfile(NULL, NULL); in multiboot2_loadfile()
H A Dload_elf.c177 kfp = file_findfile(NULL, __elfN(kerneltype)); in __elfN()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo64.c111 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules64()
176 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
187 kfp = file_findfile(NULL, "elf kernel"); in bi_load64()
189 kfp = file_findfile(NULL, "elf64 kernel"); in bi_load64()
H A Dbootinfo32.c108 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules32()
195 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
209 kfp = file_findfile(NULL, "elf kernel"); in bi_load32()
211 kfp = file_findfile(NULL, "elf32 kernel"); in bi_load32()
H A Dmultiboot.c110 fp = file_findfile(NULL, NULL); in multiboot_loadfile()
455 mfp = file_findfile(NULL, "aout multiboot kernel"); in multiboot_obj_loadfile()
471 mfp = file_findfile(NULL, "elf multiboot kernel"); in multiboot_obj_loadfile()
480 kfp = file_findfile(NULL, "elf kernel"); in multiboot_obj_loadfile()
H A Dlinux.c107 fp = file_findfile(NULL, NULL); in linux_loadkernel()
421 mfp = file_findfile(NULL, "Linux bzImage"); in linux_loadinitrd()
423 mfp = file_findfile(NULL, "Linux zImage"); in linux_loadinitrd()
H A Di386_copy.c139 fp = file_findfile(NULL, NULL); in i386_loadaddr()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c218 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules()
388 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
413 kfp = file_findfile(NULL, "elf kernel"); in bi_load()
415 kfp = file_findfile(NULL, "elf64 kernel"); in bi_load()
447 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c185 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules()
246 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c421 fp = file_findfile(name, type); in ficlFindfile()