Home
last modified time | relevance | path

Searched refs:cp_old (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_kstack.c80 const char *cp_old; in kstack_cleanup() local
84 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) { in kstack_cleanup()
85 switch (*cp_old) { in kstack_cleanup()
102 *cp_new = *cp_old; in kstack_cleanup()
113 const char *cp_old; in kstack_cleanup_encoded() local
118 for (cp_old = old, cp_new = new; *cp_old != '\0'; cp_old++) { in kstack_cleanup_encoded()
119 switch (*cp_old) { in kstack_cleanup_encoded()
121 *cp_new = *cp_old; in kstack_cleanup_encoded()
130 *cp_new = *cp_old; in kstack_cleanup_encoded()
/freebsd/usr.bin/top/
H A Dmachine.c107 static long cp_old[CPUSTATES]; variable
484 percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in get_system_info()