Home
last modified time | relevance | path

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

/trueos/lib/libutil/
HDproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
85 if (state != COMMIT) { in properties_read()
146 state = COMMIT; in properties_read()
163 state = COMMIT; in properties_read()
174 state = COMMIT; in properties_read()
197 state = COMMIT; in properties_read()
206 case COMMIT: in properties_read()
/trueos/sys/dev/ath/
HDif_ath_beacon.c514 sc->sc_updateslot = COMMIT; /* commit next beacon */ in ath_beacon_proc()
516 } else if (sc->sc_updateslot == COMMIT && sc->sc_slotupdate == slot) in ath_beacon_proc()
HDif_athvar.h761 COMMIT /* beacon sent, commit change */ enumerator
/trueos/contrib/gcc/
HDChangeLog.tree-ssa14118 * tree-ssa-ccp.c (replace_uses_in): Add new argument COMMIT.