Home
last modified time | relevance | path

Searched refs:totalsectors (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ips/
H A Dips_disk.c132 u_int totalsectors; in ipsd_attach() local
152 totalsectors = dsc->sc->drives[dsc->disk_number].sector_count; in ipsd_attach()
153 if ((totalsectors > 0x400000) && in ipsd_attach()
162 dsc->ipsd_disk->d_mediasize = (off_t)totalsectors * IPS_BLKSIZE; in ipsd_attach()