Searched defs:syscall_module_data (Results 1 – 1 of 1) sorted by relevance
212 struct syscall_module_data { struct213 int (*chainevh)(struct module *, int, void *); /* next handler */214 void *chainarg; /* arg for next event handler */215 int *offset; /* offset into sysent */216 struct sysent *new_sysent; /* new sysent */217 struct sysent old_sysent; /* old sysent */218 int flags; /* flags for syscall_register */