Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dpftop.c86 struct pfsync_state last_state; member
200 be64toh(*(uint64_t *)elm->last_state.field)) / delta_time)
381 be64toh(*(uint64_t *)elm->last_state.bytes[0]), in showpftop()
383 be64toh(*(uint64_t *)elm->last_state.bytes[1]) in showpftop()
527 elm->last_state = *state; in updatestate()
530 bzero(elm->last_state.bytes, in updatestate()
531 sizeof(elm->last_state.bytes)); in updatestate()
532 bzero(elm->last_state.packets, in updatestate()
533 sizeof(elm->last_state.packets)); in updatestate()
538 elm->last_state = elm->state; in updatestate()
/dragonfly/lib/libutil/
H A Dproperty.c77 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() local
82 state = last_state = LOOK; in properties_read()
86 last_state = state; in properties_read()
107 state = last_state; in properties_read()
/dragonfly/contrib/byacc/
H A Dlr0.c26 static core *last_state; variable
245 first_state = last_state = this_state = p; in initialize_states()
313 last_state->next = p; in new_state()
314 last_state = p; in new_state()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.h378 enum amd_pm_state_type last_state; member