Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c217 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
1918 hi = hook_find(hei, h); in hook_register()
2187 hi = hook_find(hei, h); in hook_unregister()
2268 hook_find(hook_event_int_t *hei, hook_t *h) in hook_find() function