Searched refs:sdkp_cyloffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libdisk/
H A Dwrite_sparc64_disk.c84 sl->sl_part[i].sdkp_cyloffset = c1->offset / secpercyl;
97 sl->sl_part[SUN_RAWPART].sdkp_cyloffset = 0;
/freebsd-9.3-release/sys/sys/
H A Dsun_disklabel.h69 u_int32_t sdkp_cyloffset; /* starting cylinder */ member in struct:sun_dkpart
/freebsd-9.3-release/sbin/sunlabel/
H A Dsunlabel.c223 sl.sl_part[SUN_RAWPART].sdkp_cyloffset = 0;
272 if (sl->sl_part[SUN_RAWPART].sdkp_cyloffset != 0 ||
285 start = (uint64_t)sl->sl_part[i].sdkp_cyloffset *
312 ostart = (uint64_t)sl->sl_part[j].sdkp_cyloffset *
373 sl->sl_part[SUN_RAWPART].sdkp_cyloffset = 0;
461 off = sl->sl_part[i].sdkp_cyloffset *
766 sl->sl_part[part].sdkp_cyloffset = n;
856 sl->sl_part[i].sdkp_cyloffset * 512
862 sl->sl_part[i].sdkp_cyloffset);
/freebsd-9.3-release/sys/geom/
H A Dgeom_sunlabel_enc.c99 sl->sl_part[i].sdkp_cyloffset = be32dec(p + SL_PART +
155 sl->sl_part[i].sdkp_cyloffset);
H A Dgeom_sunlabel.c83 v = sl.sl_part[i].sdkp_cyloffset;
94 v = sl.sl_part[i].sdkp_cyloffset;

Completed in 111 milliseconds