Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dexec.c22 struct file_format *file_formats[] = { variable
H A Delf64_freebsd.c63 struct file_format *file_formats[] = { variable
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dexec.c22 struct file_format *file_formats[] = { variable
H A Delf32_freebsd.c51 struct file_format *file_formats[] = { variable
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dexec.c99 struct file_format *file_formats[] = { variable
/illumos-gate/usr/src/boot/i386/loader/
H A Dconf.c95 struct file_format *file_formats[] = { variable
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c64 struct file_format *file_formats[] = { variable
/illumos-gate/usr/src/boot/common/
H A Dinstall.c299 file_formats[fp->f_loader]->l_exec(fp); in install()
H A Dboot.c110 file_formats[fp->f_loader]->l_exec(fp); in command_boot()
H A Dbootstrap.h264 extern struct file_format *file_formats[]; /* supplied by consumer */
H A Dmodule.c341 file_formats[i] && fp == NULL; i++) { in file_load()
342 error = (file_formats[i]->l_load)(filename, dest, &fp); in file_load()