Searched refs:NRPOS (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 88 #define NRPOS 8 /* for pre FFFS compatibility */ macro 374 (fsp)->fs_nrpos : NRPOS); in dumpfs() 615 for (j = 0; j < NRPOS; j++) in dumpcg()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 178 #define NRPOS 8 /* number distinct rotational positions */ macro 519 long nrpos = NRPOS; /* number of rotational positions */ 702 nrpos = number(NRPOS, "nrpos", 0); in main() 941 nrpos = number(NRPOS, "nrpos", 0); in main() 1302 range_check(&nrpos, "nrpos", 1, nsect, MIN(nsect, NRPOS), nrpos_flag); in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 4632 for (i = 0; i < NRPOS; i++) { in printsb() 4734 for (j = 0; j < NRPOS; j++) { in printcg()
|