HomeSort by: relevance | last modified time | path
    Searched defs:acyl (Results 1 - 5 of 5) sorted by relevancy

  /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.
118 uint32_t acyl; /* Alternative cylinders - pcyl minus ncyl */ member in struct:label
201 {"acyl", &label.acyl, print_int, chval_int, 0, 0 },
402 label.acyl = 0;
448 label.acyl = l_s[217];
528 l_s[217] = label.acyl;

Completed in 13 milliseconds