Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/gate/
H A Dg_gate.h115 u_int gctl_flags; member
H A Dg_gate.c491 if ((ggio->gctl_flags & G_GATE_FLAG_READONLY) != 0 && in g_gate_create()
492 (ggio->gctl_flags & G_GATE_FLAG_WRITEONLY) != 0) { in g_gate_create()
509 sc->sc_flags = (ggio->gctl_flags & G_GATE_USERFLAGS); in g_gate_create()
/freebsd-13.1/sbin/ggate/ggatel/
H A Dggatel.c186 ggioc.gctl_flags = flags; in g_gatel_create()
/freebsd-13.1/sbin/ggate/ggatec/
H A Dggatec.c502 ggioc.gctl_flags = flags; in g_gatec_create()
/freebsd-13.1/sbin/hastd/
H A Dprimary.c928 ggiocreate.gctl_flags = 0; in init_ggate()