Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/scsi/libses/common/
H A Dses_node.c93 np->sn_prev_sibling = pnp->sn_last_child; in ses_node_alloc()
98 pnp->sn_last_child->sn_next_sibling = np; in ses_node_alloc()
100 pnp->sn_last_child = np; in ses_node_alloc()
H A Dses_impl.h142 struct ses_node *sn_last_child; member