Searched refs:md_get_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c431 md_get_root(md_t *md) function
439 MPO_STATUS("md_get_root: No nodes in node count\n");
446 MPO_STATUS("md_get_root: Root node is missing\n");
450 MPO_DEBUG("md_get_root: Node Count: %d\n", n_nodes);
451 MPO_DEBUG("md_get_root: md: %p\n", md);
452 MPO_DEBUG("md_get_root: root: %lx\n", root);
574 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE) {
1656 if ((root = md_get_root(md)) == MDE_INVAL_ELEM_COOKIE)

Completed in 314 milliseconds