Home
last modified time | relevance | path

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

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