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

Function syscall_helper_register

freebsd/kern/kern_syscalls.c:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220int
221syscall_helper_register(struct syscall_helper_data *sd, int flags)
222{
223
224 return (kern_syscall_helper_register(sysent, sd, flags));
225}
226
227int
228kern_syscall_helper_register(struct sysent *sysents,

Callers 6

sctp_syscalls_initFunction · 0.85
shminitFunction · 0.85
seminitFunction · 0.85
mqinitFunction · 0.85
ksem_module_initFunction · 0.85
msginitFunction · 0.85

Calls 1

Tested by

no test coverage detected