Home
last modified time | relevance | path

Searched refs:netbsd32_syscall_intern (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/amd64/amd64/
Dnetbsd32_syscall.c53 void netbsd32_syscall_intern(struct proc *);
57 netbsd32_syscall_intern(struct proc *p) in netbsd32_syscall_intern() function
/netbsd/src/sys/arch/sparc64/include/
Dproc.h61 #define netbsd32_syscall_intern syscall_intern macro
/netbsd/src/sys/arch/mips/include/
Dnetbsd32_machdep.h68 #define netbsd32_syscall_intern syscall_intern macro
/netbsd/src/sys/arch/arm/include/
Dnetbsd32_machdep.h70 #define netbsd32_syscall_intern syscall_intern macro
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_netbsd.c106 void netbsd32_syscall_intern(struct proc *);
146 .e_syscall_intern = netbsd32_syscall_intern,