Searched refs:IPS_BLKSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/ips/
H A Dips_disk.c156 dsc->ipsd_disk->d_sectorsize = IPS_BLKSIZE;
157 dsc->ipsd_disk->d_mediasize = (off_t)totalsectors * IPS_BLKSIZE;
219 command_struct->lba = off / IPS_BLKSIZE;
280 length = (length + IPS_BLKSIZE - 1) / IPS_BLKSIZE;
H A Dips_commands.c120 length = (length + IPS_BLKSIZE - 1)/IPS_BLKSIZE;
H A Dipsreg.h64 #define IPS_BLKSIZE 512 macro

Completed in 106 milliseconds