Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_slice.c229 for (m_index = 0; m_index < gsp->nhotspot; m_index++) { in g_slice_start()
399 if (gsp->nhotspot == 0) { in g_slice_config()
443 if (gsp->nhotspot == 0) { in g_slice_conf_hot()
451 if(idx >= gsp->nhotspot) { in g_slice_conf_hot()
454 bcopy(gsp->hotspot, gsl2, gsp->nhotspot * sizeof *gsl2); in g_slice_conf_hot()
459 gsp->nhotspot = idx + 1; in g_slice_conf_hot()
HDgeom_slice.h63 u_int nhotspot; member