Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/geom/
Dgeom_slice.c229 for (m_index = 0; m_index < gsp->nhotspot; m_index++) { in g_slice_start()
400 if (gsp->nhotspot == 0) in g_slice_config()
441 if (gsp->nhotspot == 0) { in g_slice_conf_hot()
446 if(idx >= gsp->nhotspot) { in g_slice_conf_hot()
449 bcopy(gsp->hotspot, gsl2, gsp->nhotspot * sizeof *gsl2); in g_slice_conf_hot()
454 gsp->nhotspot = idx + 1; in g_slice_conf_hot()
Dgeom_slice.h63 u_int nhotspot; member