Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lkmressys
Function
lkmressys
freebsd/kern/kern_syscalls.c:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
int
60
lkmressys(struct thread *td, struct nosys_args *args)
61
{
62
63
return (nosys(td, args));
64
}
65
66
static void
67
syscall_thread_drain(struct sysent *se)
Callers
nothing calls this directly
Calls
1
nosys
Function · 0.85
Tested by
no test coverage detected