Lines Matching refs:h_hintvalue
1978 (char *)hih->h_hintvalue) == 0)) { in hook_insert()
1984 (char *)hih->h_hintvalue) == 0)) { in hook_insert()
2010 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()
2021 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()
2107 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2108 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2113 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2114 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2121 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2122 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2127 (strcmp((char *)h->h_hintvalue, in hook_insert_afterbefore()
2128 (char *)nh->h_hintvalue) == 0)) { in hook_insert_afterbefore()
2298 dst->h_hintvalue = (uintptr_t)""; in hook_copy()
2301 len = strlen((char *)src->h_hintvalue); in hook_copy()
2303 dst->h_hintvalue = (uintptr_t)kmem_alloc(len + 1, in hook_copy()
2305 (void) strcpy((char *)dst->h_hintvalue, in hook_copy()
2306 (char *)src->h_hintvalue); in hook_copy()
2367 (const char *)hi->hi_hook.h_hintvalue); in hook_init_kstats()
2417 len = strlen((char *)hi->hi_hook.h_hintvalue); in hook_int_free()
2419 kmem_free((void *)hi->hi_hook.h_hintvalue, len + 1); in hook_int_free()