Searched defs:niceflag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c225 int niceflag = ((dispflag & DISP_RAW) == 0); local
258 PRINTSTAT(niceflag, "%5s ", "%lld:", nnewfile, ' ', buf);
259 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamerm, ' ', buf);
260 PRINTSTAT(niceflag, "%5s ", "%lld:", nnamechg, ' ', buf);
261 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrret, ' ', buf);
262 PRINTSTAT(niceflag, "%5s ", "%lld:", nattrchg, ' ', buf);
263 PRINTSTAT(niceflag, " %5s ", "%lld:", nlookup, ' ', buf);
264 PRINTSTAT(niceflag, "%5s ", "%lld:", nreaddir, ' ', buf);
265 PRINTSTAT(niceflag, "%5s ", "%lld:", ndataread, ' ', buf);
266 PRINTSTAT(niceflag, "
275 int niceflag = ((dispflag & DISP_RAW) == 0); local
302 int niceflag = ((dispflag & DISP_RAW) == 0); local
321 int niceflag = ((dispflag & DISP_RAW) == 0); local
339 int niceflag = ((dispflag & DISP_RAW) == 0); local
379 int niceflag = ((dispflag & DISP_RAW) == 0); local
[all...]

Completed in 59 milliseconds