Lines Matching refs:hook_stack_t

60  * 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 *hks = (hook_stack_t *)arg;
555 * the hook_stack_t data structure is unused will it go away. Else it
562 hook_stack_t *hks = (hook_stack_t *)arg;
573 * Parameters: hks(I) - pointer to an instance of a hook_stack_t
581 hook_stack_remove(hook_stack_t *hks)
602 * Returns: hook_stack_t * - NULL if not found, else matching instance
605 * Search the list of currently active hook_stack_t structures for one that
609 static hook_stack_t *
612 hook_stack_t *hks;
642 hook_stack_t *hks;
708 hook_stack_t *hks;
773 hook_stack_notify_run(hook_stack_t *hks, char *name,
851 * hks(I) - pointer to an instance of a hook_stack_t
866 hook_family_add(hook_family_t *hf, hook_stack_t *hks, void **store)
944 hook_stack_t *hks;
960 * If we're trying to destroy the hook_stack_t...
1007 hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks)
1056 hook_stack_t *hks;
1072 * If we're trying to destroy the hook_stack_t...
1131 hook_family_find(char *family, hook_stack_t *hks)
1157 * the hook_stack_t that owns it can disappear. We have to put some trust
1167 hook_stack_t *hks;
1297 hook_stack_t *hks;
1380 hook_stack_t *hks;
1600 hook_event_checkdup(hook_event_t *he, hook_stack_t *hks)
1688 hook_stack_t *hks;
2337 hook_stack_t *hks;