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

Function lkmnosys

freebsd/kern/kern_syscalls.c:52–57  ·  view source on GitHub ↗

* Acts like "nosys" but can be identified in sysent for dynamic call * number assignment for a limited number of calls. * * Place holder for system call slots reserved for loadable modules. */

Source from the content-addressed store, hash-verified

50 * Place holder for system call slots reserved for loadable modules.
51 */
52int
53lkmnosys(struct thread *td, struct nosys_args *args)
54{
55
56 return (nosys(td, args));
57}
58
59int
60lkmressys(struct thread *td, struct nosys_args *args)

Callers

nothing calls this directly

Calls 1

nosysFunction · 0.85

Tested by

no test coverage detected