Searched refs:file_formats (Results 1 – 14 of 14) sorted by relevance
59 struct file_format *file_formats[] = { variable
96 struct file_format *file_formats[] = { variable
86 struct file_format *file_formats[] = { variable
84 struct file_format *file_formats[] = { variable
97 struct file_format *file_formats[] = { variable
105 struct file_format *file_formats[] = { variable
88 struct file_format *file_formats[] = { variable
111 struct file_format *file_formats[] = { variable
65 struct file_format *file_formats[] = { variable
227 extern struct file_format *file_formats[]; /* supplied by consumer */
106 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
288 file_formats[i] && fp == NULL; i++) { in file_load()289 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
113 int file_formats[FILE_NAMES_SIZE]; variable397 file_formats[p->type] = p->format; in init_file_tables()2277 switch (file_formats[type]) { in check_format_type()2462 if (file_formats[m->type] == FILE_FMT_NONE) { in check_format()
173 struct file_format *file_formats[] = { variable