/src/sys/arch/ia64/stand/ia64/ski/ |
exit.c | 35 #include <lib/libsa/loadfile.h>
|
skiconsole.c | 32 #include <lib/libsa/loadfile.h>
|
ssc.c | 33 #include <lib/libsa/loadfile.h>
|
/src/sys/arch/sun68k/stand/libsa/ |
xxboot.c | 39 #include <loadfile.h> 109 fd = loadfile(file, marks, LOAD_KERNEL); 123 fd = loadfile(file, marks, LOAD_KERNEL); 140 fd = loadfile(file, marks, LOAD_KERNEL); 145 printf("%s: %s: loadfile() failed.\n", boot_type, file);
|
/src/sys/arch/hp300/stand/common/ |
exec.c | 39 #include <lib/libsa/loadfile.h> 54 if ((fd = loadfile(file, marks, LOAD_KERNEL)) == -1)
|
/src/sys/arch/emips/stand/common/ |
bootxx.c | 74 entrypt *loadfile (char *path, char *name); 91 entry = loadfile(cp, "netbsd"); 96 entry = loadfile(cp, "/boot"); 112 loadfile(char *path, char *name) function in typeref:typename:entrypt *
|
/src/sys/arch/ia64/stand/common/ |
interp_backslash.c | 23 #include <lib/libsa/loadfile.h>
|
strdup.c | 43 #include <lib/libsa/loadfile.h>
|
devopen.c | 33 #include <lib/libsa/loadfile.h>
|
interp_parse.c | 23 #include <lib/libsa/loadfile.h>
|
readdir.c | 33 #include <lib/libsa/loadfile.h>
|
load_elf64.c | 37 #include <lib/libsa/loadfile.h> 78 if ((fd = loadfile(filename, marks, LOAD_KERNEL)) == -1) {
|
/src/sys/arch/mipsco/stand/common/ |
bootxx.c | 74 entrypt loadfile(char *path, char *name); 94 entry = loadfile(cp, "/boot"); 98 entry = loadfile(cp, "/boot.mipsco"); 116 loadfile(char *path, char *name) function in typeref:typename:entrypt
|
/src/sys/arch/mmeye/stand/bootelf/ |
Makefile | 10 SRCS= alloc.c boot.c byteorder.c loadfile.c loadfile_elf32.c
|
boot.c | 37 #include <lib/libsa/loadfile.h> 67 fd = loadfile(netbsd, marks, COUNT_ALL); 69 err(0, "loadfile(1)"); 86 fd = loadfile(netbsd, marks, LOAD_ALL); 88 err(0, "loadfile(2)");
|
/src/sys/stand/efiboot/bootarm/ |
efibootarm.c | 34 #include <loadfile.h>
|
/src/sys/arch/pmax/stand/common/ |
bootxx.c | 75 entrypt loadfile(char *path, char *name); 103 entry = loadfile(cp, "/boot.pmax"); 108 entry = loadfile(cp, "/boot"); 113 entry = loadfile(cp, "/boot.pma"); 134 loadfile(char *path, char *name) function in typeref:typename:entrypt
|
/src/sys/arch/sgimips/stand/common/ |
boot.c | 67 #include <lib/libsa/loadfile.h> 173 if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0) 208 win = loadfile(kernel, marks, LOAD_KERNEL); 212 win = loadfile(bootfile, marks, LOAD_KERNEL); 221 win = loadfile(bootfile, marks, LOAD_KERNEL);
|
iris_boot.c | 39 #include <lib/libsa/loadfile.h> 119 win = loadfile(kernelname, marks, LOAD_KERNEL);
|
/src/sys/arch/mvme68k/stand/installboot/ |
Makefile | 17 SRCS= installboot.c byteorder.c loadfile.c loadfile_aout.c loadfile_elf32.c
|
/src/sys/arch/amiga/stand/loadbsd/ |
Makefile | 14 OBJS = loadbsd.o startit.o loadfile.o loadfile_aout.o loadfile_elf32.o
|
/src/sys/arch/hppa/stand/cdboot/ |
cdboot.c | 66 #include <lib/libsa/loadfile.h> 108 if ((fd = loadfile(path, marks, LOAD_KERNEL)) == -1)
|
/src/sys/arch/sun68k/stand/tapeboot/ |
boot.c | 39 #include <loadfile.h> 110 if ((fd = loadfile(file, marks,
|
/src/sys/arch/alpha/stand/common/ |
boot.c | 39 #include <lib/libsa/loadfile.h> 133 win = loadfile(name, marks, loadflag) == 0; 139 win = loadfile(name, marks, loadflag) == 0;
|
/src/sys/arch/evbmips/stand/sbmips/common/ |
boot.c | 39 #include <lib/libsa/loadfile.h> 128 win = loadfile(name, marks, LOAD_KERNEL) == 0; 133 win = loadfile(name = *namep, marks, LOAD_KERNEL) == 0;
|