Lines Matching refs:sc_unit
147 g_gate_units[sc->sc_unit] = NULL; in g_gate_destroy()
372 g_gate_hold(sc->sc_unit, NULL); in g_gate_guard()
429 sc = g_gate_hold(sc->sc_unit, NULL); in g_gate_dumpconf()
454 sbuf_printf(sb, "%s<unit>%d</unit>\n", indent, sc->sc_unit); in g_gate_dumpconf()
520 sc->sc_unit = g_gate_getunit(ggio->gctl_unit, &error); in g_gate_create()
521 if (sc->sc_unit < 0) in g_gate_create()
529 sc->sc_unit); in g_gate_create()
543 g_gate_units[sc->sc_unit] = sc; in g_gate_create()
599 ggio->gctl_unit = sc->sc_unit; in g_gate_create()
625 g_gate_units[sc->sc_unit] = NULL; in g_gate_create()
834 ggio->gctl_unit = sc->sc_unit; in g_gate_ioctl()