Home
last modified time | relevance | path

Searched refs:sysputuint64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/systat/
H A Dsysput.c73 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() function
105 sysputuint64(wd, row, lcol, width, val, flags); in sysputwuint64()
112 sysputuint64(wd, row, lcol, width, ptoa(pages), flags); in sysputpage()
H A Dproc.c90 sysputuint64(wnd, y, offset, 4, swapbytes, 0); in display_proc_line()
94 sysputuint64(wnd, y, offset, 4, pu[idx]->total, 0); in display_proc_line()
H A Dextern.h175 void sysputuint64(WINDOW* , int, int, int, uint64_t, int);
H A Dzarc.c146 sysputuint64(wnd, row, col, width, stat, HN_DIVISOR_1000) in showzarc()
H A Dmain.c316 sysputuint64(wload, 0, ui*8+2, 6, arc[ui], 0); in display()
H A Dvmstat.c487 sysputuint64(wnd, VMSTATROW + 17, VMSTATCOL, 5, s.bufspace, 0); in showkre()