Searched refs:DPCYL (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/sys/disk/
H A Dmbr.h83 #define DPCYL(c, s) ((c) + (((s) & 0xc0)<<2)) /* and those that are cylinder */ macro
/freebsd-current/sbin/fdisk/
H A Dfdisk.c497 ,DPCYL(partp->dp_scyl, partp->dp_ssect)
500 ,DPCYL(partp->dp_ecyl, partp->dp_esect)
583 tcyl = DPCYL(partp->dp_scyl,partp->dp_ssect);
593 tcyl = DPCYL(partp->dp_ecyl,partp->dp_esect);

Completed in 166 milliseconds