Searched defs:statstime (Results 1 – 2 of 2) sorted by relevance
61 struct statstime { /* RSTATVERS_TIME */ struct62 int cp_time[CPUSTATES];63 int dk_xfer[DK_NDRIVE];64 unsigned int v_pgpgin; /* these are cumulative sum */65 unsigned int v_pgpgout;66 unsigned int v_pswpin;67 unsigned int v_pswpout;68 unsigned int v_intr;69 int if_ipackets;70 int if_ierrors;[all …]
33 struct statstime { struct51 typedef struct statstime statstime; argument