Searched refs:niceflag (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 225 int niceflag = ((dispflag & DISP_RAW) == 0); in dflt_display() local 258 PRINTSTAT(niceflag, "%5s ", "%lld:", nnewfile, ' ', buf); in dflt_display() 259 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamerm, ' ', buf); in dflt_display() 260 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamechg, ' ', buf); in dflt_display() 261 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrret, ' ', buf); in dflt_display() 262 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrchg, ' ', buf); in dflt_display() 263 PRINTSTAT(niceflag, " %5s ", "%lld:", nlookup, ' ', buf); in dflt_display() 264 PRINTSTAT(niceflag, "%5s ", "%lld:", nreaddir, ' ', buf); in dflt_display() 265 PRINTSTAT(niceflag, "%5s ", "%lld:", ndataread, ' ', buf); in dflt_display() 266 PRINTSTAT(niceflag, "%5s ", "%lld:", readthruput, ' ', buf); in dflt_display() [all …]
|