Home
last modified time | relevance | path

Searched refs:NRPOS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c88 #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 Dmkfs.c178 #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 Dfsdb.c4632 for (i = 0; i < NRPOS; i++) { in printsb()
4734 for (j = 0; j < NRPOS; j++) { in printcg()