Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstrsubr.c1577 np = &ss->ss_mux_nodes[i]; in linkcycle()
1582 np = &ss->ss_mux_nodes[lomaj]; in linkcycle()
1644 mnp = &ss->ss_mux_nodes[getmajor(stp->sd_vnode->v_rdev)]; in findlinks()
2288 np = &ss->ss_mux_nodes[upmaj]; in mux_addedge()
2312 ep->me_nodep = &ss->ss_mux_nodes[lomaj]; in mux_addedge()
2328 np = &ss->ss_mux_nodes[upmaj]; in mux_rmvedge()
8721 ss->ss_mux_nodes = kmem_zalloc((sizeof (struct mux_node) * in str_stack_init()
8724 ss->ss_mux_nodes[i].mn_imaj = i; in str_stack_init()
8751 ep = ss->ss_mux_nodes[i].mn_outp; in str_stack_shutdown()
8782 kmem_free(ss->ss_mux_nodes, sizeof (struct mux_node) * ss->ss_devcnt); in str_stack_shutdown()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h794 struct mux_node *ss_mux_nodes; /* mux info for cycle checking */ member