Home
last modified time | relevance | path

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

/trueos/sys/geom/
HDgeom_bsd.c615 struct h0h0 { struct
625 struct h0h0 *hp; in g_bsd_callconfig() argument
641 struct h0h0 h0h0; in g_bsd_config() local
662 h0h0.gp = gp; in g_bsd_config()
663 h0h0.ms = gsp->softc; in g_bsd_config()
664 h0h0.label = label; in g_bsd_config()
665 h0h0.error = -1; in g_bsd_config()
672 g_bsd_callconfig(&h0h0, 0); in g_bsd_config()
673 error = h0h0.error; in g_bsd_config()
HDgeom_sunlabel.c192 struct g_hh01 h0h0; in g_sunlabel_config() local
207 h0h0.gp = gp; in g_sunlabel_config()
208 h0h0.ms = gsp->softc; in g_sunlabel_config()
209 h0h0.label = label; in g_sunlabel_config()
210 h0h0.error = -1; in g_sunlabel_config()
217 g_sunlabel_callconfig(&h0h0, 0); in g_sunlabel_config()