Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_slice.c242 for (m_index = 0; m_index < gsp->nhotspot; m_index++) { in g_slice_start()
413 if (gsp->nhotspot == 0) { in g_slice_config()
457 if (gsp->nhotspot == 0) { in g_slice_conf_hot()
465 if(idx >= gsp->nhotspot) { in g_slice_conf_hot()
468 bcopy(gsp->hotspot, gsl2, gsp->nhotspot * sizeof *gsl2); in g_slice_conf_hot()
473 gsp->nhotspot = idx + 1; in g_slice_conf_hot()
H A Dgeom_slice.h63 u_int nhotspot; member