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

/freebsd-12-stable/usr.bin/systat/
H A Dsystat.h73 extern void putfloat(double, int, int, int, int, int);
H A Dvmstat.c444 putfloat(f1, GRAPHROW, GRAPHCOL + 10 * lc, 4, 1, 0);
452 putfloat(avenrun[0], STATROW, STATCOL + 20, 5, 2, 0);
453 putfloat(avenrun[1], STATROW, STATCOL + 26, 5, 2, 0);
454 putfloat(avenrun[2], STATROW, STATCOL + 32, 5, 2, 0);
456 putfloat(100.0 * (v_page_count - total.t_free) / v_page_count,
458 putfloat(100.0 * s.v_kmem_map_size / kmem_size,
528 putfloat((nchtotal.ncs_goodhits+nchtotal.ncs_neghits) *
532 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),
677 putfloat(double f, int l, int lc, int w, int d, int nz) function

Completed in 39 milliseconds