Lines Matching refs:gctl_unit
234 (hio)->hio_ggio.gctl_unit = -1; \
237 #define ISSYNCREQ(hio) ((hio)->hio_ggio.gctl_unit == -1)
238 #define SYNCREQDONE(hio) do { (hio)->hio_ggio.gctl_unit = -2; } while (0)
239 #define ISSYNCREQDONE(hio) ((hio)->hio_ggio.gctl_unit == -2)
293 ggiod.gctl_unit = res->hr_ggateunit; in cleanup()
618 ggiomodify.gctl_unit = res->hr_ggateunit; in enable_direct_reads()
928 ggiocreate.gctl_unit = G_GATE_NAME_GIVEN; in init_ggate()
933 res->hr_ggateunit = ggiocreate.gctl_unit; in init_ggate()
950 ggiocancel.gctl_unit = G_GATE_NAME_GIVEN; in init_ggate()
955 res->hr_ggateunit = ggiocancel.gctl_unit; in init_ggate()
1235 ggio->gctl_unit = res->hr_ggateunit; in ggate_recv_thread()