EMULNAME
void EMULNAME(syscall_intern)(struct proc *);
p->p_md.md_syscall = EMULNAME(syscall);
#ifndef EMULNAME
static void EMULNAME(syscall)(struct trapframe *);
void EMULNAME(syscall_intern)(struct proc *);
p->p_md.md_syscall = EMULNAME(syscall);
#ifndef EMULNAME
static void EMULNAME(syscall)(struct trapframe *);
p->p_md.md_syscall = EMULNAME(syscall);
EMULNAME(syscall)(struct lwp *l, u_int status, u_int cause, vaddr_t pc)
#ifndef EMULNAME
void EMULNAME(syscall_intern)(struct proc *);
static void EMULNAME(syscall)(struct lwp *, uint32_t, uint32_t, vaddr_t);
void EMULNAME(syscall_intern)(struct proc *);
p->p_md.md_syscall = EMULNAME(syscall);
#ifndef EMULNAME
static void EMULNAME(syscall)(struct trapframe *);
#ifndef EMULNAME
void EMULNAME(syscall_intern)(struct proc *);
static void EMULNAME(syscall)(struct trapframe *);
__CTASSERT(EMULNAME(SYS_MAXSYSARGS) <= 8);
p->p_md.md_syscall = EMULNAME(syscall);
register_t copyargs[EMULNAME(SYS_MAXSYSARGS)];