Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c492 hook_stack_t *hks; in hook_stack_init() local
498 hks = (hook_stack_t *)kmem_zalloc(sizeof (*hks), KM_SLEEP); in hook_stack_init()
506 hook_wait_init(&hks->hks_waiter, &hks->hks_lock); in hook_stack_init()
512 return (hks); in hook_stack_init()
598 kmem_free(hks, sizeof (*hks)); in hook_stack_remove()
613 hook_stack_t *hks; in hook_stack_get() local
620 return (hks); in hook_stack_get()
643 hook_stack_t *hks; in hook_stack_notify_register() local
653 if (hks != NULL) { in hook_stack_notify_register()
709 hook_stack_t *hks; in hook_stack_notify_unregister() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c167 struct hook_stack *hks; in hookrootlist() local
175 if (mdb_vread((void *)&hks, sizeof (hks), in hookrootlist()
181 if (mdb_vread((void *)&hfh, sizeof (hfh), (uintptr_t)((uintptr_t)hks + in hookrootlist()