Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.h113 u_int gctl_flags; member
H A Dg_gate.c485 if ((ggio->gctl_flags & G_GATE_FLAG_READONLY) != 0 && in g_gate_create()
486 (ggio->gctl_flags & G_GATE_FLAG_WRITEONLY) != 0) { in g_gate_create()
503 sc->sc_flags = (ggio->gctl_flags & G_GATE_USERFLAGS); in g_gate_create()
/freebsd/sbin/ggate/ggatel/
H A Dggatel.c190 ggioc.gctl_flags = flags; in g_gatel_create()
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c502 ggioc.gctl_flags = flags; in g_gatec_create()
/freebsd/sbin/hastd/
H A Dprimary.c925 ggiocreate.gctl_flags = 0; in init_ggate()