Searched refs:_syscall_thread_enter (Results 1 – 2 of 2) sorted by relevance
294 int _syscall_thread_enter(struct thread *td, struct sysent *se);303 return (_syscall_thread_enter(td, se)); in syscall_thread_enter()
83 _syscall_thread_enter(struct thread *td, struct sysent *se) in _syscall_thread_enter() function