Home
last modified time | relevance | path

Searched refs:boot_entry_t (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c156 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 Dboot.h6 typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int); typedef
H A Dopenfirm.h59 void OF_chain(void *, u_int, boot_entry_t, void *, u_int);
H A DLocore.c504 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 Dboot.c199 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 Dboot.h6 typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int); typedef
H A Dopenfirm.h72 void OF_chain(void *, u_int, boot_entry_t, void *, u_int);
H A DLocore.c641 OF_chain(void *virt, u_int size, boot_entry_t entry, void *arg, u_int len) in OF_chain()