/src/sys/dev/mca/ |
edvar.h | 55 int sc_capacity; member in struct:ed_softc
|
/src/sys/arch/bebox/stand/boot/ |
wdvar.h | 69 uint64_t sc_capacity; member in struct:wd_softc
|
/src/sys/arch/cobalt/stand/boot/ |
wdvar.h | 74 uint64_t sc_capacity; member in struct:wd_softc
|
/src/sys/arch/mmeye/stand/boot/ |
wdvar.h | 108 uint64_t sc_capacity; member in struct:wd_softc
|
/src/sys/dev/ata/ |
wdvar.h | 70 uint64_t sc_capacity; /* full capacity of the device */ member in struct:wd_softc
|
/src/sys/arch/emips/ebus/ |
ace_ebus.c | 183 uint64_t sc_capacity; member in struct:ace_softc 302 sc->sc_capacity = 0; 319 "Card has %qx sectors.\n", sc->sc_capacity)); 320 if (sc->sc_capacity == 0) { 809 if (sc->sc_capacity) { 811 sc->sc_capacity = 0; 864 sc->sc_capacity = 0; 964 sc->sc_capacity = 968 printf("Sysace::sc_capacity x%qx\n", 969 sc->sc_capacity)); [all...] |
flash_ebus.c | 206 uint32_t sc_capacity; member in struct:eflash_softc 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; [all...] |