Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1587 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 …]
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h673 struct mux_edge *mn_outp; /* list of outgoing edges */ member