Searched refs:COMMIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon6943
85 if (state != COMMIT) {
146 state = COMMIT;
163 state = COMMIT;
174 state = COMMIT;
197 state = COMMIT;
206 case COMMIT:
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_eke.c19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE enumerator in enum:eap_eke_data::__anon3720
43 case COMMIT:
44 return "COMMIT";
368 case COMMIT:
403 if (data->state == COMMIT && eke_exch == EAP_EKE_COMMIT)
510 eap_eke_state(data, COMMIT);
524 if (data->state != COMMIT) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_eke.c18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE enumerator in enum:eap_eke_data::__anon3695
43 case COMMIT:
44 return "COMMIT";
346 eap_eke_state(data, COMMIT);
369 if (data->state != COMMIT) {
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c515 sc->sc_updateslot = COMMIT; /* commit next beacon */
517 } else if (sc->sc_updateslot == COMMIT && sc->sc_slotupdate == slot)
H A Dif_athvar.h787 COMMIT /* beacon sent, commit change */ enumerator in enum:ath_softc::__anon9274

Completed in 182 milliseconds