| 162 | } |
| 163 | |
| 164 | int |
| 165 | syscall_module_handler(struct module *mod, int what, void *arg) |
| 166 | { |
| 167 | |
| 168 | return (kern_syscall_module_handler(sysent, mod, what, arg)); |
| 169 | } |
| 170 | |
| 171 | int |
| 172 | kern_syscall_module_handler(struct sysent *sysents, struct module *mod, |
nothing calls this directly
no test coverage detected