Symbol: preloaded_file
sys/arch/ia64/stand/common/boot.c
58
struct preloaded_file *fp;
sys/arch/ia64/stand/common/bootstrap.h
178
struct preloaded_file;
sys/arch/ia64/stand/common/bootstrap.h
197
struct preloaded_file *f_next; /* next file */
sys/arch/ia64/stand/common/bootstrap.h
204
int (* l_load)(char *filename, u_int64_t dest, struct preloaded_file **result);
sys/arch/ia64/stand/common/bootstrap.h
206
int (* l_exec)(struct preloaded_file *mp);
sys/arch/ia64/stand/common/bootstrap.h
210
extern struct preloaded_file *preloaded_files;
sys/arch/ia64/stand/common/bootstrap.h
215
struct preloaded_file *file_alloc(void);
sys/arch/ia64/stand/common/bootstrap.h
216
struct preloaded_file *file_findfile(char *name, char *type);
sys/arch/ia64/stand/common/bootstrap.h
219
void file_discard(struct preloaded_file *fp);
sys/arch/ia64/stand/common/bootstrap.h
221
int elf64_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result);
sys/arch/ia64/stand/common/fileload.c
104
struct preloaded_file *fp;
sys/arch/ia64/stand/common/fileload.c
120
struct preloaded_file *fp;
sys/arch/ia64/stand/common/fileload.c
147
file_load(char *filename, vaddr_t dest, struct preloaded_file **result)
sys/arch/ia64/stand/common/fileload.c
149
struct preloaded_file *fp;
sys/arch/ia64/stand/common/fileload.c
179
struct preloaded_file *fp, *last_file;
sys/arch/ia64/stand/common/fileload.c
216
struct preloaded_file *
sys/arch/ia64/stand/common/fileload.c
219
struct preloaded_file *fp;
sys/arch/ia64/stand/common/fileload.c
245
file_discard(struct preloaded_file *fp)
sys/arch/ia64/stand/common/fileload.c
264
struct preloaded_file *
sys/arch/ia64/stand/common/fileload.c
267
struct preloaded_file *fp;
sys/arch/ia64/stand/common/fileload.c
269
if ((fp = alloc(sizeof(struct preloaded_file))) != NULL) {
sys/arch/ia64/stand/common/fileload.c
270
memset(fp, 0, sizeof(struct preloaded_file));
sys/arch/ia64/stand/common/fileload.c
284
file_insert_tail(struct preloaded_file *fp)
sys/arch/ia64/stand/common/fileload.c
286
struct preloaded_file *cm;
sys/arch/ia64/stand/common/fileload.c
43
static int file_load(char *filename, vaddr_t dest, struct preloaded_file **result);
sys/arch/ia64/stand/common/fileload.c
45
static void file_insert_tail(struct preloaded_file *mp);
sys/arch/ia64/stand/common/fileload.c
50
struct preloaded_file *preloaded_files = NULL;
sys/arch/ia64/stand/common/load_elf64.c
49
elf64_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result)
sys/arch/ia64/stand/common/load_elf64.c
51
struct preloaded_file *fp;
sys/arch/ia64/stand/efi/libefi/bootinfo.c
200
bi_load(struct bootinfo *bi, struct preloaded_file *fp, UINTN *mapkey,
sys/arch/ia64/stand/efi/libefi/bootinfo.c
205
struct preloaded_file *xp;
sys/arch/ia64/stand/efi/libefi/efiboot.h
93
struct preloaded_file;
sys/arch/ia64/stand/efi/libefi/efiboot.h
94
extern int bi_load(struct bootinfo *, struct preloaded_file *,
sys/arch/ia64/stand/efi/libefi/exec.c
134
elf64_exec(struct preloaded_file *fp)
sys/arch/ia64/stand/efi/libefi/exec.c
92
static int elf64_exec(struct preloaded_file *amp);
sys/arch/ia64/stand/ia64/ski/bootinfo.c
198
bi_load(struct bootinfo *bi, struct preloaded_file *fp, char *args)
sys/arch/ia64/stand/ia64/ski/bootinfo.c
202
struct preloaded_file *xp;
sys/arch/ia64/stand/ia64/ski/exec.c
149
elf64_exec(struct preloaded_file *fp)
sys/arch/ia64/stand/ia64/ski/exec.c
86
static int elf64_exec(struct preloaded_file *amp);
sys/arch/ia64/stand/ia64/ski/libski.h
76
struct preloaded_file;
sys/arch/ia64/stand/ia64/ski/libski.h
77
extern int bi_load(struct bootinfo *, struct preloaded_file *, char *args);