DL_GETPSIZE 95 compat/linux/linux_blkio.c size = DL_GETPSIZE(partp.part); DL_GETPSIZE 970 dev/ata/wd.c size = DL_GETPSIZE(&wd->sc_dk.dk_label->d_partitions[part]) * DL_GETPSIZE 1022 dev/ata/wd.c if ((blkno < 0) || ((blkno + nblks) > DL_GETPSIZE(&lp->d_partitions[part]))) DL_GETPSIZE 357 dev/ccd.c size = DL_GETPSIZE(dpart.part); DL_GETPSIZE 1284 dev/ccd.c size = DL_GETPSIZE(&cs->sc_dkdev.dk_label->d_partitions[part]); DL_GETPSIZE 180 dev/raidframe/rf_copyback.c raidPtr->Disks[frow][fcol].numBlocks = DL_GETPSIZE(dpart.part) - DL_GETPSIZE 688 dev/raidframe/rf_disks.c diskPtr->numBlocks = DL_GETPSIZE(dpart.part) - rf_protectedSectors; DL_GETPSIZE 689 dev/raidframe/rf_disks.c diskPtr->partitionSize = DL_GETPSIZE(dpart.part); DL_GETPSIZE 602 dev/raidframe/rf_openbsdkintf.c size = DL_GETPSIZE(&lp->d_partitions[part]) * DL_GETPSIZE 2169 dev/raidframe/rf_openbsdkintf.c if (DL_GETPOFFSET(pp) + DL_GETPSIZE(pp) > rs->sc_size) DL_GETPSIZE 2818 dev/raidframe/rf_openbsdkintf.c DL_GETPSIZE(&label.d_partitions[i]))) { DL_GETPSIZE 2822 dev/raidframe/rf_openbsdkintf.c DL_GETPSIZE(&label.d_partitions[i])); DL_GETPSIZE 626 dev/raidframe/rf_reconstruct.c DL_GETPSIZE(dpart.part) - rf_protectedSectors; DL_GETPSIZE 243 dev/ramdisk.c return DL_GETPSIZE(&sc->sc_dkdev.dk_label->d_partitions[part]) * DL_GETPSIZE 1077 dev/softraid.c ch_entry->src_size = size = DL_GETPSIZE(&label.d_partitions[part]) - DL_GETPSIZE 201 kern/subr_disk.c if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) == 0) DL_GETPSIZE 342 kern/subr_disk.c if (DL_GETPSIZE(&lp->d_partitions[RAW_PART]) != disksize) DL_GETPSIZE 344 kern/subr_disk.c DL_GETPSIZE(&lp->d_partitions[RAW_PART])); DL_GETPSIZE 519 kern/subr_disk.c DL_GETPSIZE(&lp->d_partitions[RAW_PART])); DL_GETPSIZE 579 kern/subr_disk.c DL_GETPSIZE(npp) < DL_GETPSIZE(opp)) DL_GETPSIZE 614 kern/subr_disk.c if (bp->b_blkno + sz > blockpersec(DL_GETPSIZE(p), lp)) { DL_GETPSIZE 615 kern/subr_disk.c sz = blockpersec(DL_GETPSIZE(p), lp) - bp->b_blkno; DL_GETPSIZE 865 kern/subr_disk.c if (DL_GETPSIZE(&dl.d_partitions[part]) == 0) DL_GETPSIZE 1442 kern/vfs_syscalls.c if (newoff >= DL_GETPSIZE(dpart.part) * DL_GETPSIZE 1156 scsi/sd.c size = DL_GETPSIZE(&sd->sc_dk.dk_label->d_partitions[part]) * DL_GETPSIZE 1222 scsi/sd.c nsects = DL_GETPSIZE(&lp->d_partitions[part]); DL_GETPSIZE 253 uvm/uvm_vnode.c (u_quad_t)DL_GETPSIZE(pi.part);