Searched refs:boot_entry_t (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
H A D | boot.c | 156 chain(boot_entry_t entry, char *args, void *ssym, void *esym) in chain() 296 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym); in main()
|
H A D | boot.h | 6 typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int); typedef
|
H A D | openfirm.h | 59 void OF_chain(void *, u_int, boot_entry_t, void *, u_int);
|
H A D | Locore.c | 504 OF_chain(void *virt, u_int size, boot_entry_t entry, void *arg, u_int len) in OF_chain()
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | boot.c | 199 chain(boot_entry_t entry, char *args, void *ssym, void *esym) in chain() 356 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym); in changedisk_hook()
|
H A D | boot.h | 6 typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int); typedef
|
H A D | openfirm.h | 72 void OF_chain(void *, u_int, boot_entry_t, void *, u_int);
|
H A D | Locore.c | 641 OF_chain(void *virt, u_int size, boot_entry_t entry, void *arg, u_int len) in OF_chain()
|