MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_shutdown

Function sys_shutdown

freebsd/kern/uipc_syscalls.c:1199–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199int
1200sys_shutdown(struct thread *td, struct shutdown_args *uap)
1201{
1202
1203 return (kern_shutdown(td, uap->s, uap->how));
1204}
1205
1206int
1207kern_shutdown(struct thread *td, int s, int how)

Callers 1

ff_shutdownFunction · 0.85

Calls 1

kern_shutdownFunction · 0.85

Tested by

no test coverage detected