Searched refs:copyboot (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/sun68k/stand/bootxx/
H A Dbootxx.c49 int copyboot(struct open_file *, char *);
87 error = copyboot(&f, addr);
96 /* copyboot had a problem... */
101 copyboot(struct open_file *fp, char *addr) function
/netbsd-current/sys/arch/sun68k/stand/bootyy/
H A Dbootyy.c50 int copyboot(struct open_file *, char *);
96 error = copyboot(&f, addr);
105 /* copyboot had a problem... */
110 copyboot(struct open_file *fp, char *addr) function
/netbsd-current/sys/arch/mvme68k/stand/bootxx/
H A Dbootxx.c53 int copyboot(struct open_file *, u_long *);
90 error = copyboot(&f, &addr);
95 /* copyboot had a problem... */
100 copyboot(struct open_file *fp, u_long *addr) function

Completed in 192 milliseconds