Searched refs:startnode (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/common/mdesc/ |
H A D | mdesc_scandag.c | 54 mde_cookie_t startnode, in md_scan_dag() argument 83 start = (int)startnode; in md_scan_dag()
|
H A D | mdesc_walkdag.c | 64 md_walk_dag(md_t *ptr, mde_cookie_t startnode, in md_walk_dag() argument 94 start = startnode; in md_walk_dag()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 321 mde_cookie_t startnode; in mdeg_notify_client_reg() local 347 startnode = mdeg_find_start_node(mdp, clnt->pspec); in mdeg_notify_client_reg() 348 if (startnode == MDE_INVAL_ELEM_COOKIE) { in mdeg_notify_client_reg() 364 nnodes = md_scan_dag(mdp, startnode, nname, aname, NULL); in mdeg_notify_client_reg() 381 nodechk = md_scan_dag(mdp, startnode, nname, aname, listp); in mdeg_notify_client_reg()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_descrip.c | 825 mde_cookie_t startnode, in md_alloc_scan_dag() argument 838 res = md_scan_dag(ptr, startnode, in md_alloc_scan_dag()
|