/src/sys/arch/amiga/stand/bootblock/boot/ |
main.c | 111 void (*start_it)(void *, u_long, u_long, void *, u_long, u_long, int, local in function:pain 445 start_it = startit; 448 * Copy startup code to end of kernel image and set start_it. 453 start_it = (void *)((char *)kp + ksize + 256); 481 start_it
|
main.c | 111 void (*start_it)(void *, u_long, u_long, void *, u_long, u_long, int, local in function:pain 445 start_it = startit; 448 * Copy startup code to end of kernel image and set start_it. 453 start_it = (void *)((char *)kp + ksize + 256); 481 start_it
|
/src/sys/arch/amiga/stand/loadbsd/ |
loadbsd.c | 195 void (*start_it) (void *, u_long, u_long, void *, u_long, u_long, local in function:main 422 * of kernel image and set start_it. 434 start_it = (void (*)())(kp + ksize + 256); 435 memcpy((void *)start_it, (void *)startit, startit_sz); 466 start_it(kp, ksize, marks[MARK_ENTRY] - marks[MARK_START], fmem, fmemsz, cmemsz,
|
loadbsd.c | 195 void (*start_it) (void *, u_long, u_long, void *, u_long, u_long, local in function:main 422 * of kernel image and set start_it. 434 start_it = (void (*)())(kp + ksize + 256); 435 memcpy((void *)start_it, (void *)startit, startit_sz); 466 start_it(kp, ksize, marks[MARK_ENTRY] - marks[MARK_START], fmem, fmemsz, cmemsz,
|