Searched refs:file_findfile (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | boot.c | 65 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 D | module.c | 157 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 D | bootstrap.h | 273 struct preloaded_file *file_findfile(const char *name, const char *type);
|
H A D | load_elf_obj.c | 132 kfp = file_findfile(NULL, __elfN(obj_kerneltype)); in __elfN()
|
H A D | multiboot2.c | 151 fp = file_findfile(NULL, NULL); in multiboot2_loadfile()
|
H A D | load_elf.c | 177 kfp = file_findfile(NULL, __elfN(kerneltype)); in __elfN()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | bootinfo64.c | 111 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 D | bootinfo32.c | 108 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 D | multiboot.c | 110 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 D | linux.c | 107 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 D | i386_copy.c | 139 fp = file_findfile(NULL, NULL); in i386_loadaddr()
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | bootinfo.c | 218 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 D | bootinfo.c | 185 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 D | loader.c | 421 fp = file_findfile(name, type); in ficlFindfile()
|