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

/freebsd-9.3-release/usr.bin/systat/
H A Dvmstat.c136 static void putlongdouble(long double, int, int, int, int, int);
712 putlongdouble(long double f, int l, int lc, int w, int d, int nz) function
871 putlongdouble(kb_per_transfer, DISKROW + 1, lc, 5, 2, 0);
872 putlongdouble(transfers_per_second, DISKROW + 2, lc, 5, 0, 0);
873 putlongdouble(mb_per_second, DISKROW + 3, lc, 5, 2, 0);
874 putlongdouble(device_busy, DISKROW + 4, lc, 5, 0, 0);

Completed in 85 milliseconds