Searched refs:mn_outp (Results 1 – 2 of 2) sorted by relevance
1591 if (np->mn_outp == NULL) { in linkcycle()1599 np->mn_startp = np->mn_outp; in linkcycle()1649 mep = mnp->mn_outp; in findlinks()2303 if (np->mn_outp) { in mux_addedge()2304 ep = np->mn_outp; in mux_addedge()2310 np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP); in mux_addedge()2311 ep = np->mn_outp; in mux_addedge()2343 ASSERT(np->mn_outp != NULL); in mux_rmvedge()2344 ep = np->mn_outp; in mux_rmvedge()2350 np->mn_outp = ep->me_nextp; in mux_rmvedge()[all …]
691 struct mux_edge *mn_outp; /* list of outgoing edges */ member