Searched refs:sl_pcylinders (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dsun_disklabel.h109 u_int16_t sl_pcylinders; /* number of physical cyls */ member in struct:sun_disklabel
/freebsd-10.1-release/sys/geom/
H A Dgeom_sunlabel_enc.c91 sl->sl_pcylinders = be16dec(p + SL_PCYLINDERS);
146 be16enc(p + SL_PCYLINDERS, sl->sl_pcylinders);
/freebsd-10.1-release/sbin/sunlabel/
H A Dsunlabel.c365 sl->sl_pcylinders = mediasize / (fwsectors * fwheads *
369 sl->sl_ncylinders = sl->sl_pcylinders - 2;
624 sl1.sl_pcylinders = cyl + alt;

Completed in 202 milliseconds