Searched refs:startprog (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/pmax/stand/common/
H A Dcommon.h36 /* startprog.S */
37 void startprog(int, int, int, char **, int, const void *, int, int);
H A Dstartprog.S1 /* $NetBSD: startprog.S,v 1.7 2011/01/07 14:50:27 tsutsui Exp $ */
33 * startprog(entry, stack, argc, argv, prom_magic, prom_ptr, bi_magic, bi_ptr);
42 LEAF(startprog)
72 END(startprog)
H A Dboot.c175 startprog(entry, entry, argc, argv, 0, 0,
178 startprog(entry, entry, argc, argv, DEC_PROM_MAGIC,
/netbsd-current/sys/arch/emips/stand/common/
H A Dcommon.h43 /* startprog.S */
44 extern void startprog (int, int, int, char **, int, const void *, int, int);
/netbsd-current/sys/arch/pmax/stand/boot/
H A DMakefile8 SRCS+= bootinit.S bootread.S getchar.S startprog.S
/netbsd-current/sys/arch/pmax/stand/netboot/
H A DMakefile9 SRCS+= bootinit.S bootread.S getchar.S startprog.S
/netbsd-current/sys/arch/i386/stand/lib/
H A Dstartprog.S1 /* $NetBSD: startprog.S,v 1.4 2016/12/04 08:21:08 maxv Exp $ */
62 * startprog(phyaddr, argc, argv, stack)
65 ENTRY(startprog)
H A Dlibi386.h41 void startprog(physaddr_t, uint32_t, uint32_t *, physaddr_t);
H A DMakefile27 SRCS+= startprog.S multiboot.S
H A Dexec.c91 * Starts a NetBSD ELF kernel. The low level startup is done in startprog.S.
592 startprog(entry, BOOT_NARGS, boot_argv,
/netbsd-current/sys/arch/i386/stand/efiboot/bootx64/
H A Defibootx64.c73 startprog(physaddr_t entry, uint32_t argc, uint32_t *argv, physaddr_t sp) function
/netbsd-current/sys/arch/i386/stand/efiboot/bootia32/
H A Defibootia32.c73 startprog(physaddr_t entry, uint32_t argc, uint32_t *argv, physaddr_t sp) function

Completed in 277 milliseconds