Searched refs:niceflag (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 164 int niceflag = ((dispflag & DISP_RAW) == 0); in dflt_display() local 197 PRINTSTAT(niceflag, "%5s ", "%lld:", nnewfile, buf); in dflt_display() 198 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamerm, buf); in dflt_display() 199 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamechg, buf); in dflt_display() 200 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrret, buf); in dflt_display() 201 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrchg, buf); in dflt_display() 202 PRINTSTAT(niceflag, " %5s ", "%lld:", nlookup, buf); in dflt_display() 203 PRINTSTAT(niceflag, "%5s ", "%lld:", nreaddir, buf); in dflt_display() 204 PRINTSTAT(niceflag, "%5s ", "%lld:", ndataread, buf); in dflt_display() 205 PRINTSTAT(niceflag, "%5s ", "%lld:", readthruput, buf); in dflt_display() [all …]
|