| /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 | 180 uint64_t sc_capacity; member in struct:ace_softc 299 sc->sc_capacity = 0; 316 "Card has %qx sectors.\n", sc->sc_capacity)); 317 if (sc->sc_capacity == 0) { 806 if (sc->sc_capacity) { 808 sc->sc_capacity = 0; 861 sc->sc_capacity = 0; 961 sc->sc_capacity = 965 printf("Sysace::sc_capacity x%qx\n", 966 sc->sc_capacity)); [all...] |
| flash_ebus.c | 203 uint32_t sc_capacity; member in struct:eflash_softc 277 sc->sc_capacity = sc->sc_size / DEV_BSIZE; 1178 if (start >= sc->sc_capacity) { 1218 if (Size > sc->sc_capacity) { 1221 Size = sc->sc_capacity - start; 1443 format_bytes(pbuf, sizeof(pbuf), sc->sc_capacity * DEV_BSIZE); 1445 device_xname(self), pbuf, 1, 1, sc->sc_capacity, 1446 DEV_BSIZE, (unsigned long long)sc->sc_capacity); 1680 sc->sc_capacity) <= 0) 1974 lp->d_nsectors = sc->sc_capacity; [all...] |