Home | History | Annotate | Download | only in ebus

Lines Matching defs:sc_capacity

206     uint32_t sc_capacity;
280 sc->sc_capacity = sc->sc_size / DEV_BSIZE;
1181 if (start >= sc->sc_capacity) {
1221 if (Size > sc->sc_capacity) {
1224 Size = sc->sc_capacity - start;
1450 format_bytes(pbuf, sizeof(pbuf), sc->sc_capacity * DEV_BSIZE);
1452 device_xname(self), pbuf, 1, 1, sc->sc_capacity,
1453 DEV_BSIZE, (unsigned long long)sc->sc_capacity);
1687 sc->sc_capacity) <= 0)
1981 lp->d_nsectors = sc->sc_capacity;
1989 if (sc->sc_capacity > UINT32_MAX)
1992 lp->d_secperunit = sc->sc_capacity;
2267 dg->dg_secperunit = sc->sc_capacity;
2269 dg->dg_nsectors = sc->sc_capacity;
2271 dg->dg_ncylinders = sc->sc_capacity;