HomeSort by: relevance | last modified time | path
    Searched defs:sc_sectors (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xbd_xenbus.c 172 uint64_t sc_sectors; /* number of sc_secsize sectors for this device */ member in struct:xbd_xenbus_softc
677 sc->sc_sectors * (uint64_t)sc->sc_secsize / DEV_BSIZE;
681 dg->dg_secperunit = sc->sc_sectors;
695 sc->sc_sectors * dg->dg_secsize);
698 buf, (int)dg->dg_secsize, sc->sc_sectors);
760 sc->sc_sectors = sectors * (uint64_t)XEN_BSIZE / sc->sc_secsize;
1141 if (bp->b_rawblkno < 0 || bp->b_rawblkno > sc->sc_sectors) {
xbd_xenbus.c 172 uint64_t sc_sectors; /* number of sc_secsize sectors for this device */ member in struct:xbd_xenbus_softc
677 sc->sc_sectors * (uint64_t)sc->sc_secsize / DEV_BSIZE;
681 dg->dg_secperunit = sc->sc_sectors;
695 sc->sc_sectors * dg->dg_secsize);
698 buf, (int)dg->dg_secsize, sc->sc_sectors);
760 sc->sc_sectors = sectors * (uint64_t)XEN_BSIZE / sc->sc_secsize;
1141 if (bp->b_rawblkno < 0 || bp->b_rawblkno > sc->sc_sectors) {

Completed in 23 milliseconds