vmstat.c | 431 putfloat(avenrun[0], STATROW, STATCOL + 17, 6, 2, 0); 432 putfloat(avenrun[1], STATROW, STATCOL + 23, 6, 2, 0); 433 putfloat(avenrun[2], STATROW, STATCOL + 29, 6, 2, 0); 459 putfloat(f1, GRAPHROW, GRAPHCOL + 1, 5, 1, 0); 461 putfloat(f1, GRAPHROW, GRAPHCOL + 10 * c + 1, 5, 1, 0); 566 putfloat(s.nchstats.ncs_goodhits * 100.0 / nz(s.nchcount), 569 putfloat(s.nchstats.ncs_pass2 * 100.0 / nz(s.nchcount), 796 putfloat(double f, int l, int c, int w, int d, int nz) function in typeref:typename:void 909 putfloat(atime, r, c, DISKCOLWIDTH, 1, 1);
|