Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dbootinfo64.c110 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules64()
213 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64()
227 kfp = file_findfile(NULL, "elf kernel"); in bi_load64()
229 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()
198 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32()
212 kfp = file_findfile(NULL, "elf kernel"); in bi_load32()
214 kfp = file_findfile(NULL, "elf32 kernel"); in bi_load32()
/dragonfly/stand/boot/common/
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.c395 if (file_findfile(NULL, NULL) == NULL) { in file_loadraw()
522 fp = file_findfile(filename, NULL); in mod_loadkld()
563 file_findfile(char *name, char *type) in file_findfile() function
H A Dbootstrap.h241 struct preloaded_file *file_findfile(char *name, char *type);
H A Dload_elf_obj.c131 kfp = file_findfile(NULL, NULL); in __elfN()
H A Dload_elf.c142 kfp = file_findfile(NULL, NULL); in __elfN()
/dragonfly/stand/boot/efi/loader/
H A Dbootinfo.c216 for (fp = file_findfile(NULL, NULL); fp != NULL; fp = fp->f_next) { in bi_copymodules()
373 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
388 kfp = file_findfile(NULL, "elf kernel"); in bi_load()
390 kfp = file_findfile(NULL, "elf64 kernel"); in bi_load()