Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c224 static int hook_insert(hook_int_head_t *head, hook_int_t *new);
1935 error = hook_insert(&hei->hei_head, new); in hook_register()
1972 hook_insert(hook_int_head_t *head, hook_int_t *new) in hook_insert() function