Searched refs:ss_mux_nodes (Results 1 – 2 of 2) sorted by relevance
1580 np = &ss->ss_mux_nodes[i]; in linkcycle()1585 np = &ss->ss_mux_nodes[lomaj]; in linkcycle()1647 mnp = &ss->ss_mux_nodes[getmajor(stp->sd_vnode->v_rdev)]; in findlinks()2301 np = &ss->ss_mux_nodes[upmaj]; in mux_addedge()2325 ep->me_nodep = &ss->ss_mux_nodes[lomaj]; in mux_addedge()2341 np = &ss->ss_mux_nodes[upmaj]; in mux_rmvedge()8635 ss->ss_mux_nodes = kmem_zalloc((sizeof (struct mux_node) * in str_stack_init()8638 ss->ss_mux_nodes[i].mn_imaj = i; in str_stack_init()8665 ep = ss->ss_mux_nodes[i].mn_outp; in str_stack_shutdown()8696 kmem_free(ss->ss_mux_nodes, sizeof (struct mux_node) * ss->ss_devcnt); in str_stack_shutdown()[all …]
812 struct mux_node *ss_mux_nodes; /* mux info for cycle checking */ member