Lines Matching defs:statsvar
109 struct statsvar { /* RSTATVERS_VAR */ struct
110 int cp_time<>; /* variable number of CPU states */
111 int dk_xfer<>; /* variable number of disks */
112 unsigned v_pgpgin; /* these are cumulative sum */
113 unsigned v_pgpgout;
114 unsigned v_pswpin;
115 unsigned v_pswpout;
116 unsigned v_intr;
117 int if_ipackets;
118 int if_ierrors;
119 int if_opackets;
120 int if_oerrors;
121 int if_collisions;
122 unsigned v_swtch;
123 int avenrun[3];
124 rstat_timeval boottime;
125 rstat_timeval curtime;