Searched refs:mn_outp (Results 1 – 2 of 2) sorted by relevance
1587 if (np->mn_outp == NULL) { in linkcycle()1595 np->mn_startp = np->mn_outp; in linkcycle()1645 mep = mnp->mn_outp; in findlinks()2289 if (np->mn_outp) { in mux_addedge()2290 ep = np->mn_outp; in mux_addedge()2296 np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()2297 ep = np->mn_outp; in mux_addedge()2329 ASSERT(np->mn_outp != NULL); in mux_rmvedge()2330 ep = np->mn_outp; in mux_rmvedge()2336 np->mn_outp = ep->me_nextp; in mux_rmvedge()[all …]
673 struct mux_edge *mn_outp; /* list of outgoing edges */ member