/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/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. 112 uint32_t pcyl; /* Physical cylinders */ member in struct:label 118 uint32_t acyl; /* Alternative cylinders - pcyl minus ncyl */ 195 {"pcyl", &label.pcyl, print_int, chval_int, 0, 0 }, 396 label.pcyl = 0; 442 label.pcyl = l_s[211]; 522 l_s[211] = label.pcyl;
|