Home
last modified time | relevance | path

Searched refs:putfloat (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/systat/
H A Dvmstat.c431 putfloat(avenrun[0], STATROW, STATCOL + 17, 6, 2, 0); in show_vmstat_top()
432 putfloat(avenrun[1], STATROW, STATCOL + 23, 6, 2, 0); in show_vmstat_top()
433 putfloat(avenrun[2], STATROW, STATCOL + 29, 6, 2, 0); in show_vmstat_top()
459 putfloat(f1, GRAPHROW, GRAPHCOL + 1, 5, 1, 0); in show_vmstat_top()
461 putfloat(f1, GRAPHROW, GRAPHCOL + 10 * c + 1, 5, 1, 0); in show_vmstat_top()
566 putfloat(s.nchstats.ncs_goodhits * 100.0 / nz(s.nchcount), in showvmstat()
569 putfloat(s.nchstats.ncs_pass2 * 100.0 / nz(s.nchcount), in showvmstat()
796 putfloat(double f, int l, int c, int w, int d, int nz) in putfloat() function
909 putfloat(atime, r, c, DISKCOLWIDTH, 1, 1); in dinfo()
H A Dvmstat.h36 void putfloat(double, int, int, int, int, int);