Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/gate/
Dg_gate.h70 #define G_GATE_CMD_START _IOWR('m', 4, struct g_gate_ctl_io) macro
Dg_gate.c788 case G_GATE_CMD_START: in g_gate_ioctl()
/freebsd-9-stable/sbin/ggate/ggatel/
Dggatel.c105 g_gate_ioctl(G_GATE_CMD_START, &ggio); in g_gatel_serve()
/freebsd-9-stable/sbin/ggate/ggatec/
Dggatec.c107 g_gate_ioctl(G_GATE_CMD_START, &ggio); in send_thread()
/freebsd-9-stable/sbin/hastd/
Dprimary.c1245 if (ioctl(res->hr_ggatefd, G_GATE_CMD_START, ggio) == -1) { in ggate_recv_thread()