Home
last modified time | relevance | path

Searched refs:dp_ecyl (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/fdisk/
H A Dfdisk.c504 ,DPCYL(partp->dp_ecyl, partp->dp_esect) in print_part()
616 tcyl = DPCYL(partp->dp_ecyl,partp->dp_esect); in change_part()
624 partp->dp_ecyl = -1; in change_part()
628 partp->dp_ecyl = DOSCYL(tcyl); in change_part()
753 partp->dp_ecyl = -1; in dos()
757 partp->dp_ecyl = DOSCYL(cy); in dos()
/dragonfly/sys/sys/
H A Ddiskmbr.h168 unsigned char dp_ecyl; /* end cylinder */ member
/dragonfly/sys/kern/
H A Dsubr_diskmbr.c220 ncyls = DPCYL(dp->dp_ecyl, dp->dp_esect) + 1; in mbrinit()
369 chs_ecyl = DPCYL(dp->dp_ecyl, dp->dp_esect); in check_part()
386 || (dp->dp_ecyl == 255 && dp->dp_ehd == 255 in check_part()
/dragonfly/usr.sbin/boot0cfg/
H A Dboot0cfg.c292 part[i].dp_ecyl + ((part[i].dp_esect & 0xc0) << 2), in display_mbr()