/src/usr.sbin/pstat/ |
pstat.c | 154 #define PRWORD(ovflw, fmt, width, fixed, val) do { \ 155 (ovflw) += printf((fmt), \ 156 (width) - (fixed) - (ovflw) > 0 ? \ 157 (width) - (fixed) - (ovflw) : 0, \ 159 if ((ovflw) < 0) \ 160 (ovflw) = 0; \ 305 int numvnodes, ovflw; local in function:vnodemode 356 ovflw = vnode_print(*(struct vnode **)evp, vp); 358 (*vnode_fsprint)(vp, ovflw); 410 int ovflw; local in function:vnode_print 843 int n, ovflw; local in function:ttyprt 900 int len, maxfile, nfile, ovflw; local in function:filemode [all...] |
pstat.c | 154 #define PRWORD(ovflw, fmt, width, fixed, val) do { \ 155 (ovflw) += printf((fmt), \ 156 (width) - (fixed) - (ovflw) > 0 ? \ 157 (width) - (fixed) - (ovflw) : 0, \ 159 if ((ovflw) < 0) \ 160 (ovflw) = 0; \ 305 int numvnodes, ovflw; local in function:vnodemode 356 ovflw = vnode_print(*(struct vnode **)evp, vp); 358 (*vnode_fsprint)(vp, ovflw); 410 int ovflw; local in function:vnode_print 843 int n, ovflw; local in function:ttyprt 900 int len, maxfile, nfile, ovflw; local in function:filemode [all...] |
/src/usr.bin/vmstat/ |
vmstat.c | 282 #define PRWORD(ovflw, fmt, width, fixed, val) do { \ 283 (ovflw) += printf((fmt), \ 284 (width) - (fixed) - (ovflw) > 0 ? \ 285 (width) - (fixed) - (ovflw) : 0, \ 287 if ((ovflw) < 0) \ 288 (ovflw) = 0; \ 736 int ovflw; local in function:dovmstat 793 ovflw = 0; 794 PRWORD(ovflw, " %*d", 2, 1, total.t_rq - 1); 795 PRWORD(ovflw, " %*d", 2, 1, total.t_dw + total.t_pw) 1153 int ovflw = *ovflwp; local in function:drvstats 1232 int ovflw = *ovflwp; local in function:cpustats 1472 int name_len, ovflw; local in function:dopool_sysctl 1599 int first, ovflw; local in function:dopool 1751 int ovflw; local in function:dopoolcache_sysctl 1818 int first, ovflw; local in function:dopoolcache [all...] |
vmstat.c | 282 #define PRWORD(ovflw, fmt, width, fixed, val) do { \ 283 (ovflw) += printf((fmt), \ 284 (width) - (fixed) - (ovflw) > 0 ? \ 285 (width) - (fixed) - (ovflw) : 0, \ 287 if ((ovflw) < 0) \ 288 (ovflw) = 0; \ 736 int ovflw; local in function:dovmstat 793 ovflw = 0; 794 PRWORD(ovflw, " %*d", 2, 1, total.t_rq - 1); 795 PRWORD(ovflw, " %*d", 2, 1, total.t_dw + total.t_pw) 1153 int ovflw = *ovflwp; local in function:drvstats 1232 int ovflw = *ovflwp; local in function:cpustats 1472 int name_len, ovflw; local in function:dopool_sysctl 1599 int first, ovflw; local in function:dopool 1751 int ovflw; local in function:dopoolcache_sysctl 1818 int first, ovflw; local in function:dopoolcache [all...] |