Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dhook.c211 static hook_event_int_t *hook_event_find(hook_family_int_t *hfi, char *event);
212 static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);
215 static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);
230 static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,
641 hook_family_int_t *hfi; in hook_stack_notify_register() local
678 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_register()
679 if (hfi->hfi_condemned || hfi->hfi_shutdown) in hook_stack_notify_register()
682 hfi->hfi_family.hf_name); in hook_stack_notify_register()
707 hook_family_int_t *hfi; in hook_stack_notify_unregister() local
738 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_unregister()
[all …]