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

/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.h73 #define G_GATE_CMD_DONE _IOWR('m', 5, struct g_gate_ctl_io) macro
H A Dg_gate.c890 case G_GATE_CMD_DONE:
/freebsd-12-stable/sbin/ggate/ggatel/
H A Dggatel.c165 g_gate_ioctl(G_GATE_CMD_DONE, &ggio);
/freebsd-12-stable/sbin/hastd/
H A Dsubr.c261 G_GATE_CMD_DONE,
H A Dprimary.c1208 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1)
1209 primary_exit(EX_OSERR, "G_GATE_CMD_DONE failed");
1924 if (ioctl(res->hr_ggatefd, G_GATE_CMD_DONE, ggio) == -1) {
1926 "G_GATE_CMD_DONE failed");
/freebsd-12-stable/sbin/ggate/ggatec/
H A Dggatec.c239 g_gate_ioctl(G_GATE_CMD_DONE, &ggio);

Completed in 195 milliseconds