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

Function syscall_module_handler

freebsd/kern/kern_syscalls.c:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int
165syscall_module_handler(struct module *mod, int what, void *arg)
166{
167
168 return (kern_syscall_module_handler(sysent, mod, what, arg));
169}
170
171int
172kern_syscall_module_handler(struct sysent *sysents, struct module *mod,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected