Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h672 struct mux_edge *mn_startp; /* where search left off in mn_outp */
673 struct mux_edge *mn_outp; /* list of outgoing edges */
686 struct mux_edge { struct
688 struct mux_edge *me_nextp; /* next edge */ argument
/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1565 struct mux_edge *ep; in linkcycle()
1628 struct mux_edge *mep; in findlinks()
2282 struct mux_edge *ep; in mux_addedge()
2293 ep->me_nextp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()
2296 np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()
2323 struct mux_edge *ep; in mux_rmvedge()
2324 struct mux_edge *pep = NULL; in mux_rmvedge()
2337 kmem_free(ep, sizeof (struct mux_edge)); in mux_rmvedge()
8744 struct mux_edge *ep; in str_stack_shutdown()