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

/freebsd-12-stable/sbin/ggate/ggatel/
H A Dggatel.c120 assert(ggio.gctl_cmd == BIO_DELETE ||
121 ggio.gctl_cmd == BIO_WRITE);
136 switch (ggio.gctl_cmd) {
/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.h175 u_int gctl_cmd; member in struct:g_gate_ctl_io
H A Dg_gate.c853 ggio->gctl_cmd = bp->bio_cmd;
/freebsd-12-stable/sbin/ggate/ggatec/
H A Dggatec.c141 switch (ggio.gctl_cmd) {
217 ggio.gctl_cmd = hdr.gh_cmd;
222 if (ggio.gctl_error == 0 && ggio.gctl_cmd == GGATE_CMD_READ) {
/freebsd-12-stable/sbin/hastd/
H A Dprimary.c245 (hio)->hio_ggio.gctl_cmd == BIO_WRITE && !ISSYNCREQ(hio))
1113 switch (ggio->gctl_cmd) {
1131 (unsigned int)ggio->gctl_cmd);
1189 PJDLOG_ASSERT(ggio->gctl_cmd == BIO_WRITE);
1290 switch (ggio->gctl_cmd) {
1403 switch (ggio->gctl_cmd) {
1576 switch (ggio->gctl_cmd) {
1672 if (ggio->gctl_cmd == BIO_WRITE) {
1787 switch (ggio->gctl_cmd) {
1895 if (ggio->gctl_cmd
[all...]

Completed in 120 milliseconds