Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c38 for (np = sp->ss_root->sn_first_child; np != NULL; in ses_find_enclosure()
67 ses_node_teardown(np->sn_first_child); in ses_node_teardown()
95 if (pnp->sn_first_child == NULL) in ses_node_alloc()
96 pnp->sn_first_child = np; in ses_node_alloc()
215 if (root->sn_first_child == NULL) in ses_build_snap_skel()
331 if (ses_fill_tree(np->sn_first_child) != 0) in ses_fill_tree()
377 return (np->sn_first_child); in ses_node_child()
H A Dses_impl.h139 struct ses_node *sn_first_child; member