Lines Matching refs:gctl_unit
490 if (ggio->gctl_unit != G_GATE_UNIT_AUTO && in g_gate_create()
491 ggio->gctl_unit != G_GATE_NAME_GIVEN && in g_gate_create()
492 ggio->gctl_unit < 0) { in g_gate_create()
496 if (ggio->gctl_unit == G_GATE_NAME_GIVEN && in g_gate_create()
520 sc->sc_unit = g_gate_getunit(ggio->gctl_unit, &error); in g_gate_create()
523 if (ggio->gctl_unit == G_GATE_NAME_GIVEN) { in g_gate_create()
599 ggio->gctl_unit = sc->sc_unit; in g_gate_create()
776 sc = g_gate_hold(ggio->gctl_unit, NULL); in g_gate_ioctl()
788 sc = g_gate_hold(ggio->gctl_unit, ggio->gctl_name); in g_gate_ioctl()
805 sc = g_gate_hold(ggio->gctl_unit, ggio->gctl_name); in g_gate_ioctl()
833 if (ggio->gctl_unit == G_GATE_NAME_GIVEN) in g_gate_ioctl()
834 ggio->gctl_unit = sc->sc_unit; in g_gate_ioctl()
844 sc = g_gate_hold(ggio->gctl_unit, NULL); in g_gate_ioctl()
906 sc = g_gate_hold(ggio->gctl_unit, NULL); in g_gate_ioctl()