Searched refs:gctl_unit (Results 1 – 6 of 6) sorted by relevance
141 int gctl_unit; /* in/out */ member150 int gctl_unit; member160 int gctl_unit; member167 int gctl_unit; member174 int gctl_unit; member
466 if (ggio->gctl_unit != G_GATE_UNIT_AUTO && in g_gate_create()467 ggio->gctl_unit != G_GATE_NAME_GIVEN && in g_gate_create()468 ggio->gctl_unit < 0) { in g_gate_create()472 if (ggio->gctl_unit == G_GATE_NAME_GIVEN && in g_gate_create()496 if (ggio->gctl_unit == G_GATE_NAME_GIVEN) in g_gate_create()566 ggio->gctl_unit = sc->sc_unit; in g_gate_create()733 sc = g_gate_hold(ggio->gctl_unit, NULL); in g_gate_ioctl()790 if (ggio->gctl_unit == G_GATE_NAME_GIVEN) in g_gate_ioctl()791 ggio->gctl_unit = sc->sc_unit; in g_gate_ioctl()801 sc = g_gate_hold(ggio->gctl_unit, NULL); in g_gate_ioctl()[all …]
99 ggio.gctl_unit = unit; in g_gatel_serve()180 ggioc.gctl_unit = unit; in g_gatel_create()191 printf("%s%u\n", G_GATE_PROVIDER_NAME, ggioc.gctl_unit); in g_gatel_create()192 unit = ggioc.gctl_unit; in g_gatel_create()207 ggioc.gctl_unit = unit; in g_gatel_rescue()
103 ggio.gctl_unit = unit; in send_thread()196 ggio.gctl_unit = unit; in recv_thread()435 ggioc.gctl_unit = unit; in g_gatec_loop()459 ggioc.gctl_unit = unit; in g_gatec_create()464 printf("%s%u\n", G_GATE_PROVIDER_NAME, ggioc.gctl_unit); in g_gatec_create()467 unit = ggioc.gctl_unit; in g_gatec_create()482 ggioc.gctl_unit = unit; in g_gatec_rescue()
237 (hio)->hio_ggio.gctl_unit = -1; \240 #define ISSYNCREQ(hio) ((hio)->hio_ggio.gctl_unit == -1)241 #define SYNCREQDONE(hio) do { (hio)->hio_ggio.gctl_unit = -2; } while (0)242 #define ISSYNCREQDONE(hio) ((hio)->hio_ggio.gctl_unit == -2)296 ggiod.gctl_unit = res->hr_ggateunit; in cleanup()621 ggiomodify.gctl_unit = res->hr_ggateunit; in enable_direct_reads()931 ggiocreate.gctl_unit = G_GATE_NAME_GIVEN; in init_ggate()936 res->hr_ggateunit = ggiocreate.gctl_unit; in init_ggate()953 ggiocancel.gctl_unit = G_GATE_NAME_GIVEN; in init_ggate()958 res->hr_ggateunit = ggiocancel.gctl_unit; in init_ggate()[all …]
207 ggio.gctl_unit = unit; in g_gate_destroy()