Symbol: DL_GETPSIZE
sbin/disklabel/disklabel.c
1050
if (DL_GETPSIZE(pp) == 0 && DL_GETPOFFSET(pp) != 0)
sbin/disklabel/disklabel.c
1055
if (i != RAW_PART && DL_GETPSIZE(pp) % lp->d_secpercyl)
sbin/disklabel/disklabel.c
1065
i == 0 && DL_GETPSIZE(pp) != 0 && DL_GETPOFFSET(pp) != 0) {
sbin/disklabel/disklabel.c
1074
} else if (DL_GETPOFFSET(pp) + DL_GETPSIZE(pp) >
sbin/disklabel/disklabel.c
1090
if (DL_GETPSIZE(pp) || DL_GETPOFFSET(pp))
sbin/disklabel/disklabel.c
1092
"offset %llu", part, DL_GETPSIZE(pp),
sbin/disklabel/disklabel.c
423
if (DL_GETPSIZE(pp)) {
sbin/disklabel/disklabel.c
427
(void)fprintf(f, "p%c#%llu:", c, DL_GETPSIZE(pp));
sbin/disklabel/disklabel.c
492
p_size = scale(DL_GETPSIZE(pp), unit, lp);
sbin/disklabel/disklabel.c
493
if (DL_GETPSIZE(pp)) {
sbin/disklabel/disklabel.c
499
DL_GETPSIZE(pp), DL_GETPOFFSET(pp));
sbin/disklabel/disklabel.c
537
if (DL_GETPSIZE(pp) > 0 && DL_GETPSIZE(pp) < small)
sbin/disklabel/disklabel.c
538
small = DL_GETPSIZE(pp);
sbin/disklabel/editor.c
1015
DL_GETPSIZE(pp) == 0 ||
sbin/disklabel/editor.c
1040
inuse = partno < lp->d_npartitions && DL_GETPSIZE(pp) > 0 &&
sbin/disklabel/editor.c
1192
if (DL_GETPOFFSET(spp[i]) + DL_GETPSIZE(spp[i]) >
sbin/disklabel/editor.c
1255
DL_GETPSIZE(&lp->d_partitions[i]) != 0)
sbin/disklabel/editor.c
1376
start = DL_GETPOFFSET(spp[i]) + DL_GETPSIZE(spp[i]);
sbin/disklabel/editor.c
1621
DL_GETPSIZE(pp), maxsize, &flags);
sbin/disklabel/editor.c
1659
bytes = DL_GETPSIZE(pp) * lp->d_secsize;
sbin/disklabel/editor.c
2064
stop = DL_GETPOFFSET(pp) + DL_GETPSIZE(pp);
sbin/disklabel/editor.c
2079
if (stop != DL_GETPOFFSET(pp) + DL_GETPSIZE(pp))
sbin/disklabel/editor.c
217
if (newlab.d_npartitions <= RAW_PART || DL_GETPSIZE(pp) == 0) {
sbin/disklabel/editor.c
536
if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED)
sbin/disklabel/editor.c
539
pend = pstart + DL_GETPSIZE(pp);
sbin/disklabel/editor.c
603
if (DL_GETPSIZE(pp) == 0 || pp->p_fstype == FS_UNUSED)
sbin/disklabel/editor.c
626
if (pp->p_fstype == FS_BSDFFS && DL_GETPSIZE(pp) > 0) {
sbin/disklabel/editor.c
717
sz = DL_GETPSIZE(pp);
sbin/disklabel/editor.c
762
sz = DL_GETPSIZE(pp);
sbin/disklabel/editor.c
766
off = DL_GETPOFFSET(prev) + DL_GETPSIZE(prev);
sbin/disklabel/editor.c
770
if (off + DL_GETPSIZE(pp) > ending_sector) {
sbin/disklabel/editor.c
787
DL_GETPSIZE(&label.d_partitions[shrunk]));
sbin/disklabel/editor.c
930
DL_PARTNUM2NAME(partno), DL_GETPSIZE(pp), max_partition_size(lp, partno));
sbin/fsck_ffs/setup.c
649
fs->fs_size = DL_SECTOBLK(lp, DL_GETPSIZE(pp)) / fs->fs_nspf;
sbin/growfs/growfs.c
1788
if (DL_GETPSIZE(pp) < 1)
sbin/growfs/growfs.c
1820
sblock.fs_size = dbtofsb(&osblock, DL_SECTOBLK(lp, DL_GETPSIZE(pp)));
sbin/growfs/growfs.c
1822
if (size > DL_GETPSIZE(pp)) {
sbin/growfs/growfs.c
1824
DL_GETPSIZE(pp), size);
sbin/growfs/growfs.c
1878
wtfs(DL_SECTOBLK(lp, DL_GETPSIZE(pp) - 1), lp->d_secsize,
sbin/newfs/newfs.c
439
if (DL_GETPSIZE(pp) == 0)
sbin/newfs/newfs.c
455
nsecs = DL_GETPSIZE(pp);
sbin/newfs/newfs.c
459
if (nsecs > DL_GETPSIZE(pp) && !mfs)
sbin/newfs/newfs.c
461
"%llu sectors", argv[0], *cp, DL_GETPSIZE(pp));
sbin/newfs_ext2fs/newfs_ext2fs.c
299
fssize += DL_GETPSIZE(pp);
sbin/newfs_ext2fs/newfs_ext2fs.c
488
if (DL_GETPSIZE(pp) == 0)
sbin/newfs_msdos/newfs_msdos.c
749
!DL_GETPSIZE(&lp->d_partitions[part]))
sbin/newfs_msdos/newfs_msdos.c
754
bpb->bsec = DL_GETPSIZE(&lp->d_partitions[part]);
sys/arch/alpha/stand/boot/disk.c
155
DL_GETPSIZE(&lp->d_partitions[part]) == 0) {
sys/arch/alpha/stand/nboot/disk.c
147
DL_GETPSIZE(&lp->d_partitions[part]) == 0) {
sys/arch/amd64/stand/efiboot/diskprobe.c
292
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) == 0)
sys/arch/amd64/stand/efiboot/diskprobe.c
296
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) - 1;
sys/arch/amd64/stand/libsa/diskprobe.c
400
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) == 0)
sys/arch/amd64/stand/libsa/diskprobe.c
404
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) - 1;
sys/arch/i386/stand/libsa/diskprobe.c
477
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) == 0)
sys/arch/i386/stand/libsa/diskprobe.c
481
DL_GETPSIZE(&dip->disklabel.d_partitions[1]) - 1;
sys/arch/luna88k/luna88k/disksubr.c
291
if (DL_GETPSIZE(npp) == 0) {
sys/arch/luna88k/luna88k/disksubr.c
344
if (DL_GETPSIZE(npp) == 0) {
sys/arch/luna88k/luna88k/disksubr.c
407
if (DL_GETPSIZE(npp)) {
sys/arch/luna88k/luna88k/disksubr.c
409
spp->sdkp_nsectors = DL_GETPSIZE(npp);
sys/arch/luna88k/luna88k/disksubr.c
419
if (DL_GETPSIZE(npp)) {
sys/arch/luna88k/luna88k/disksubr.c
421
spp->sdkp_nsectors = DL_GETPSIZE(npp);
sys/arch/luna88k/stand/boot/ufs_disksubr.c
132
if (DL_GETPSIZE(&lp->d_partitions[0]) == 0)
sys/arch/luna88k/stand/boot/ufs_disksubr.c
175
if (DL_GETPSIZE(npp) == 0) {
sys/arch/luna88k/stand/boot/ufs_disksubr.c
229
if (DL_GETPSIZE(npp) == 0) {
sys/arch/octeon/dev/amdcf.c
579
size = DL_SECTOBLK(lp, DL_GETPSIZE(&lp->d_partitions[part]));
sys/arch/octeon/dev/octcf.c
649
size = DL_SECTOBLK(lp, DL_GETPSIZE(&lp->d_partitions[part]));
sys/arch/sparc64/dev/vdsp.c
936
sc->sc_vdisk_size = DL_GETPSIZE(pi.part);
sys/arch/sparc64/sparc64/disksubr.c
269
if (DL_GETPSIZE(npp) == 0) {
sys/arch/sparc64/sparc64/disksubr.c
315
if (DL_GETPSIZE(npp) == 0) {
sys/arch/sparc64/sparc64/disksubr.c
412
if (DL_GETPSIZE(npp)) {
sys/arch/sparc64/sparc64/disksubr.c
416
spp->sdkp_nsectors = DL_GETPSIZE(npp);
sys/arch/sparc64/sparc64/disksubr.c
426
if (DL_GETPSIZE(npp)) {
sys/arch/sparc64/sparc64/disksubr.c
430
spp->sdkp_nsectors = DL_GETPSIZE(npp);
sys/arch/sparc64/stand/ofwboot/ofdev.c
318
if (DL_GETPSIZE(npp) == 0) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
364
if (DL_GETPSIZE(npp) == 0) {
sys/arch/sparc64/stand/ofwboot/ofdev.c
440
if (DL_GETPSIZE(&lp->d_partitions[0]) == 0)
sys/dev/ata/wd.c
880
size = DL_SECTOBLK(lp, DL_GETPSIZE(&lp->d_partitions[part]));
sys/dev/ata/wd.c
932
if ((blkno < 0) || ((blkno + nblks) > DL_GETPSIZE(&lp->d_partitions[part])))
sys/dev/softraid.c
1584
size = DL_SECTOBLK(label, DL_GETPSIZE(&label->d_partitions[part]));
sys/dev/softraid.c
2865
size = DL_SECTOBLK(label, DL_GETPSIZE(&label->d_partitions[part]));
sys/dev/softraid.c
3182
size = DL_SECTOBLK(label, DL_GETPSIZE(&label->d_partitions[part]));
sys/dev/softraid.c
5149
if (pp->p_fstype != FS_RAID || DL_GETPSIZE(pp) == 0)
sys/dev/vnd.c
389
DL_GETPSIZE(pi.part), pi.disklab->d_secsize);
sys/dev/vnd.c
390
return (DL_GETPSIZE(pi.part));
sys/kern/subr_disk.c
1306
if (DL_GETPSIZE(&dl->d_partitions[part]) == 0)
sys/kern/subr_disk.c
154
if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) == 0)
sys/kern/subr_disk.c
265
if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) != disksize)
sys/kern/subr_disk.c
267
DL_GETPSIZE(&lp->d_partitions[RAW_PART]));
sys/kern/subr_disk.c
894
DL_GETPSIZE(npp) < DL_GETPSIZE(opp)))
sys/kern/subr_disk.c
953
partblocks = DL_SECTOBLK(lp, DL_GETPSIZE(p));
sys/kern/subr_hibernate.c
591
DL_GETPSIZE(&dl->d_partitions[part]) == 0)
sys/kern/subr_hibernate.c
599
hib->sig_offset = DL_GETPSIZE(&dl->d_partitions[part]) - 1;
sys/kern/subr_hibernate.c
631
DL_SECTOBLK(dl, DL_GETPSIZE(&dl->d_partitions[part])),
sys/scsi/sd.c
1259
size = DL_SECTOBLK(lp, DL_GETPSIZE(&lp->d_partitions[part]));
sys/scsi/sd.c
1325
nsects = DL_GETPSIZE(&lp->d_partitions[part]);
sys/uvm/uvm_vnode.c
163
(u_quad_t)DL_GETPSIZE(pi.part);
usr.sbin/installboot/bootstrap.c
93
if (DL_GETPSIZE(pp) == 0)
usr.sbin/installboot/efi_installboot.c
571
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/efi_installboot.c
611
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/i386_installboot.c
702
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/landisk_installboot.c
178
if (DL_GETPSIZE(pp) == 0)
usr.sbin/installboot/loongson_installboot.c
242
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/macppc_installboot.c
285
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/octeon_installboot.c
285
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/installboot/powerpc64_installboot.c
320
if (DL_GETPSIZE(&dl->d_partitions[i]) > 0 &&
usr.sbin/makefs/ffs.c
385
DL_GETPSIZE(pp) * lp->d_secsize;