Searched refs:system_info (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.bin/top/ |
H A D | top.c | 227 struct system_info system_info; in main() local 609 get_system_info(&system_info); in main() 615 get_process_info(&system_info, &ps, compare); in main() 618 (*d_loadave)(system_info.last_pid, in main() 619 system_info.load_avg); in main() 622 i_battery(statics.nbatteries, system_info.battery); in main() 627 i_uptime(&system_info.boottime, &curr_time); in main() 631 (*d_procstates)(system_info.p_total, in main() 632 system_info.procstates); in main() 633 (*d_cpustates)(system_info.cpustates); in main() [all …]
|
H A D | machine.h | 40 struct system_info struct 88 void get_system_info(struct system_info *si); 95 get_process_info(struct system_info *si, struct process_select *sel,
|
H A D | machine.c | 453 get_system_info(struct system_info *si) in get_system_info() 744 get_process_info(struct system_info *si, struct process_select *sel, in get_process_info()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 141 llvm::Expected<const SystemInfo &> system_info = m_file->getSystemInfo(); in GetArchitecture() local 143 if (!system_info) { in GetArchitecture() 144 LLDB_LOG_ERROR(GetLog(LLDBLog::Process), system_info.takeError(), in GetArchitecture() 155 switch (system_info->ProcessorArch) { in GetArchitecture() 175 switch (system_info->PlatformId) { in GetArchitecture() 200 auto ExpectedCSD = m_file->getString(system_info->CSDVersionRVA); in GetArchitecture()
|
/freebsd/release/tools/ |
H A D | ec2-cloud-init.conf | 19 system_info:
|
H A D | oracle.conf | 74 system_info:
|