Home
last modified time | relevance | path

Searched defs:hook_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h79 typedef struct hook_s { struct
80 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 */