Lines Matching refs:nblks
4167 uint32_t nblks; local
4199 nblks = cl->cl_g.dkg_nsect * cl->cl_g.dkg_nhead;
4204 vpart->p_start = lmap->dkl_cylno * nblks;
4503 uint_t nblks; local
4521 nblks = cl->cl_g.dkg_nsect * cl->cl_g.dkg_nhead;
4522 if (nblks == 0) {
4531 if (((unsigned)vpart->p_start % nblks) != 0) {
4535 vpart->p_start, nblks);
4538 ncyl = (unsigned)vpart->p_start / nblks;
4539 ncyl += (unsigned)vpart->p_size / nblks;
4540 if (((unsigned)vpart->p_size % nblks) != 0) {
4549 vpart->p_start, nblks,
4574 lmap->dkl_cylno = (unsigned)vpart->p_start / nblks;
4606 lmap->dkl_cylno = (unsigned)vpart->p_start / nblks;