Searched refs:NRPOS (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
| H A D | fstyp.c | 86 #define NRPOS 8 /* for pre FFFS compatibility */ macro 372 (fsp)->fs_nrpos : NRPOS); in dumpfs() 613 for (j = 0; j < NRPOS; j++) in dumpcg()
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| H A D | mkfs.c | 182 #define NRPOS 8 /* number distinct rotational positions */ macro 524 long nrpos = NRPOS; /* number of rotational positions */ 703 nrpos = number(NRPOS, "nrpos", 0); in main() 942 nrpos = number(NRPOS, "nrpos", 0); in main() 1303 range_check(&nrpos, "nrpos", 1, nsect, MIN(nsect, NRPOS), nrpos_flag); in main()
|
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
| H A D | fsdb.c | 4622 for (i = 0; i < NRPOS; i++) { in printsb() 4724 for (j = 0; j < NRPOS; j++) { in printcg()
|