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