MCPcopy 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
59int
60lkmressys(struct thread *td, struct nosys_args *args)
61{
62
63 return (nosys(td, args));
64}
65
66static void
67syscall_thread_drain(struct sysent *se)

Callers

nothing calls this directly

Calls 1

nosysFunction · 0.85

Tested by

no test coverage detected