Searched refs:exec_netbsd (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A 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/ |
H A 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/stand/efiboot/ |
H A D | efiboot.h | 119 int exec_netbsd(const char *, const char *);
|
H A D | boot.c | 217 exec_netbsd(kernel, bootargs); in command_boot() 605 exec_netbsd(netbsd_path, netbsd_args); in boot()
|
H A D | exec.c | 168 exec_netbsd(const char *fname, const char *args) in exec_netbsd() 167 exec_netbsd(const char *fname, const char *args) exec_netbsd() function
|
/netbsd-src/sys/arch/i386/stand/boot/ |
H A D | boot2.c | 290 (void)exec_netbsd(path, 0, howto, boot_biosdev < 0x80, clearit); in bootit() 293 if (exec_netbsd(filename, 0, howto, boot_biosdev < 0x80, clearit) < 0) in bootit()
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | libi386.h | 44 int exec_netbsd(const char *, physaddr_t, int, int, void (*)(void));
|
H A D | exec.c | 412 exec_netbsd(const char *file, physaddr_t loadaddr, int boothowto, int floppy, in common_load_kernel() 462 exec_netbsd(const char *file, physaddr_t loadaddr, int boothowto, int floppy, exec_netbsd() function
|
/netbsd-src/sys/arch/i386/stand/pxeboot/ |
H A D | main.c | 102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0) in bootit()
|
/netbsd-src/sys/arch/i386/stand/dosboot/ |
H A D | main.c | 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0) in bootit()
|
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | boot.c | 275 if (exec_netbsd(filename, efi_loadaddr, howto, 0, efi_cleanup) < 0) in bootit()
|