Searched refs:file_formats (Results 1 – 6 of 6) sorted by relevance
154 for (i = 0, fp = NULL; file_formats[i] && fp == NULL; i++) { in file_load()155 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
111 command_seterr("%s", strerror(file_formats[fp->f_loader]->l_exec(fp))); in command_boot()
209 extern struct file_format *file_formats[]; /* supplied by consumer */
82 struct file_format *file_formats[] = { variable
96 struct file_format *file_formats[] = { variable
116 static int file_formats[FILE_NAMES_SIZE]; variable443 file_formats[p->type] = p->format; in init_file_tables()2608 switch (file_formats[type]) { in check_format_type()2812 if (file_formats[m->type] == FILE_FMT_NONE) { in check_format()