Home
last modified time | relevance | path

Searched refs:exec_netbsd (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dboot.c86 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 Dboot2.c84 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 Defiboot.h119 int exec_netbsd(const char *, const char *);
H A Dboot.c217 exec_netbsd(kernel, bootargs); in command_boot()
605 exec_netbsd(netbsd_path, netbsd_args); in boot()
H A Dexec.c168 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 Dboot2.c290 (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 Dlibi386.h44 int exec_netbsd(const char *, physaddr_t, int, int, void (*)(void));
H A Dexec.c412 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 Dmain.c102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0) in bootit()
/netbsd-src/sys/arch/i386/stand/dosboot/
H A Dmain.c183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0) in bootit()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c275 if (exec_netbsd(filename, efi_loadaddr, howto, 0, efi_cleanup) < 0) in bootit()