Searched refs:mux_edge (Results 1 – 2 of 2) sorted by relevance
690 struct mux_edge *mn_startp; /* where search left off in mn_outp */691 struct mux_edge *mn_outp; /* list of outgoing edges */704 struct mux_edge { struct706 struct mux_edge *me_nextp; /* next edge */ argument
1568 struct mux_edge *ep; in linkcycle()1631 struct mux_edge *mep; in findlinks()2295 struct mux_edge *ep; in mux_addedge()2306 ep->me_nextp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()2309 np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()2336 struct mux_edge *ep; in mux_rmvedge()2337 struct mux_edge *pep = NULL; in mux_rmvedge()2350 kmem_free(ep, sizeof (struct mux_edge)); in mux_rmvedge()8658 struct mux_edge *ep; in str_stack_shutdown()