Home
last modified time | relevance | path

Searched refs:file_formats (Results 1 – 14 of 14) sorted by relevance

/trueos/sys/boot/amd64/efi/
HDconf.c59 struct file_format *file_formats[] = { variable
/trueos/sys/boot/powerpc/uboot/
HDconf.c96 struct file_format *file_formats[] = { variable
/trueos/sys/boot/userboot/userboot/
HDconf.c86 struct file_format *file_formats[] = { variable
/trueos/sys/boot/arm/uboot/
HDconf.c84 struct file_format *file_formats[] = { variable
/trueos/sys/boot/powerpc/ofw/
HDconf.c97 struct file_format *file_formats[] = { variable
/trueos/sys/boot/powerpc/ps3/
HDconf.c105 struct file_format *file_formats[] = { variable
/trueos/sys/boot/pc98/loader/
HDconf.c88 struct file_format *file_formats[] = { variable
/trueos/sys/boot/i386/loader/
HDconf.c111 struct file_format *file_formats[] = { variable
/trueos/sys/boot/ia64/common/
HDexec.c65 struct file_format *file_formats[] = { variable
/trueos/sys/boot/common/
HDbootstrap.h227 extern struct file_format *file_formats[]; /* supplied by consumer */
HDboot.c106 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
HDmodule.c288 file_formats[i] && fp == NULL; i++) { in file_load()
289 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
/trueos/contrib/file/src/
HDapprentice.c113 int file_formats[FILE_NAMES_SIZE]; variable
397 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()
/trueos/sys/boot/sparc64/loader/
HDmain.c173 struct file_format *file_formats[] = { variable