Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/uboot/arch/arm/
HDconf.c81 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/uboot/arch/powerpc/
HDconf.c97 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/userboot/userboot/
HDconf.c91 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/powerpc/ofw/
HDconf.c103 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/efi/loader/arch/riscv/
HDexec.c86 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/efi/loader/arch/arm/
HDexec.c98 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/efi/loader/arch/arm64/
HDexec.c53 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/i386/loader/
HDconf.c108 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/kboot/kboot/arch/powerpc64/
HDppc64_elf_freebsd.c174 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/kboot/kboot/arch/aarch64/
HDexec.c81 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/efi/loader/arch/amd64/
HDelf64_freebsd.c63 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/efi/loader/arch/i386/
HDelf64_freebsd.c56 struct file_format *file_formats[] = { variable
/freebsd-14-stable/stand/common/
HDbootstrap.h263 extern struct file_format *file_formats[]; /* supplied by consumer */
HDboot.c118 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
HDinstall.c362 file_formats[fp->f_loader]->l_exec(fp); in install()
HDmodule.c569 file_formats[i] && fp == NULL; i++) { in file_load()
570 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
/freebsd-14-stable/stand/kboot/kboot/arch/amd64/
HDelf64_freebsd.c87 struct file_format *file_formats[] = { variable
/freebsd-14-stable/contrib/file/src/
HDapprentice.c110 file_private int file_formats[FILE_NAMES_SIZE]; variable
437 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()