Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dboot.c66 if (file_findfile(NULL, NULL) != NULL) { in command_boot()
83 if (file_findfile(NULL, NULL) == NULL) in command_boot()
91 if ((fp = file_findfile(NULL, NULL)) == NULL) { in command_boot()
H A Dfileload.c185 fp = file_findfile(filename, NULL); in file_loadkernel()
217 file_findfile(char *name, char *type) in file_findfile() function
H A Dbootstrap.h216 struct preloaded_file *file_findfile(char *name, char *type);
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dbootinfo.c248 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Dbootinfo.c260 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()