Lines Matching defs:p_offset
133 sn += lp->d_partitions[part].p_offset;
355 uint64_t p_size, p_offset, labelsector;
371 p_offset = (uint64_t)p->p_offset << dk->dk_blkshift;
373 labelsector = lp->d_partitions[2].p_offset;
375 labelsector = lp->d_partitions[RAW_PART].p_offset;
403 if (bp->b_blkno + p_offset <= labelsector &&
404 bp->b_blkno + p_offset + sz > labelsector &&
411 bp->b_cylinder = (bp->b_blkno + p->p_offset) /
463 if (lp->d_npartitions > RAW_PART && p->p_offset == 0 && p->p_size != 0)
466 altp->p_offset == 0 && altp->p_size != 0) {
511 (char)(i + 'a'), p->p_offset, p->p_size, p->p_fstype);
601 pi->pi_offset = dp->p_offset;
671 daddr_t offset = lp->d_partitions[part].p_offset;