Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/stand/common/
H A Dfileload.c154 for (i = 0, fp = NULL; file_formats[i] && fp == NULL; i++) { in file_load()
155 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()
H A Dboot.c111 command_seterr("%s", strerror(file_formats[fp->f_loader]->l_exec(fp))); in command_boot()
H A Dbootstrap.h209 extern struct file_format *file_formats[]; /* supplied by consumer */
/netbsd-src/sys/arch/ia64/stand/ia64/efi/
H A Dconf.c82 struct file_format *file_formats[] = { variable
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Dconf.c96 struct file_format *file_formats[] = { variable
/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c116 static int file_formats[FILE_NAMES_SIZE]; variable
443 file_formats[p->type] = p->format; in init_file_tables()
2608 switch (file_formats[type]) { in check_format_type()
2812 if (file_formats[m->type] == FILE_FMT_NONE) { in check_format()