Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/systat/
Dpftop.c108 struct sc_ent **state_cache = NULL; variable
366 struct sc_ent *e1 = state_cache[* (u_int32_t *) s1]; in sort_rate_callback()
367 struct sc_ent *e2 = state_cache[* (u_int32_t *) s2]; in sort_rate_callback()
384 struct sc_ent *e1 = state_cache[* (u_int32_t *) s1]; in sort_peak_callback()
385 struct sc_ent *e2 = state_cache[* (u_int32_t *) s2]; in sort_peak_callback()
640 state_cache = reallocarray(state_cache, len, in alloc_buf()
643 state_cache == NULL) in alloc_buf()
688 state_cache[n] = cache_state(state_buf + n); in read_states()
901 state_cache[state_ord[n]]); in print_states()