Home
last modified time | relevance | path

Searched defs:statstime (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/librpcsvc/
H A Drstat.x67 struct statstime { /* RSTATVERS_TIME */ struct
68 int cp_time[CPUSTATES];
69 int dk_xfer[DK_NDRIVE];
70 unsigned int v_pgpgin; /* these are cumulative sum */
71 unsigned int v_pgpgout;
72 unsigned int v_pswpin;
73 unsigned int v_pswpout;
74 unsigned int v_intr;
75 int if_ipackets;
76 int if_ierrors;
[all …]
/netbsd-src/usr.bin/rup/
H A Drup.c138 struct statstime statstime; member