Lines Matching refs:h_name
1735 h->hi_hook.h_name); in hook_event_notify_register()
1812 h->hi_hook.h_name); in hook_event_notify_unregister()
1936 hook_event_notify_run(hei, hfi, event, h->h_name, HN_REGISTER); in hook_register()
1977 (strcmp(h->h_name, in hook_insert()
1983 (strcmp(h->h_name, in hook_insert()
2208 hook_event_notify_run(hei, hfi, event, h->h_name, HN_UNREGISTER); in hook_unregister()
2234 if (strcmp(hi->hi_hook.h_name, name) == 0) in hook_find_byname()
2258 return (hook_find_byname(&hei->hei_head, h->h_name)); in hook_find()
2281 ASSERT(src->h_name != NULL); in hook_copy()
2290 len = strlen(src->h_name); in hook_copy()
2291 dst->h_name = (char *)kmem_alloc(len + 1, KM_SLEEP); in hook_copy()
2292 (void) strcpy(dst->h_name, src->h_name); in hook_copy()
2351 hi->hi_hook.h_name, "hook", KSTAT_TYPE_NAMED, in hook_init_kstats()
2406 if (hi->hi_hook.h_name != NULL) { in hook_int_free()
2407 kmem_free(hi->hi_hook.h_name, strlen(hi->hi_hook.h_name) + 1); in hook_int_free()