Home
last modified time | relevance | path

Searched defs:syscall_module_data (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dsysent.h214 struct syscall_module_data { struct
215 int (*chainevh)(struct module *, int, void *); /* next handler */
216 void *chainarg; /* arg for next event handler */
217 int *offset; /* offset into sysent */
218 struct sysent *new_sysent; /* new sysent */
219 struct sysent old_sysent; /* old sysent */
220 int flags; /* flags for syscall_register */