FreeBSD kernel kern code
|
Data Fields | |
hhook_func_t | hhk_func |
struct helper * | hhk_helper |
void * | hhk_udata |
Definition at line 54 of file kern_hhook.c.
hhook_func_t hhook::hhk_func |
Definition at line 55 of file kern_hhook.c.
Referenced by hhook_add_hook(), hhook_remove_hook(), and hhook_run_hooks().
struct helper* hhook::hhk_helper |
Definition at line 56 of file kern_hhook.c.
Referenced by hhook_add_hook(), and hhook_run_hooks().
void* hhook::hhk_udata |
Definition at line 57 of file kern_hhook.c.
Referenced by hhook_add_hook(), hhook_remove_hook(), and hhook_run_hooks().