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

  /src/sys/dev/flash/
flash.c 324 int unit, device_blks; local in function:flashstrategy
357 device_blks = sc->sc_partinfo.part_size / DEV_BSIZE;
361 if (bounds_check_with_mediasize(bp, DEV_BSIZE, device_blks) <= 0) {
flash.c 324 int unit, device_blks; local in function:flashstrategy
357 device_blks = sc->sc_partinfo.part_size / DEV_BSIZE;
361 if (bounds_check_with_mediasize(bp, DEV_BSIZE, device_blks) <= 0) {

Completed in 21 milliseconds