Symbol: preloaded_file
stand/common/boot.c
56
struct preloaded_file *fp;
stand/common/bootstrap.h
209
struct preloaded_file;
stand/common/bootstrap.h
217
struct preloaded_file *m_fp;
stand/common/bootstrap.h
241
struct preloaded_file *f_next; /* next file */
stand/common/bootstrap.h
256
int (*l_load)(char *, uint64_t, struct preloaded_file **);
stand/common/bootstrap.h
261
int (*l_exec)(struct preloaded_file *);
stand/common/bootstrap.h
265
extern struct preloaded_file *preloaded_files;
stand/common/bootstrap.h
271
struct preloaded_file *file_alloc(void);
stand/common/bootstrap.h
272
struct preloaded_file *file_findfile(const char *name, const char *type);
stand/common/bootstrap.h
273
struct file_metadata *file_findmetadata(struct preloaded_file *fp, int type);
stand/common/bootstrap.h
274
struct preloaded_file *file_loadraw(const char *name, const char *type, int insert);
stand/common/bootstrap.h
275
void file_discard(struct preloaded_file *fp);
stand/common/bootstrap.h
276
void file_addmetadata(struct preloaded_file *, int, size_t, void *);
stand/common/bootstrap.h
277
int file_addmodule(struct preloaded_file *, char *, int,
stand/common/bootstrap.h
279
void file_removemetadata(struct preloaded_file *fp);
stand/common/bootstrap.h
301
int __elfN(loadfile)(char *, uint64_t, struct preloaded_file **);
stand/common/bootstrap.h
302
int __elfN(obj_loadfile)(char *, uint64_t, struct preloaded_file **);
stand/common/bootstrap.h
306
int __elfN(loadfile_raw)(char *, uint64_t, struct preloaded_file **, int);
stand/common/bootstrap.h
307
int __elfN(load_modmetadata)(struct preloaded_file *, uint64_t);
stand/common/gfx_fb.c
3205
struct preloaded_file *fp;
stand/common/gfx_fb.c
3288
struct preloaded_file *fp;
stand/common/install.c
194
struct preloaded_file *fp;
stand/common/load_elf.c
1113
__elfN(parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef,
stand/common/load_elf.c
1277
__elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf.c
227
is_tg_kernel_support(struct preloaded_file *fp, elf_file_t ef)
stand/common/load_elf.c
356
__elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result)
stand/common/load_elf.c
363
struct preloaded_file **result, int multiboot)
stand/common/load_elf.c
365
struct preloaded_file *fp, *kfp;
stand/common/load_elf.c
486
*result = (struct preloaded_file *)fp;
stand/common/load_elf.c
525
__elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off)
stand/common/load_elf.c
79
static int __elfN(loadimage)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf.c
83
static int __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf.c
85
static int __elfN(parse_modmetadata)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf.c
986
__elfN(load_modmetadata)(struct preloaded_file *fp, uint64_t dest)
stand/common/load_elf_obj.c
187
*result = (struct preloaded_file *)fp;
stand/common/load_elf_obj.c
219
__elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off)
stand/common/load_elf_obj.c
390
__elfN(obj_parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef)
stand/common/load_elf_obj.c
462
__elfN(obj_lookup_set)(struct preloaded_file *fp, elf_file_t ef,
stand/common/load_elf_obj.c
500
__elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p,
stand/common/load_elf_obj.c
68
static int __elfN(obj_loadimage)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf_obj.c
70
static int __elfN(obj_lookup_set)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf_obj.c
72
static int __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef,
stand/common/load_elf_obj.c
74
static int __elfN(obj_parse_modmetadata)(struct preloaded_file *mp,
stand/common/load_elf_obj.c
85
struct preloaded_file **result)
stand/common/load_elf_obj.c
87
struct preloaded_file *fp, *kfp;
stand/common/metadata.c
76
struct preloaded_file *kfp;
stand/common/metadata.c
77
struct preloaded_file *xp;
stand/common/modinfo.c
120
struct preloaded_file *fp;
stand/common/module.c
1001
file_removemetadata(struct preloaded_file *fp)
stand/common/module.c
1019
struct preloaded_file *fp;
stand/common/module.c
112
struct preloaded_file *fp;
stand/common/module.c
1560
file_addmodule(struct preloaded_file *fp, char *modname, int version,
stand/common/module.c
1592
file_discard(struct preloaded_file *fp)
stand/common/module.c
1621
struct preloaded_file *
stand/common/module.c
1625
return (calloc(1, sizeof(struct preloaded_file)));
stand/common/module.c
1632
file_insert_tail(struct preloaded_file *fp)
stand/common/module.c
1634
struct preloaded_file *cm;
stand/common/module.c
1651
file_remove_impl(struct preloaded_file *fp, bool keep_tail)
stand/common/module.c
1653
struct preloaded_file *cm, *next;
stand/common/module.c
1677
file_remove(struct preloaded_file *fp)
stand/common/module.c
1684
file_remove_tail(struct preloaded_file *fp)
stand/common/module.c
276
struct preloaded_file *fp;
stand/common/module.c
301
struct preloaded_file *fp;
stand/common/module.c
558
file_load(char *filename, vm_offset_t dest, struct preloaded_file **result)
stand/common/module.c
561
struct preloaded_file *fp;
stand/common/module.c
59
static int file_load(char *filename, vm_offset_t dest, struct preloaded_file **result);
stand/common/module.c
596
file_load_dependencies(struct preloaded_file *base_file)
stand/common/module.c
599
struct preloaded_file *fp;
stand/common/module.c
60
static int file_load_dependencies(struct preloaded_file *base_mod);
stand/common/module.c
62
static struct kernel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo);
stand/common/module.c
655
struct preloaded_file *
stand/common/module.c
658
struct preloaded_file *fp;
stand/common/module.c
66
static void file_insert_tail(struct preloaded_file *mp);
stand/common/module.c
67
static void file_remove(struct preloaded_file *fp);
stand/common/module.c
68
static void file_remove_tail(struct preloaded_file *fp);
stand/common/module.c
854
struct preloaded_file *fp;
stand/common/module.c
86
struct preloaded_file *preloaded_files = NULL;
stand/common/module.c
913
struct preloaded_file *
stand/common/module.c
916
struct preloaded_file *fp;
stand/common/module.c
931
file_findmodule(struct preloaded_file *fp, char *modname,
stand/common/module.c
969
file_addmetadata(struct preloaded_file *fp, int type, size_t size, void *p)
stand/common/module.c
987
file_findmetadata(struct preloaded_file *fp, int type)
stand/efi/loader/arch/amd64/elf64_freebsd.c
244
elf64_obj_exec(struct preloaded_file *fp)
stand/efi/loader/arch/amd64/elf64_freebsd.c
45
static int elf64_exec(struct preloaded_file *amp);
stand/efi/loader/arch/amd64/elf64_freebsd.c
46
static int elf64_obj_exec(struct preloaded_file *amp);
stand/efi/loader/arch/amd64/elf64_freebsd.c
86
elf64_exec(struct preloaded_file *fp)
stand/efi/loader/arch/amd64/multiboot2.c
316
exec(struct preloaded_file *fp)
stand/efi/loader/arch/amd64/multiboot2.c
494
obj_loadfile(char *filename, uint64_t dest, struct preloaded_file **result)
stand/efi/loader/arch/amd64/multiboot2.c
496
struct preloaded_file *mfp, *kfp, *rfp;
stand/efi/loader/arch/amd64/multiboot2.c
555
obj_exec(struct preloaded_file *fp)
stand/efi/loader/arch/amd64/multiboot2.c
57
struct preloaded_file **result, int multiboot);
stand/efi/loader/arch/amd64/multiboot2.c
58
extern int elf64_load_modmetadata(struct preloaded_file *fp, uint64_t dest);
stand/efi/loader/arch/amd64/multiboot2.c
60
struct preloaded_file **result);
stand/efi/loader/arch/amd64/multiboot2.c
74
loadfile(char *filename, uint64_t dest, struct preloaded_file **result)
stand/efi/loader/arch/arm/exec.c
45
struct preloaded_file **result)
stand/efi/loader/arch/arm/exec.c
57
__elfN(arm_exec)(struct preloaded_file *fp)
stand/efi/loader/arch/arm64/exec.c
42
static int elf64_exec(struct preloaded_file *amp);
stand/efi/loader/arch/arm64/exec.c
43
static int elf64_obj_exec(struct preloaded_file *amp);
stand/efi/loader/arch/arm64/exec.c
56
elf64_exec(struct preloaded_file *fp)
stand/efi/loader/arch/arm64/exec.c
98
elf64_obj_exec(struct preloaded_file *fp)
stand/efi/loader/arch/i386/elf64_freebsd.c
286
elf64_obj_exec(struct preloaded_file *fp)
stand/efi/loader/arch/i386/elf64_freebsd.c
44
static int elf64_exec(struct preloaded_file *amp);
stand/efi/loader/arch/i386/elf64_freebsd.c
45
static int elf64_obj_exec(struct preloaded_file *amp);
stand/efi/loader/arch/i386/elf64_freebsd.c
81
elf64_exec(struct preloaded_file *fp)
stand/efi/loader/arch/riscv/exec.c
48
riscv_set_boot_hart(struct preloaded_file *fp)
stand/efi/loader/arch/riscv/exec.c
71
__elfN(exec)(struct preloaded_file *fp)
stand/efi/loader/bootinfo.c
171
bi_load_efi_data(struct preloaded_file *kfp, bool exit_bs)
stand/efi/loader/bootinfo.c
349
struct preloaded_file *xp, *kfp;
stand/fdt/fdt_loader_cmd.c
1061
struct preloaded_file *fp;
stand/fdt/fdt_loader_cmd.c
120
struct preloaded_file *kfp;
stand/fdt/fdt_loader_cmd.c
251
struct preloaded_file *bfp, *oldbfp;
stand/fdt/fdt_loader_cmd.c
278
struct preloaded_file *bfp;
stand/fdt/fdt_loader_cmd.c
432
struct preloaded_file *fp;
stand/fdt/fdt_loader_cmd.c
555
struct preloaded_file *bfp;
stand/ficl/loader.c
256
struct preloaded_file* fp;
stand/i386/libi386/biossmap.c
119
bios_addsmapdata(struct preloaded_file *kfp)
stand/i386/libi386/bootinfo32.c
56
struct preloaded_file *xp, *kfp;
stand/i386/libi386/bootinfo64.c
99
struct preloaded_file *xp, *kfp;
stand/i386/libi386/elf32_freebsd.c
39
static int elf32_exec(struct preloaded_file *amp);
stand/i386/libi386/elf32_freebsd.c
40
static int elf32_obj_exec(struct preloaded_file *amp);
stand/i386/libi386/elf32_freebsd.c
57
elf32_exec(struct preloaded_file *fp)
stand/i386/libi386/elf32_freebsd.c
84
elf32_obj_exec(struct preloaded_file *fp)
stand/i386/libi386/elf64_freebsd.c
127
elf64_obj_exec(struct preloaded_file *fp)
stand/i386/libi386/elf64_freebsd.c
43
static int elf64_exec(struct preloaded_file *amp);
stand/i386/libi386/elf64_freebsd.c
44
static int elf64_obj_exec(struct preloaded_file *amp);
stand/i386/libi386/elf64_freebsd.c
76
elf64_exec(struct preloaded_file *fp)
stand/i386/libi386/libi386.h
106
struct preloaded_file;
stand/i386/libi386/libi386.h
107
void bios_addsmapdata(struct preloaded_file *);
stand/i386/libi386/libi386.h
143
void bi_load_vbe_data(struct preloaded_file *kfp);
stand/i386/libi386/multiboot.c
162
multiboot_exec(struct preloaded_file *fp)
stand/i386/libi386/multiboot.c
326
struct preloaded_file **result)
stand/i386/libi386/multiboot.c
328
struct preloaded_file *mfp, *kfp, *rfp;
stand/i386/libi386/multiboot.c
388
multiboot_obj_exec(struct preloaded_file *fp)
stand/i386/libi386/multiboot.c
59
struct preloaded_file **result, int multiboot);
stand/i386/libi386/multiboot.c
60
extern int elf64_load_modmetadata(struct preloaded_file *fp, uint64_t dest);
stand/i386/libi386/multiboot.c
62
struct preloaded_file **result);
stand/i386/libi386/multiboot.c
64
static int multiboot_loadfile(char *, uint64_t, struct preloaded_file **);
stand/i386/libi386/multiboot.c
65
static int multiboot_exec(struct preloaded_file *);
stand/i386/libi386/multiboot.c
67
static int multiboot_obj_loadfile(char *, uint64_t, struct preloaded_file **);
stand/i386/libi386/multiboot.c
68
static int multiboot_obj_exec(struct preloaded_file *fp);
stand/i386/libi386/multiboot.c
85
struct preloaded_file **result)
stand/i386/loader/gfx_bios.c
41
struct preloaded_file;
stand/i386/loader/gfx_bios.c
42
void bi_load_vbe_data(struct preloaded_file *kfp);
stand/i386/loader/gfx_bios.c
44
void bi_load_vbe_data(struct preloaded_file *kfp)
stand/i386/loader/gfx_bios.c
51
bi_load_vbe_data(struct preloaded_file *kfp)
stand/kboot/include/efi.h
16
struct preloaded_file;
stand/kboot/include/efi.h
23
void efi_bi_loadsmap(struct preloaded_file *kfp);
stand/kboot/kboot/arch/aarch64/exec.c
100
elf64_exec(struct preloaded_file *fp)
stand/kboot/kboot/arch/aarch64/exec.c
283
elf64_obj_exec(struct preloaded_file *fp)
stand/kboot/kboot/arch/aarch64/exec.c
64
static int elf64_exec(struct preloaded_file *amp);
stand/kboot/kboot/arch/aarch64/exec.c
65
static int elf64_obj_exec(struct preloaded_file *amp);
stand/kboot/kboot/arch/aarch64/load_addr.c
140
bi_loadsmap(struct preloaded_file *kfp)
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
148
elf64_exec(struct preloaded_file *fp)
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
477
elf64_obj_exec(struct preloaded_file *fp)
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
72
static int elf64_exec(struct preloaded_file *amp);
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
73
static int elf64_obj_exec(struct preloaded_file *amp);
stand/kboot/kboot/arch/amd64/load_addr.c
135
bi_loadsmap(struct preloaded_file *kfp)
stand/kboot/kboot/arch/powerpc64/load_addr.c
225
bi_loadsmap(struct preloaded_file *kfp)
stand/kboot/kboot/arch/powerpc64/ppc64_elf_freebsd.c
59
struct preloaded_file **result)
stand/kboot/kboot/arch/powerpc64/ppc64_elf_freebsd.c
71
ppc64_elf_exec(struct preloaded_file *fp)
stand/kboot/kboot/kboot.h
13
struct preloaded_file;
stand/kboot/kboot/kboot.h
14
void bi_loadsmap(struct preloaded_file *kfp);
stand/kboot/libkboot/efi.c
249
efi_bi_loadsmap(struct preloaded_file *kfp)
stand/libofw/libofw.h
66
struct preloaded_file;
stand/libsa/geli/geli_metadata.c
41
geli_export_key_metadata(struct preloaded_file *kfp)
stand/libsa/geli/geliboot.h
69
struct preloaded_file;
stand/libsa/geli/geliboot.h
97
void geli_export_key_metadata(struct preloaded_file *kfp);
stand/powerpc/ofw/elf_freebsd.c
48
struct preloaded_file **result)
stand/powerpc/ofw/elf_freebsd.c
68
__elfN(ofw_exec)(struct preloaded_file *fp)
stand/powerpc/ofw/ppc64_elf_freebsd.c
48
struct preloaded_file **result)
stand/powerpc/ofw/ppc64_elf_freebsd.c
66
ppc64_ofw_elf_exec(struct preloaded_file *fp)
stand/uboot/arch/powerpc/ppc64_elf_freebsd.c
44
struct preloaded_file **result)
stand/uboot/arch/powerpc/ppc64_elf_freebsd.c
62
ppc64_uboot_elf_exec(struct preloaded_file *fp)
stand/uboot/elf_freebsd.c
43
struct preloaded_file **result)
stand/uboot/elf_freebsd.c
63
__elfN(uboot_exec)(struct preloaded_file *fp)
stand/uboot/libuboot.h
65
struct preloaded_file;
stand/userboot/userboot/biossmap.c
40
bios_addsmapdata(struct preloaded_file *kfp)
stand/userboot/userboot/bootinfo32.c
55
struct preloaded_file *xp, *kfp;
stand/userboot/userboot/bootinfo64.c
95
struct preloaded_file *xp, *kfp;
stand/userboot/userboot/elf32_freebsd.c
114
elf32_obj_exec(struct preloaded_file *fp)
stand/userboot/userboot/elf32_freebsd.c
39
static int elf32_exec(struct preloaded_file *amp);
stand/userboot/userboot/elf32_freebsd.c
40
static int elf32_obj_exec(struct preloaded_file *amp);
stand/userboot/userboot/elf32_freebsd.c
60
elf32_exec(struct preloaded_file *fp)
stand/userboot/userboot/elf64_freebsd.c
160
elf64_obj_exec(struct preloaded_file *fp)
stand/userboot/userboot/elf64_freebsd.c
43
static int elf64_exec(struct preloaded_file *amp);
stand/userboot/userboot/elf64_freebsd.c
44
static int elf64_obj_exec(struct preloaded_file *amp);
stand/userboot/userboot/elf64_freebsd.c
78
elf64_exec(struct preloaded_file *fp)
stand/userboot/userboot/libuserboot.h
48
struct preloaded_file;
stand/userboot/userboot/libuserboot.h
49
extern int bi_load(struct bootinfo *, struct preloaded_file *);
stand/userboot/userboot/libuserboot.h
64
void bios_addsmapdata(struct preloaded_file *kfp);