Lines Matching refs:nblks
4202 uint32_t nblks; local
4234 nblks = cl->cl_g.dkg_nsect * cl->cl_g.dkg_nhead;
4239 vpart->p_start = lmap->dkl_cylno * nblks;
4547 uint_t nblks; local
4565 nblks = cl->cl_g.dkg_nsect * cl->cl_g.dkg_nhead;
4566 if (nblks == 0) {
4575 if (((unsigned)vpart->p_start % nblks) != 0) {
4579 vpart->p_start, nblks);
4582 ncyl = (unsigned)vpart->p_start / nblks;
4583 ncyl += (unsigned)vpart->p_size / nblks;
4584 if (((unsigned)vpart->p_size % nblks) != 0) {
4593 vpart->p_start, nblks,
4618 lmap->dkl_cylno = (unsigned)vpart->p_start / nblks;
4650 lmap->dkl_cylno = (unsigned)vpart->p_start / nblks;