Searched refs:exec_netbsd (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/zaurus/stand/zboot/ |
| D | boot.c | 86 static int exec_netbsd(const char *file, int howto); 261 if (exec_netbsd(filename, howto) < 0) { in bootit() 270 exec_netbsd(const char *file, int howto) in exec_netbsd() function
|
| /netbsd/src/sys/arch/landisk/stand/boot/ |
| D | boot2.c | 84 int exec_netbsd(const char *file, int howto); 204 if (exec_netbsd(filename, howto) < 0) { in bootit() 268 exec_netbsd(const char *file, int howto) in exec_netbsd() function
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | libi386.h | 44 int exec_netbsd(const char *, physaddr_t, int, int, void (*)(void));
|
| D | exec.c | 412 exec_netbsd(const char *file, physaddr_t loadaddr, int boothowto, int floppy, in exec_netbsd() function
|
| /netbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | main.c | 102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0) in bootit()
|
| /netbsd/src/sys/arch/i386/stand/dosboot/ |
| D | main.c | 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0) in bootit()
|
| /netbsd/src/sys/arch/i386/stand/boot/ |
| D | boot2.c | 291 if (exec_netbsd(filename, 0, howto, boot_biosdev < 0x80, clearit) < 0) in bootit()
|