Home
last modified time | relevance | path

Searched refs:hi_hook (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c840 rval = (*hi->hi_hook.h_func)(token, info, hi->hi_hook.h_arg); in hook_run()
1751 h->hi_hook.h_name); in hook_event_notify_register()
1828 h->hi_hook.h_name); in hook_event_notify_unregister()
1977 hook_t *h = &new->hi_hook; in hook_insert()
1991 hih = &hi->hi_hook; in hook_insert()
2105 nh = &new->hi_hook; in hook_insert_afterbefore()
2115 h = &hi->hi_hook; in hook_insert_afterbefore()
2302 dst = &new->hi_hook; in hook_copy()
2379 switch (hi->hi_hook.h_hint) { in hook_init_kstats()
2423 kmem_free(hi->hi_hook.h_name, strlen(hi->hi_hook.h_name) + 1); in hook_int_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h115 hook_t hi_hook; member
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c61 h = &hl.hi_hook; in hooklist()