| /netbsd-src/sys/arch/pmax/stand/common/ |
| H A D | bootxx.c | 75 entrypt loadfile(char *path, char *name); 103 entry = loadfile(cp, "/boot.pmax"); in main() 108 entry = loadfile(cp, "/boot"); in main() 113 entry = loadfile(cp, "/boot.pma"); in main() 134 loadfile(char *path, char *name) in loadfile() function
|
| /netbsd-src/sys/arch/mipsco/stand/common/ |
| H A D | bootxx.c | 74 entrypt loadfile(char *path, char *name); 94 entry = loadfile(cp, "/boot"); in main() 98 entry = loadfile(cp, "/boot.mipsco"); in main() 116 loadfile(char *path, char *name) in loadfile() function
|
| /netbsd-src/sys/arch/emips/stand/common/ |
| H A D | bootxx.c | 74 entrypt *loadfile (char *path, char *name); 91 entry = loadfile(cp, "netbsd"); in main() 96 entry = loadfile(cp, "/boot"); in main() 112 loadfile(char *path, char *name) in loadfile() function
|
| /netbsd-src/sys/arch/sgimips/stand/common/ |
| H A D | boot.c | 173 if ((loadfile(bootfile, marks, LOAD_KERNEL)) >= 0) in main() 208 win = loadfile(kernel, marks, LOAD_KERNEL); in main() 212 win = loadfile(bootfile, marks, LOAD_KERNEL); in main() 221 win = loadfile(bootfile, marks, LOAD_KERNEL); in main()
|
| /netbsd-src/sys/arch/macppc/stand/ofwboot/ |
| H A D | version | 4 1.2: Use MI loadfile(). 6 1.4: loadfile() update: ELF symbols no longer need backward seeks. 7 1.5: loadfile() update to avoid backwards seeks for ELF Program
|
| /netbsd-src/sys/arch/sun68k/stand/libsa/ |
| H A D | xxboot.c | 109 fd = loadfile(file, marks, LOAD_KERNEL); in xxboot_main() 123 fd = loadfile(file, marks, LOAD_KERNEL); in xxboot_main() 140 fd = loadfile(file, marks, LOAD_KERNEL); in xxboot_main()
|
| H A D | version | 18 1.9: Convert to ELF and use MI loadfile(). 19 1.10: loadfile() update: ELF symbols no longer need backward seeks. 20 1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/arc/stand/boot/ |
| H A D | boot.c | 208 win = loadfile(kernel, marks, LOAD_KERNEL); in main() 212 win = loadfile(bootfile, marks, LOAD_KERNEL); in main() 221 win = loadfile(bootfile, marks, LOAD_KERNEL); in main()
|
| /netbsd-src/sys/arch/x68k/stand/xxboot/ |
| H A D | bootmain.c | 233 fd = loadfile("USTAR.volsize.4540", marks, in bootmain() 237 fd = loadfile("x68k/boot", marks, LOAD_TEXT|LOAD_DATA|LOAD_BSS); in bootmain() 239 fd = loadfile("boot", marks, LOAD_TEXT|LOAD_DATA|LOAD_BSS); in bootmain()
|
| /netbsd-src/sys/arch/mvme68k/stand/bootsd/ |
| H A D | version | 6 1.3: loadfile() update: ELF symbols no longer need backward seeks. 7 1.4: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/vax/boot/boot/ |
| H A D | version | 26 1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF 29 1.10: loadfile() update: ELF symbols no longer need backward seeks. 30 1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/next68k/stand/boot/ |
| H A D | version | 5 1.4: loadfile() update: ELF symbols no longer need backward seeks. 6 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/mvme68k/stand/bootst/ |
| H A D | version | 6 1.4: loadfile() update: ELF symbols no longer need backward seeks. 7 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/mipsco/stand/boot/ |
| H A D | version | 8 1.1: loadfile() update: ELF symbols no longer need backward seeks. 9 1.2: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/alpha/stand/ustarboot/ |
| H A D | version | 8 1.2: loadfile() update: ELF symbols no longer need backward seeks. 9 1.3: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/mvme68k/stand/netboot/ |
| H A D | version | 10 1.4: loadfile() update: ELF symbols no longer need backward seeks. 11 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/newsmips/stand/boot/ |
| H A D | version | 10 1.4: loadfile() update: ELF symbols no longer need backward seeks. 11 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/bebox/stand/boot/ |
| H A D | version | 6 1.4: loadfile() update: ELF symbols no longer need backward seeks. 7 1.5: loadfile() update to avoid backwards seeks for ELF Program
|
| /netbsd-src/sys/arch/pmax/stand/boot/ |
| H A D | version | 13 1.4: loadfile() update: ELF symbols no longer need backward seeks. 14 1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/news68k/stand/boot/ |
| H A D | version | 11 1.5: loadfile() update: ELF symbols no longer need backward seeks. 12 1.6: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/alpha/stand/netboot/ |
| H A D | version | 14 1.8: loadfile() update: ELF symbols no longer need backward seeks. 15 1.9: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/amiga/stand/loadbsd/ |
| H A D | README | 10 These instructions do only apply for LoadBSD versions using the loadfile() 19 From src/sys/lib/libsa: loadfile.h,loadfile.c,loadfile_elf32.c,loadfile_aout.c 42 However, that patch breaks loadfile() for other architectures using a.out!
|
| /netbsd-src/sys/arch/mmeye/stand/bootelf/ |
| H A D | boot.c | 67 fd = loadfile(netbsd, marks, COUNT_ALL); in main() 86 fd = loadfile(netbsd, marks, LOAD_ALL); in main()
|
| /netbsd-src/sys/arch/i386/stand/dosboot/ |
| H A D | version | 15 1.7: loadfile() update: ELF symbols no longer need backward seeks. 16 1.8: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
| /netbsd-src/sys/arch/hp300/stand/uboot/ |
| H A D | version | 14 1.12: loadfile() update: ELF symbols no longer need backward seeks. 15 1.13: loadfile() update to avoid backwards seeks for ELF Program Headers.
|