Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/top/
H A Dmachine.h77 struct system_info struct
79 int last_pid;
80 double load_avg[NUM_AVERAGES];
81 int p_total;
82 int P_ACTIVE; /* number of procs considered "active" */
83 int *procstates;
84 int *cpustates;
85 int *kernel;
86 long *memory;
87 long *swap;
H A Dtop.c492 struct system_info system_info; in do_display() local
944 struct system_info system_info; in main() local