DL_GETPOFFSET     133 compat/linux/linux_hdio.c 		hdg.start = error1 != 0 ? DL_GETPOFFSET(partp.part) & 0x7fffffff: 0;
DL_GETPOFFSET     151 compat/linux/linux_hdio.c 		hdg_big.start = error1 != 0 ? DL_GETPOFFSET(partp.part) & 0x7fffffff : 0;
DL_GETPOFFSET     510 dev/ata/wd.c   	    DL_GETPOFFSET(&wd->sc_dk.dk_label->d_partitions[DISKPART(bp->b_dev)]);
DL_GETPOFFSET    1026 dev/ata/wd.c   	blkno += DL_GETPOFFSET(&lp->d_partitions[part]);
DL_GETPOFFSET     725 dev/ccd.c      	bn += DL_GETPOFFSET(pp);
DL_GETPOFFSET     904 dev/flash.c    	offset = DL_GETPOFFSET(&sc->sc_dk.dk_label->d_partitions[part]) +
DL_GETPOFFSET     579 dev/isa/mcd.c  		sc->mbx.blkno += DL_GETPOFFSET(p);
DL_GETPOFFSET    1756 dev/raidframe/rf_openbsdkintf.c 			blocknum += DL_GETPOFFSET(pp);
DL_GETPOFFSET    2169 dev/raidframe/rf_openbsdkintf.c 		if (DL_GETPOFFSET(pp) + DL_GETPSIZE(pp) > rs->sc_size)
DL_GETPOFFSET     438 dev/vnd.c      			daddr64_t off = DL_GETPOFFSET(&vnd->sc_dk.dk_label->d_partitions[part]);
DL_GETPOFFSET     497 dev/vnd.c      	bn += DL_GETPOFFSET(&vnd->sc_dk.dk_label->d_partitions[DISKPART(bp->b_dev)]);
DL_GETPOFFSET     345 kern/subr_disk.c 	if (DL_GETPOFFSET(&lp->d_partitions[RAW_PART]) != 0)
DL_GETPOFFSET     347 kern/subr_disk.c 		    DL_GETPOFFSET(&lp->d_partitions[RAW_PART]));
DL_GETPOFFSET     578 kern/subr_disk.c 		if (DL_GETPOFFSET(npp) != DL_GETPOFFSET(opp) ||
DL_GETPOFFSET     630 kern/subr_disk.c 	bp->b_cylinder = (bp->b_blkno + blockpersec(DL_GETPOFFSET(p), lp)) /
DL_GETPOFFSET     683 kern/subr_disk.c 		sn += DL_GETPOFFSET(&lp->d_partitions[part]);
DL_GETPOFFSET     602 scsi/cd.c      		blkno += DL_GETPOFFSET(p);
DL_GETPOFFSET     650 scsi/sd.c      		blkno += DL_GETPOFFSET(p);
DL_GETPOFFSET    1223 scsi/sd.c      	sectoff = DL_GETPOFFSET(&lp->d_partitions[part]);