Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dmachine.h40 struct system_info struct
42 int last_pid;
43 double load_avg[NUM_AVERAGES];
44 int p_total;
45 int p_pactive; /* number of procs considered "active" */
46 int *procstates;
47 int *cpustates;
48 int *memory;
49 int *arc;
50 int *carc;
[all …]
H A Dtop.c227 struct system_info system_info; in main() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp141 llvm::Expected<const SystemInfo &> system_info = m_file->getSystemInfo(); in GetArchitecture() local