Home
last modified time | relevance | path

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

/freebsd-12.1/sys/geom/gate/
H A Dg_gate.h134 u_int gctl_flags; member
H A Dg_gate.c461 if ((ggio->gctl_flags & G_GATE_FLAG_READONLY) != 0 && in g_gate_create()
462 (ggio->gctl_flags & G_GATE_FLAG_WRITEONLY) != 0) { in g_gate_create()
479 sc->sc_flags = (ggio->gctl_flags & G_GATE_USERFLAGS); in g_gate_create()
/freebsd-12.1/sbin/ggate/ggatel/
H A Dggatel.c186 ggioc.gctl_flags = flags; in g_gatel_create()
/freebsd-12.1/sbin/ggate/ggatec/
H A Dggatec.c456 ggioc.gctl_flags = flags; in g_gatec_create()
/freebsd-12.1/sbin/hastd/
H A Dprimary.c928 ggiocreate.gctl_flags = 0; in init_ggate()