Searched refs:PRINTSTAT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c194 #define PRINTSTAT(isnice, nicestring, rawstring, rawval, unit, buf) \ macro
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(nicefla
[all...]

Completed in 58 milliseconds