Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/loader/
H A Dconf.c92 struct file_format *file_formats[] = { variable
/dragonfly/stand/boot/efi/loader/arch/x86_64/
H A Delf64_freebsd.c58 struct file_format *file_formats[] = { variable
/dragonfly/stand/boot/common/
H A Dboot.c123 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
H A Dbootstrap.h234 extern struct file_format *file_formats[]; /* supplied by consumer */
H A Dmodule.c314 for (i = 0, fp = NULL; file_formats[i] && fp == NULL; i++) { in file_load()
315 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
/dragonfly/contrib/file/src/
H A Dapprentice.c110 int file_formats[FILE_NAMES_SIZE]; variable
438 file_formats[p->type] = p->format; in init_file_tables()
2592 switch (file_formats[type]) { in check_format_type()
2795 if (file_formats[m->type] == FILE_FMT_NONE) { in check_format()