Symbol: system_info
usr.bin/top/m_dragonfly.c
341
get_system_info(struct system_info *si)
usr.bin/top/m_dragonfly.c
510
get_process_info(struct system_info *si, struct process_select *sel,
usr.bin/top/machine.h
113
void get_system_info(struct system_info *);
usr.bin/top/machine.h
114
caddr_t get_process_info(struct system_info *, struct process_select *, int);
usr.bin/top/top.c
492
struct system_info system_info;
usr.bin/top/top.c
500
get_system_info(&system_info);
usr.bin/top/top.c
503
processes = get_process_info(&system_info, &(gstate->pselect), gstate->order_index);
usr.bin/top/top.c
510
active_procs = system_info.P_ACTIVE;
usr.bin/top/top.c
535
i_loadave(system_info.last_pid, system_info.load_avg);
usr.bin/top/top.c
538
i_procstates(system_info.p_total, system_info.procstates, gstate->pselect.threads);
usr.bin/top/top.c
541
i_cpustates(system_info.cpustates);
usr.bin/top/top.c
551
i_kernel(system_info.kernel);
usr.bin/top/top.c
552
i_memory(system_info.memory);
usr.bin/top/top.c
553
i_swap(system_info.swap);
usr.bin/top/top.c
571
u_loadave(system_info.last_pid, system_info.load_avg);
usr.bin/top/top.c
574
u_procstates(system_info.p_total, system_info.procstates, gstate->pselect.threads);
usr.bin/top/top.c
575
u_cpustates(system_info.cpustates);
usr.bin/top/top.c
576
u_kernel(system_info.kernel);
usr.bin/top/top.c
577
u_memory(system_info.memory);
usr.bin/top/top.c
578
u_swap(system_info.swap);
usr.bin/top/top.c
688
struct system_info si;
usr.bin/top/top.c
944
struct system_info system_info;
usr.bin/top/top.c
948
get_system_info(&system_info);
usr.bin/top/top.c
949
(void)get_process_info(&system_info, &gstate->pselect, 0);