Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h292 int kern_shutdown(struct thread *td, int s, int how);
/f-stack/freebsd/kern/
H A Duipc_syscalls.c1203 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