/src/sys/dev/ |
ld.c | 623 uint64_t ncyl; 638 ncyl = sc->sc_secperunit / symbol 640 if (ncyl < INT_MAX) 641 sc->sc_ncylinders = (int)ncyl;
|
/src/sys/sys/ |
fdio.h | 62 unsigned int ncyl; /* number of cylinders */ member in struct:fdformat_parms
|
/src/distrib/utils/edlabel/ |
edlabel.c | 181 int nsect, ntrack, ncyl, spc; local in function:edit_geo 183 nsect = ntrack = ncyl = spc = 0; 200 if (!(ncyl = d->d_secperunit / spc)) 204 d->d_ncylinders = ncyl;
|
/src/sys/arch/sun3/dev/ |
xdvar.h | 106 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xd_softc
|
xyvar.h | 107 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xy_softc
|
/src/sys/dev/vme/ |
xdvar.h | 107 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xd_softc
|
xyvar.h | 104 u_short ncyl, acyl, pcyl; /* number of cyl's */ member in struct:xy_softc
|
/src/usr.sbin/makefs/ |
ffs.c | 322 int32_t spc, nspf, ncyl, fssize; local in function:ffs_validate
|
/src/usr.sbin/sunlabel/ |
sunlabel.c | 95 * acyl and apc count those spares, and this is also why ncyl and pcyl 98 * ncyl=pcyl=ceil(device size/spc) and acyl=apc=0. 117 uint32_t ncyl; /* Number of usable cylinders */ member in struct:label 118 uint32_t acyl; /* Alternative cylinders - pcyl minus ncyl */ 200 {"ncyl", &label.ncyl, print_int, chval_int, 0, 0 }, 401 label.ncyl = 0; 447 label.ncyl = l_s[216]; 527 l_s[216] = label.ncyl; 832 + label.partitions[pno].nblk > label.spc * label.ncyl) { [all...] |
/src/sys/arch/amiga/dev/ |
fd.c | 1070 int nstep, sdir, ondly, ncyl, nside; local in function:fdsetpos 1087 ncyl = trk / FDNHEADS; 1090 if (sc->curcyl == ncyl && fdc_side == nside) 1100 nstep = ncyl - sc->curcyl; 1105 if (nstep > 0 && ncyl != 0) { 1113 if (ncyl == 0) { 1141 sc->curcyl = ncyl;
|
/src/sys/dev/scsipi/ |
scsi_disk.h | 284 u_int8_t ncyl[3]; /* number of cylinders */ member in struct:scsi_disk_pages::page_rigid_geometry 309 u_int8_t ncyl[2]; /* number of cylinders */ member in struct:scsi_disk_pages::page_flex_geometry
|