Searched refs:hio_ggio (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c91 struct g_gate_ctl_io hio_ggio; member in struct:hio
235 (hio)->hio_ggio.gctl_unit = -1; \
236 (hio)->hio_ggio.gctl_seq = 1; \
238 #define ISSYNCREQ(hio) ((hio)->hio_ggio.gctl_unit == -1)
239 #define SYNCREQDONE(hio) do { (hio)->hio_ggio.gctl_unit = -2; } while (0)
240 #define ISSYNCREQDONE(hio) ((hio)->hio_ggio.gctl_unit == -2)
243 (hio)->hio_ggio.gctl_cmd == BIO_WRITE && !ISSYNCREQ(hio))
491 hio->hio_ggio.gctl_version = G_GATE_VERSION;
492 hio->hio_ggio.gctl_data = malloc(MAXPHYS);
493 if (hio->hio_ggio
[all...]

Completed in 140 milliseconds