HomeSort by: relevance | last modified time | path
    Searched refs:showpps (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/systat/
ifcmds.c 50 int showpps = 0; variable in typeref:typename:int
82 showpps = !showpps;
ifstat.c 91 extern int showpps;
114 #define IN_col2 (showpps ? ifp->if_in_curpps : ifp->if_in_curtraffic)
115 #define OUT_col2 (showpps ? ifp->if_out_curpps : ifp->if_out_curtraffic)
116 #define IN_col3 (showpps ? \
118 #define OUT_col3 (showpps ? \
120 #define IN_col4 (showpps ? \
122 #define OUT_col4 (showpps ? \
130 if (showpps) { \
146 if (showpps) { \

Completed in 12 milliseconds