Home
last modified time | relevance | path

Searched defs:g_concat_softc (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/geom/concat/
HDg_concat.h78 struct g_concat_softc { struct
79 u_int sc_type; /* provider type */
80 struct g_geom *sc_geom;
81 struct g_provider *sc_provider;
82 uint32_t sc_id; /* concat unique ID */
84 struct g_concat_disk *sc_disks;
85 uint16_t sc_ndisks;
86 struct mtx sc_lock;