Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dhook.c225 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
2012 return (hook_insert_afterbefore(head, new)); in hook_insert()
2023 return (hook_insert_afterbefore(head, new)); in hook_insert()
2083 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new) in hook_insert_afterbefore() function