Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c212 static hook_event_int_t *hook_event_find(hook_family_int_t *hfi, char *event);
213 static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);
216 static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);
231 static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,
642 hook_family_int_t *hfi; in hook_stack_notify_register() local
679 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_register()
680 if (hfi->hfi_condemned || hfi->hfi_shutdown) in hook_stack_notify_register()
683 hfi->hfi_family.hf_name); in hook_stack_notify_register()
708 hook_family_int_t *hfi; in hook_stack_notify_unregister() local
751 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_unregister()
[all …]