Searched refs:exec_netbsd (Results 1 - 12 of 12) sorted by relevance
| /src/sys/arch/evbppc/stand/wii/ |
| H A D | boot.c | 58 static int exec_netbsd(const char *); 87 exec_netbsd(names[curname]); 96 exec_netbsd(const char *fname) function in typeref:typename:int
|
| /src/sys/stand/efiboot/ |
| H A D | efiboot.h | 119 int exec_netbsd(const char *, const char *);
|
| H A D | exec.c | 168 exec_netbsd(const char *fname, const char *args) function in typeref:typename:int
|
| H A D | boot.c | 217 exec_netbsd(kernel, bootargs); 605 exec_netbsd(netbsd_path, netbsd_args);
|
| /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, function in typeref:typename:int
|
| /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) { 270 exec_netbsd(const char *file, int howto) function in typeref:typename:int
|
| /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) { 268 exec_netbsd(const char *file, int howto) function in typeref:typename:int
|
| /src/sys/arch/i386/stand/pxeboot/ |
| H A D | main.c | 102 if (exec_netbsd(filename, 0, howto, 0, alldone) < 0)
|
| /src/sys/arch/i386/stand/dosboot/ |
| H A D | main.c | 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0)
|
| /src/sys/arch/i386/stand/boot/ |
| H A D | boot2.c | 290 if (exec_netbsd(filename, 0, howto, boot_biosdev < 0x80, clearit) < 0)
|
| /src/sys/arch/i386/stand/efiboot/ |
| H A D | boot.c | 282 if (exec_netbsd(filename, efi_loadaddr, howto, 0, efi_cleanup) < 0)
|
Completed in 14 milliseconds