Searched defs:startfuncp (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/hppa/stand/boot/ |
H A D | exec.c | 37 typedef void (*startfuncp)(int, int, int, int, int, int, caddr_t) typedef
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | exec.c | 34 typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn)); typedef
|
/openbsd/sys/arch/hppa/stand/cdboot/ |
H A D | cdboot.c | 64 typedef void (*startfuncp)(int, int, int, int, int, int, caddr_t) typedef
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | exec.c | 36 typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn)); typedef
|
/openbsd/sys/arch/i386/stand/libsa/ |
H A D | exec_i386.c | 54 typedef void (*startfuncp)(int, int, int, int, int, int, int, int) typedef
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | exec_i386.c | 56 typedef void (*startfuncp)(int, int, int, int, int, int, int, int) typedef
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | exec.c | 35 typedef void (*startfuncp)(void *, void *, void *) __attribute__ ((noreturn)); typedef
|
/openbsd/sys/arch/amd64/stand/libsa/ |
H A D | exec_i386.c | 60 typedef void (*startfuncp)(int, int, int, int, int, int, int, int) typedef
|