Lines Matching refs:mn_outp
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()
8751 ep = ss->ss_mux_nodes[i].mn_outp; in str_stack_shutdown()