Searched refs:file_formats (Results 1 – 18 of 18) sorted by relevance
81 struct file_format *file_formats[] = { variable
97 struct file_format *file_formats[] = { variable
93 struct file_format *file_formats[] = { variable
103 struct file_format *file_formats[] = { variable
50 struct file_format *file_formats[] = { variable
108 struct file_format *file_formats[] = { variable
109 struct file_format *file_formats[] = { variable
171 struct file_format *file_formats[] = { variable
80 struct file_format *file_formats[] = { variable
57 struct file_format *file_formats[] = { variable
60 struct file_format *file_formats[] = { variable
264 extern struct file_format *file_formats[]; /* supplied by consumer */
118 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
365 file_formats[fp->f_loader]->l_exec(fp); in install()
570 file_formats[i] && fp == NULL; i++) { in file_load()571 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
89 struct file_format *file_formats[] = { variable
110 file_private int file_formats[FILE_NAMES_SIZE]; variable437 file_formats[p->type] = p->format; in init_file_tables()2622 switch (file_formats[type]) { in check_format_type()2826 if (file_formats[m->type] == FILE_FMT_NONE) { in check_format()