Searched refs:g_gate_softc (Results 1 – 2 of 2) sorted by relevance
84 static struct g_gate_softc **g_gate_units;102 g_gate_destroy(struct g_gate_softc *sc, boolean_t force) in g_gate_destroy()171 struct g_gate_softc *sc; in g_gate_access()191 struct g_gate_softc *sc; in g_gate_queue_io()221 struct g_gate_softc *sc; in g_gate_done()249 struct g_gate_softc *sc; in g_gate_start()301 static struct g_gate_softc *304 struct g_gate_softc *sc = NULL; in g_gate_hold()329 g_gate_release(struct g_gate_softc *sc) in g_gate_release()366 struct g_gate_softc *sc; in g_gate_guard()[all …]
79 struct g_gate_softc { struct98 LIST_ENTRY(g_gate_softc) sc_next; /* P: g_gate_list_mtx */ argument