Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dhook.c212 static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);
216 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
230 static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,
801 hook_event_int_t *hei; in hook_run() local
807 hei = (hook_event_int_t *)token; in hook_run()
818 TAILQ_FOREACH(hi, &hei->hei_head, hi_entry) { in hook_run()
835 hei->hei_kstats.events.value.ui64++; in hook_run()
1166 hook_event_int_t *hei; in hook_family_notify_register() local
1192 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register()
1195 hei->hei_event->he_name); in hook_family_notify_register()
[all …]
H A Dneti_impl.c484 hook_event_int_t *hei; in net_event_register() local
493 hei = hook_event_add(info->netd_hooks, he); in net_event_register()
494 return ((hook_event_token_t)hei); in net_event_register()