Home
last modified time | relevance | path

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

/freebsd/stand/uboot/arch/arm/
H A Dconf.c81 struct file_format *file_formats[] = { variable
/freebsd/stand/uboot/arch/powerpc/
H A Dconf.c97 struct file_format *file_formats[] = { variable
/freebsd/stand/userboot/userboot/
H A Dconf.c93 struct file_format *file_formats[] = { variable
/freebsd/stand/powerpc/ofw/
H A Dconf.c103 struct file_format *file_formats[] = { variable
/freebsd/stand/efi/loader/arch/arm/
H A Dexec.c97 struct file_format *file_formats[] = { variable
/freebsd/stand/efi/loader/arch/arm64/
H A Dexec.c50 struct file_format *file_formats[] = { variable
/freebsd/stand/i386/loader/
H A Dconf.c108 struct file_format *file_formats[] = { variable
/freebsd/stand/efi/loader/arch/riscv/
H A Dexec.c109 struct file_format *file_formats[] = { variable
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c171 struct file_format *file_formats[] = { variable
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c80 struct file_format *file_formats[] = { variable
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c57 struct file_format *file_formats[] = { variable
/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c60 struct file_format *file_formats[] = { variable
/freebsd/stand/common/
H A Dbootstrap.h264 extern struct file_format *file_formats[]; /* supplied by consumer */
H A Dboot.c118 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
H A Dinstall.c365 file_formats[fp->f_loader]->l_exec(fp); in install()
H A Dmodule.c570 file_formats[i] && fp == NULL; i++) { in file_load()
571 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c89 struct file_format *file_formats[] = { variable
/freebsd/contrib/file/src/
H A Dapprentice.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()