Searched refs:sc_node (Results 1 – 2 of 2) sorted by relevance
639 if (ng_make_node_common(&typestruct, &sc->sc_node) != 0) { in ubt_attach()645 if (ng_name_node(sc->sc_node, device_get_nameunit(dev)) != 0) { in ubt_attach()647 NG_NODE_UNREF(sc->sc_node); in ubt_attach()650 NG_NODE_SET_PRIVATE(sc->sc_node, sc); in ubt_attach()651 NG_NODE_FORCE_WRITER(sc->sc_node); in ubt_attach()773 node_p node = sc->sc_node; in ubt_detach()777 sc->sc_node = NULL; in ubt_detach()
144 node_p sc_node; /* pointer back to node */ member