Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/gate/
H A Dg_gate.h113 u_int gctl_flags; member
H A Dg_gate.c486 if ((ggio->gctl_flags & G_GATE_FLAG_READONLY) != 0 && in g_gate_create()
487 (ggio->gctl_flags & G_GATE_FLAG_WRITEONLY) != 0) { in g_gate_create()
504 sc->sc_flags = (ggio->gctl_flags & G_GATE_USERFLAGS); in g_gate_create()
/freebsd-14.2/sbin/ggate/ggatel/
H A Dggatel.c184 ggioc.gctl_flags = flags; in g_gatel_create()
/freebsd-14.2/sbin/ggate/ggatec/
H A Dggatec.c500 ggioc.gctl_flags = flags; in g_gatec_create()
/freebsd-14.2/sbin/hastd/
H A Dprimary.c926 ggiocreate.gctl_flags = 0; in init_ggate()