Home
last modified time | relevance | path

Searched refs:l_sysent (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dsyscallvar.h64 l->l_sysent = sy; in sy_call()
66 l->l_sysent = NULL; in sy_call()
H A Dlwp.h201 const struct sysent * volatile l_sysent;/* !: currently active syscall */ member
/netbsd-src/sys/kern/
H A Dkern_syscall.c75 sy = l->l_sysent; in sys_nomodule()
186 if (l->l_sysent == &sy[sp[i].sp_code]) { in syscall_disestablish()