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

/freebsd-10.3-release/sys/geom/
H A Dgeom_sunlabel.c192 struct g_hh01 h0h0; local
207 h0h0.gp = gp;
208 h0h0.ms = gsp->softc;
209 h0h0.label = label;
210 h0h0.error = -1;
217 g_sunlabel_callconfig(&h0h0, 0);
H A Dgeom_bsd.c615 struct h0h0 { struct
625 struct h0h0 *hp;
641 struct h0h0 h0h0; local
662 h0h0.gp = gp;
663 h0h0.ms = gsp->softc;
664 h0h0.label = label;
665 h0h0.error = -1;
672 g_bsd_callconfig(&h0h0, 0);
673 error = h0h0
[all...]

Completed in 97 milliseconds