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

/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dboot.c66 if (file_findfile(NULL, NULL) != NULL) {
82 if (file_findfile(NULL, NULL) == NULL)
90 if ((fp = file_findfile(NULL, NULL)) == NULL) {
H A Dfileload.c183 fp = file_findfile(filename, NULL);
215 file_findfile(char *name, char *type) function
H A Dbootstrap.h212 struct preloaded_file *file_findfile(char *name, char *type);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Dbootinfo.c256 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Dbootinfo.c247 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {

Completed in 62 milliseconds