Home
last modified time | relevance | path

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

/openbsd/src/lib/librpcsvc/
Drstat.x64 struct statstime { /* RSTATVERS_TIME */ struct
65 int cp_time[CPUSTATES];
66 int dk_xfer[DK_NDRIVE];
67 unsigned int v_pgpgin; /* these are cumulative sum */
68 unsigned int v_pgpgout;
69 unsigned int v_pswpin;
70 unsigned int v_pswpout;
71 unsigned int v_intr;
72 int if_ipackets;
73 int if_ierrors;
[all …]
/openbsd/src/usr.bin/rup/
Drup.c91 struct statstime statstime; member