Searched refs:hks (Results 1 – 2 of 2) sorted by relevance
209 hook_stack_t *hks);214 static hook_family_int_t *hook_family_find(char *family, hook_stack_t *hks);215 static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);238 static void hook_stack_notify_run(hook_stack_t *hks, char *name,240 static void hook_stack_remove(hook_stack_t *hks);491 hook_stack_t *hks; in hook_stack_init() local497 hks = (hook_stack_t *)kmem_zalloc(sizeof (*hks), KM_SLEEP); in hook_stack_init()498 hks->hks_netstack = ns; in hook_stack_init()499 hks->hks_netstackid = stackid; in hook_stack_init()501 CVW_INIT(&hks->hks_lock); in hook_stack_init()[all …]
167 struct hook_stack *hks; in hookrootlist() local175 if (mdb_vread((void *)&hks, sizeof (hks), in hookrootlist()181 if (mdb_vread((void *)&hfh, sizeof (hfh), (uintptr_t)((uintptr_t)hks + in hookrootlist()