Home
last modified time | relevance | path

Searched refs:_syscall_thread_enter (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/sys/
Dsysent.h294 int _syscall_thread_enter(struct thread *td, struct sysent *se);
303 return (_syscall_thread_enter(td, se)); in syscall_thread_enter()
/freebsd-12-stable/sys/kern/
Dkern_syscalls.c83 _syscall_thread_enter(struct thread *td, struct sysent *se) in _syscall_thread_enter() function