Searched refs:kern_shutdown (Results 1 – 2 of 2) sorted by relevance
292 int kern_shutdown(struct thread *td, int s, int how);
1203 return (kern_shutdown(td, uap->s, uap->how)); in sys_shutdown()1207 kern_shutdown(struct thread *td, int s, int how) in kern_shutdown() function