Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c492 hook_stack_t *hks; in hook_stack_init()
535 hook_stack_t *hks = (hook_stack_t *)arg; in hook_stack_shutdown()
563 hook_stack_t *hks = (hook_stack_t *)arg; in hook_stack_fini()
613 hook_stack_t *hks; in hook_stack_get()
643 hook_stack_t *hks; in hook_stack_notify_register()
709 hook_stack_t *hks; in hook_stack_notify_unregister()
960 hook_stack_t *hks; in hook_family_remove()
1072 hook_stack_t *hks; in hook_family_shutdown()
1183 hook_stack_t *hks; in hook_family_notify_register()
1313 hook_stack_t *hks; in hook_event_add()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h203 typedef struct hook_stack hook_stack_t; typedef
227 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c182 OFFSETOF(hook_stack_t, hks_familylist))) == -1) { in hookrootlist()