Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.c84 static struct g_gate_softc **g_gate_units; variable
147 g_gate_units[sc->sc_unit] = NULL; in g_gate_destroy()
308 sc = g_gate_units[unit]; in g_gate_hold()
312 if (g_gate_units[unit] == NULL) in g_gate_hold()
315 g_gate_units[unit]->sc_provider->name) != 0) { in g_gate_hold()
318 sc = g_gate_units[unit]; in g_gate_hold()
348 else if (g_gate_units[unit] == NULL) in g_gate_getunit()
354 if (g_gate_units[unit] == NULL) in g_gate_getunit()
533 if (g_gate_units[unit] == NULL) in g_gate_create()
535 if (strcmp(name, g_gate_units[unit]->sc_name) != 0) in g_gate_create()
[all …]