Searched refs:chainevh (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_syscalls.c183 if (data->chainevh)
184 error = data->chainevh(mod, what, data->chainarg);
194 if (data->chainevh) {
195 error = data->chainevh(mod, what, data->chainarg);
203 if (data->chainevh)
204 return (data->chainevh(mod, what, data->chainarg));
/freebsd-12-stable/sys/sys/
H A Dsysent.h178 int (*chainevh)(struct module *, int, void *); /* next handler */ member in struct:syscall_module_data
H A Dconf.h214 int (*chainevh)(struct module *, int, void *); /* next handler */ member in struct:devsw_module_data
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c408 .chainevh = load,

Completed in 137 milliseconds