Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dmdeg.c133 static mde_cookie_t mdeg_find_start_node(md_t *, mdeg_node_spec_t *);
347 startnode = mdeg_find_start_node(mdp, clnt->pspec); in mdeg_notify_client_reg()
612 md_prev_start = mdeg_find_start_node(mdeg.md_prev, clnt->pspec); in mdeg_notify_client()
617 md_curr_start = mdeg_find_start_node(mdeg.md_curr, clnt->pspec); in mdeg_notify_client()
647 mdeg_find_start_node(md_t *md, mdeg_node_spec_t *nspec) in mdeg_find_start_node() function