Home
last modified time | relevance | path

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

/freebsd/sys/geom/gate/
H A Dg_gate.c67 static u_int g_gate_maxunits = 256; variable
69 &g_gate_maxunits, 0, "Maximum number of ggate devices");
307 if (unit >= 0 && unit < g_gate_maxunits) in g_gate_hold()
311 for (unit = 0; unit < g_gate_maxunits; unit++) { in g_gate_hold()
346 if (unit >= g_gate_maxunits) in g_gate_getunit()
353 for (unit = 0; unit < g_gate_maxunits; unit++) { in g_gate_getunit()
532 for (unit = 0; unit < g_gate_maxunits; unit++) { in g_gate_create()
979 g_gate_units = malloc(g_gate_maxunits * sizeof(g_gate_units[0]), in g_gate_modevent()