Searched refs:hook_stack_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c60 * is created, we create a new hook_stack_t and are open to business for
112 * by | hook_stack_t |
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;
497 hks = (hook_stack_t *)kmem_zalloc(sizeof (*hks), KM_SLEEP);
534 hook_stack_t *hk
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h202 typedef struct hook_stack hook_stack_t; typedef in typeref:struct:hook_stack
225 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c182 OFFSETOF(hook_stack_t, hks_familylist))) == -1) {

Completed in 78 milliseconds