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
91 struct file_format *file_formats[] = { variable
103 struct file_format *file_formats[] = { variable
86 struct file_format *file_formats[] = { variable
98 struct file_format *file_formats[] = { variable
53 struct file_format *file_formats[] = { variable
108 struct file_format *file_formats[] = { variable
174 struct file_format *file_formats[] = { variable
63 struct file_format *file_formats[] = { variable
56 struct file_format *file_formats[] = { variable
263 extern struct file_format *file_formats[]; /* supplied by consumer */
118 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
362 file_formats[fp->f_loader]->l_exec(fp); in install()
569 file_formats[i] && fp == NULL; i++) { in file_load()570 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
87 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()