Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysent.h183 struct syscall_module_data { struct
184 int (*chainevh)(struct module *, int, void *); /* next handler */
185 void *chainarg; /* arg for next event handler */
186 int *offset; /* offset into sysent */
187 struct sysent *new_sysent; /* new sysent */
188 struct sysent old_sysent; /* old sysent */
189 int flags; /* flags for syscall_register */