Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_scandag.c52 mde_cookie_t startnode, in md_scan_dag() argument
81 start = (int)startnode; in md_scan_dag()
H A Dmdesc_walkdag.c62 md_walk_dag(md_t *ptr, mde_cookie_t startnode, in md_walk_dag() argument
92 start = startnode; in md_walk_dag()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c321 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()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_descrip.c825 mde_cookie_t startnode, in md_alloc_scan_dag() argument
838 res = md_scan_dag(ptr, startnode, in md_alloc_scan_dag()