Searched refs:last_state (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libutil/ |
H A D | property.c | 77 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()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_frontend_ioctl.c | 510 ctl_fe_ioctl_state last_state; in cfi_submit_wait() local 517 last_state = params.state; in cfi_submit_wait() 536 if (params.state == last_state) { in cfi_submit_wait() 540 last_state = params.state; in cfi_submit_wait() 555 params.state = last_state = CTL_IOCTL_INPROG; in cfi_submit_wait()
|
/freebsd/contrib/byacc/ |
H A D | lr0.c | 26 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()
|
/freebsd/usr.sbin/apmd/ |
H A D | apmd.c | 511 static int first_time=1, last_state; in check_battery() local 528 last_state = AC_POWER_STATE; in check_battery() 545 if (last_state != AC_POWER_STATE) { in check_battery() 550 last_state = AC_POWER_STATE; in check_battery()
|
/freebsd/sys/arm/mv/ |
H A D | gpio.c | 722 uint8_t raw_read, last_state; in mv_gpio_debounce() local 737 last_state = (mv_gpio_debounced_state_get(dev, pin) ? 1 : 0); in mv_gpio_debounce() 740 if (raw_read == last_state) { in mv_gpio_debounce() 741 if (last_state) in mv_gpio_debounce() 758 if (last_state) in mv_gpio_debounce()
|