Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1199
int
1200
sys_shutdown(struct thread *td, struct shutdown_args *uap)
1201
{
1202
1203
return (kern_shutdown(td, uap->s, uap->how));
1204
}
1205
1206
int
1207
kern_shutdown(struct thread *td, int s, int how)
Callers
1
ff_shutdown
Function · 0.85
Calls
1
kern_shutdown
Function · 0.85
Tested by
no test coverage detected