Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/systat/
H A Dsysput.c75 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() function
107 sysputuint64(wd, row, lcol, width, val, flags); in sysputwuint64()
114 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.h177 void sysputuint64(WINDOW* , int, int, int, uint64_t, int);
H A Dzarc.c147 sysputuint64(wnd, row, col, width, stat, HN_DIVISOR_1000) in showzarc()
H A Dmain.c319 sysputuint64(wload, 0, ui*8+2, 6, arc[ui], 0); in display()
H A Dvmstat.c490 sysputuint64(wnd, VMSTATROW + 17, VMSTATCOL, 5, s.bufspace, 0); in showkre()