Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h668 struct mux_node { struct
671 struct mux_node *mn_originp; /* where we came from during search */ argument
687 struct mux_node *me_nodep; /* edge leads to this node */
794 struct mux_node *ss_mux_nodes; /* mux info for cycle checking */
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1564 struct mux_node *np; in linkcycle()
1629 struct mux_node *mnp; in findlinks()
2281 struct mux_node *np; in mux_addedge()
2322 struct mux_node *np; in mux_rmvedge()
8721 ss->ss_mux_nodes = kmem_zalloc((sizeof (struct mux_node) * in str_stack_init()
8782 kmem_free(ss->ss_mux_nodes, sizeof (struct mux_node) * ss->ss_devcnt); in str_stack_shutdown()