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

/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c55 * secpercyl, secsize and anything required for a block i/o read
230 int i, secpercyl; local
251 secpercyl = sl->sl_nsectors * sl->sl_ntracks;
252 lp->d_secpercyl = secpercyl;
255 DL_SETDSIZE(lp, (u_int64_t)secpercyl * sl->sl_ncylinders);
267 DL_SETPOFFSET(npp, spp->sdkp_cyloffset * secpercyl);
313 DL_SETPOFFSET(npp, spp->sdkp_cyloffset * secpercyl);
387 int i, secpercyl; local
406 secpercyl = sl->sl_nsectors * sl->sl_ntracks;
413 if (DL_GETPOFFSET(npp) % secpercyl)
[all...]
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c111 * secpercyl and anything required in the strategy routine
123 int i, secpercyl; local
157 secpercyl = slp->sl_nsectors * slp->sl_ntracks;
158 lp->d_secpercyl = secpercyl;
160 DL_SETDSIZE(lp, (u_int64_t)secpercyl * slp->sl_ncylinders);
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c99 * secpercyl, secsize and anything required for a block i/o read
246 int i, secpercyl; local
267 secpercyl = sl->sl_nsectors * sl->sl_ntracks;
268 lp->d_secpercyl = secpercyl;
271 DL_SETDSIZE(lp, (u_int64_t)secpercyl * sl->sl_ncylinders);
375 int i, secpercyl; local
409 secpercyl = sl->sl_nsectors * sl->sl_ntracks;
/openbsd-current/sbin/fdisk/
H A Dmisc.c132 int rslt, secpercyl, saveerr; local
140 secpercyl = disk.dk_sectors * disk.dk_heads;
160 mult = secpercyl;
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c280 int i, secpercyl; local
301 secpercyl = sl->sl_nsectors * sl->sl_ntracks;
302 lp->d_secpercyl = secpercyl;
304 DL_SETDSIZE(lp, (u_int64_t)secpercyl * sl->sl_ncylinders);
316 DL_SETPOFFSET(npp, spp->sdkp_cyloffset * secpercyl);
362 DL_SETPOFFSET(npp, spp->sdkp_cyloffset * secpercyl);

Completed in 136 milliseconds