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

/freebsd-10.0-release/sbin/hastd/
H A Dprimary.c91 struct g_gate_ctl_io hio_ggio; member in struct:hio
215 (hio)->hio_ggio.gctl_unit = -1; \
216 (hio)->hio_ggio.gctl_seq = 1; \
218 #define ISSYNCREQ(hio) ((hio)->hio_ggio.gctl_unit == -1)
219 #define SYNCREQDONE(hio) do { (hio)->hio_ggio.gctl_unit = -2; } while (0)
220 #define ISSYNCREQDONE(hio) ((hio)->hio_ggio.gctl_unit == -2)
438 hio->hio_ggio.gctl_version = G_GATE_VERSION;
439 hio->hio_ggio.gctl_data = malloc(MAXPHYS);
440 if (hio->hio_ggio.gctl_data == NULL) {
445 hio->hio_ggio
[all...]

Completed in 78 milliseconds