Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_syscalls.c1187 return (kern_shutdown(td, uap->s, uap->how)); in sys_shutdown()
1191 kern_shutdown(struct thread *td, int s, int how) in kern_shutdown() function
/freebsd/sys/sys/
H A Dsyscallsubr.h346 int kern_shutdown(struct thread *td, int s, int how);
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2051 return (kern_shutdown(td, args->s, args->how)); in linux_shutdown()
/freebsd/sys/conf/
H A Dfiles3849 kern/kern_shutdown.c standard