Searched refs:hei (Results 1 – 2 of 2) sorted by relevance
213 static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);217 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);231 static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,817 hook_event_int_t *hei; in hook_run() local823 hei = (hook_event_int_t *)token; in hook_run()834 TAILQ_FOREACH(hi, &hei->hei_head, hi_entry) { in hook_run()851 hei->hei_kstats.events.value.ui64++; in hook_run()1182 hook_event_int_t *hei; in hook_family_notify_register() local1208 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register()1211 hei->hei_event->he_name); in hook_family_notify_register()[all …]
484 hook_event_int_t *hei; in net_event_register() local493 hei = hook_event_add(info->netd_hooks, he); in net_event_register()494 return ((hook_event_token_t)hei); in net_event_register()