Searched refs:putlongdouble (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | devs.c | 417 putlongdouble(kb_per_transfer, diskrow + 1, lc, 5, 2, 0); in dsshow2() 418 putlongdouble(transfers_per_second, diskrow + 2, lc, 5, 0, 0); in dsshow2() 419 putlongdouble(mb_per_second, diskrow + 3, lc, 5, 2, 0); in dsshow2() 420 putlongdouble(device_busy, diskrow + 4, lc, 5, 0, 0); in dsshow2()
|
H A D | systat.h | 72 extern void putlongdouble(long double, int, int, int, int, int);
|
H A D | vmstat.c | 695 putlongdouble(long double f, int l, int lc, int w, int d, int nz) in putlongdouble() function
|