Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.h70 #define G_GATE_CMD_START _IOWR('m', 4, struct g_gate_ctl_io) macro
H A Dg_gate.c839 case G_GATE_CMD_START: in g_gate_ioctl()
/freebsd/sbin/hastd/
H A Dsubr.c257 G_GATE_CMD_START, in drop_privs()
H A Dprimary.c1243 if (ioctl(res->hr_ggatefd, G_GATE_CMD_START, ggio) == -1) { in ggate_recv_thread()
/freebsd/sbin/ggate/ggatel/
H A Dggatel.c111 g_gate_ioctl(G_GATE_CMD_START, &ggio); in g_gatel_serve()
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c118 g_gate_ioctl(G_GATE_CMD_START, &ggio); in send_thread()