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

  /src/sys/dev/
ldvar.h 57 int sc_secsize; /* sector size in bytes */ member in struct:ld_softc
  /src/sys/arch/xen/xen/
xbd_xenbus.c 172 uint64_t sc_sectors; /* number of sc_secsize sectors for this device */
173 u_long sc_secsize; /* sector size */ member in struct:xbd_xenbus_softc
677 sc->sc_sectors * (uint64_t)sc->sc_secsize / DEV_BSIZE;
682 dg->dg_secsize = sc->sc_secsize;
748 sc->sc_xbusd->xbusd_otherend, "sector-size", &sc->sc_secsize, 10);
760 sc->sc_sectors = sectors * (uint64_t)XEN_BSIZE / sc->sc_secsize;
1177 if (__predict_false((vaddr_t)bp->b_data & (sc->sc_secsize - 1))) {
1278 req->sector_number = (bp->b_rawblkno * sc->sc_secsize / XEN_BSIZE) +
1303 KASSERT(((ma & PAGE_MASK) & (sc->sc_secsize - 1)) == 0);
1304 KASSERT((nbytes & (sc->sc_secsize - 1)) == 0)
    [all...]

Completed in 11 milliseconds