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

/freebsd-10.3-release/sys/geom/
H A Dgeom_slice.c59 g_slice_alloc(unsigned nslice, unsigned scsize) argument
64 if (scsize > 0)
65 gsp->softc = g_malloc(scsize, M_WAITOK | M_ZERO);

Completed in 47 milliseconds