Searched refs:file_findfile (Results 1 – 5 of 5) sorted by relevance
66 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()
185 fp = file_findfile(filename, NULL); in file_loadkernel()217 file_findfile(char *name, char *type) in file_findfile() function
216 struct preloaded_file *file_findfile(char *name, char *type);
248 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()
260 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load()