Lines Matching defs:blkp
740 * blkp - pointer to the starting block relative to the
748 * blkp and lenp point to the converted values.
755 vd_dskimg_io_params(vd_t *vd, int slice, size_t *blkp, size_t *lenp)
757 size_t blk = *blkp;
839 *blkp = offset / DEV_BSIZE;
1143 * blkp - pointer to the block number
1150 vd_dskimg_get_devid_block(vd_t *vd, size_t *blkp)
1174 *blkp = vd->slices[vd->efi_reserved].start;
1192 *blkp = (cyl * (spc - vd->dk_geom.dkg_apc)) +
1709 * and blkp are undefined.
1713 * we fake) then the function returns EAGAIN and datap, blkp and lengthp
1718 * from EAGAIN. In that case, the returned values of datap, blkp and
1731 * blkp - pointer to the starting block for the operation.
1745 size_t *blkp, size_t *lengthp)
1759 blk = *blkp;
1884 *blkp = blk - vd->flabel_limit;