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

/freebsd-11-stable/sys/geom/
H A Dgeom_sunlabel.c194 struct g_hh01 h0h0; local
209 h0h0.gp = gp;
210 h0h0.ms = gsp->softc;
211 h0h0.label = label;
212 h0h0.error = -1;
219 g_sunlabel_callconfig(&h0h0, 0);
H A Dgeom_bsd.c536 struct h0h0 { struct
546 struct h0h0 *hp;
562 struct h0h0 h0h0; local
583 h0h0.gp = gp;
584 h0h0.ms = gsp->softc;
585 h0h0.label = label;
586 h0h0.error = -1;
593 g_bsd_callconfig(&h0h0, 0);
594 error = h0h0
[all...]

Completed in 110 milliseconds