Searched defs:hook_s (Results 1 – 1 of 1) sorted by relevance
79 typedef struct hook_s { struct80 int h_version;81 hook_func_t h_func; /* callback func */82 char *h_name; /* name of this hook */83 uint_t h_flags; /* extra hook properties */84 hook_hint_t h_hint; /* What type of hint is hintvalue */85 uintptr_t h_hintvalue;86 void *h_arg; /* value to pass back into the hook */