Home
last modified time | relevance | path

Searched refs:gctl_cmd (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sbin/ggate/ggatel/
H A Dggatel.c120 assert(ggio.gctl_cmd == BIO_DELETE || in g_gatel_serve()
121 ggio.gctl_cmd == BIO_WRITE); in g_gatel_serve()
136 switch (ggio.gctl_cmd) { in g_gatel_serve()
/freebsd-13.1/sbin/hastd/
H A Dprimary.c1113 switch (ggio->gctl_cmd) { in reqlog()
1131 (unsigned int)ggio->gctl_cmd); in reqlog()
1290 switch (ggio->gctl_cmd) { in ggate_recv_thread()
1403 switch (ggio->gctl_cmd) { in local_send_thread()
1576 switch (ggio->gctl_cmd) { in remote_send_thread()
1672 if (ggio->gctl_cmd == BIO_WRITE) { in remote_send_thread()
1787 switch (ggio->gctl_cmd) { in remote_recv_thread()
1895 if (ggio->gctl_cmd == BIO_READ && in ggate_send_thread()
1930 switch (ggio->gctl_cmd) { in ggate_send_thread()
2103 ggio->gctl_cmd = BIO_READ; in sync_thread()
[all …]
/freebsd-13.1/sbin/ggate/ggatec/
H A Dggatec.c154 switch (ggio.gctl_cmd) { in send_thread()
166 ggio.gctl_cmd); in send_thread()
248 ggio.gctl_cmd = hdr.gh_cmd; in recv_thread()
266 if (ggio.gctl_error == 0 && ggio.gctl_cmd == GGATE_CMD_READ) { in recv_thread()
/freebsd-13.1/sys/geom/gate/
H A Dg_gate.h157 u_int gctl_cmd; member
H A Dg_gate.c869 ggio->gctl_cmd = bp->bio_cmd; in g_gate_ioctl()