/src/sys/arch/mvmeppc/stand/libsa/ |
libsa.h | 36 /* exec_mvme.c */ 37 void exec_mvme(const char *, int, int);
|
exec_mvme.c | 1 /* $NetBSD: exec_mvme.c,v 1.5 2009/03/14 15:36:11 dsl Exp $ */ 80 exec_mvme(const char *file, int flag, int part) function in typeref:typename:void
|
/src/sys/arch/mvme68k/stand/libsa/ |
libsa.h | 18 /* exec_mvme.c */ 19 void exec_mvme(char *, int, int);
|
exec_mvme.c | 1 /* $NetBSD: exec_mvme.c,v 1.16 2011/05/29 10:29:01 tsutsui Exp $ */ 50 exec_mvme(char *file, int flag, int part) function in typeref:typename:void
|
/src/sys/arch/mvme68k/stand/bootsd/ |
boot.c | 59 exec_mvme(file, flag, part);
|
/src/sys/arch/mvme68k/stand/bootst/ |
boot.c | 70 exec_mvme(file, flag | RB_NOSYM, part);
|
/src/sys/arch/mvme68k/stand/netboot/ |
boot.c | 81 exec_mvme(file, howto, part);
|
/src/sys/arch/mvmeppc/stand/boot/ |
boot.c | 149 exec_mvme(file, howto, part);
|