Searched defs:NRPOS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c88 #define NRPOS 8 /* for pre FFFS compatibility */ macro
374 (fsp)->fs_nrpos : NRPOS);
615 for (j = 0; j < NRPOS; j++)
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c174 * up with minimum rotational latency. NRPOS is the number of rotational
175 * positions which we distinguish. With NRPOS 8 the resolution of our
178 #define NRPOS 8 /* number distinct rotational positions */ macro
519 long nrpos = NRPOS; /* number of rotational positions */
702 nrpos = number(NRPOS, "nrpos", 0);
941 nrpos = number(NRPOS, "nrpos", 0);
1302 range_check(&nrpos, "nrpos", 1, nsect, MIN(nsect, NRPOS), nrpos_flag);

Completed in 68 milliseconds