Searched refs:init_state (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_ev.c122 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
229 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
258 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
297 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED))
336 KASSERT(txq->init_state == SFXGE_TXQ_INITIALIZED,
348 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
454 if (__predict_false(evq->init_state != SFXGE_EVQ_STARTED))
584 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
585 ("evq->init_state != SFXGE_EVQ_STARTED"));
640 KASSERT(evq->init_state
[all...]
H A Dsfxge_port.c69 if (__predict_false(port->init_state != SFXGE_PORT_STARTED)) {
258 if (port->init_state == SFXGE_PORT_STARTED)
289 if (__predict_true(port->init_state == SFXGE_PORT_STARTED) &&
345 if (__predict_false(port->init_state != SFXGE_PORT_STARTED))
438 if (__predict_true(port->init_state == SFXGE_PORT_STARTED))
457 KASSERT(port->init_state == SFXGE_PORT_STARTED,
460 port->init_state = SFXGE_PORT_INITIALIZED;
495 KASSERT(port->init_state == SFXGE_PORT_INITIALIZED,
541 port->init_state = SFXGE_PORT_STARTED;
579 if (__predict_false(port->init_state !
[all...]
H A Dsfxge_rx.h158 enum sfxge_rxq_state init_state; member in struct:sfxge_rxq
H A Dsfxge_rx.c196 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
198 KASSERT(rxq->init_state == SFXGE_RXQ_STARTED,
241 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
317 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
837 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
947 KASSERT(rxq->init_state == SFXGE_RXQ_STARTED,
950 rxq->init_state = SFXGE_RXQ_INITIALIZED;
1027 KASSERT(rxq->init_state == SFXGE_RXQ_INITIALIZED,
1028 ("rxq->init_state != SFXGE_RXQ_INITIALIZED"));
1029 KASSERT(evq->init_state
[all...]
H A Dsfxge.h169 enum sfxge_evq_state init_state; member in struct:sfxge_evq
249 enum sfxge_port_state init_state; member in struct:sfxge_port
276 enum sfxge_softc_state init_state; member in struct:sfxge_softc
H A Dsfxge_tx.h175 enum sfxge_txq_state init_state; member in struct:sfxge_txq
H A Dsfxge.c220 if (sc->init_state == SFXGE_STARTED)
223 if (sc->init_state != SFXGE_REGISTERED) {
255 sc->init_state = SFXGE_STARTED;
301 if (sc->init_state != SFXGE_STARTED)
304 sc->init_state = SFXGE_REGISTERED;
844 sc->init_state = SFXGE_INITIALIZED;
1052 if (sc->init_state != SFXGE_STARTED)
1117 sc->init_state = SFXGE_REGISTERED;
H A Dsfxge_tx.c433 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED)) {
553 if (__predict_true(txq->init_state == SFXGE_TXQ_STARTED)) {
1447 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED))
1489 KASSERT(txq->init_state == SFXGE_TXQ_STARTED,
1490 ("txq->init_state != SFXGE_TXQ_STARTED"));
1492 txq->init_state = SFXGE_TXQ_INITIALIZED;
1633 KASSERT(txq->init_state == SFXGE_TXQ_INITIALIZED,
1634 ("txq->init_state != SFXGE_TXQ_INITIALIZED"));
1635 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
1636 ("evq->init_state !
[all...]
H A Dsfxge_intr.c107 if (evq->init_state == SFXGE_EVQ_STARTED) {
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c140 static void init_state(void) function
187 init_state();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Datomic.c72 const svn_atomic_t init_state = (result local
76 svn_atomic_cas(global_status, init_state,
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv.h124 enum ixlv_state_t init_state; member in struct:ixlv_sc
H A Dif_ixlv.c489 sc->init_state = IXLV_INIT_READY;
770 if (sc->init_state == IXLV_RUNNING) {
847 sc->init_state = IXLV_RUNNING;
913 if ((sc->init_state == IXLV_RUNNING) ||
914 (sc->init_state == IXLV_RESET_REQUIRED) ||
915 (sc->init_state == IXLV_RESET_PENDING))
987 sc->init_state = IXLV_RUNNING;
1538 if (sc->init_state != IXLV_RESET_PENDING)
2584 if (sc->init_state == IXLV_RESET_PENDING)
2999 sc->init_state
[all...]
H A Dixlvc.c963 sc->init_state = IXLV_RESET_PENDING;
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_stdenc_template.h107 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h193 int init_state; /* initialisation step */ member in struct:fatm_softc
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c23 const re_dfastate_t *init_state,
276 re_compile_fastmap_iter (bufp, dfa->init_state, fastmap);
277 if (dfa->init_state != dfa->init_state_word)
279 if (dfa->init_state != dfa->init_state_nl)
281 if (dfa->init_state != dfa->init_state_begbuf)
303 re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state,
309 for (node_cnt = 0; node_cnt < init_state->nodes.nelem; ++node_cnt)
311 int node = init_state->nodes.elems[node_cnt];
1049 dfa->init_state = re_acquire_state_context (&err, dfa, &init_nodes, 0);
1051 if (BE (dfa->init_state
301 re_compile_fastmap_iter(regex_t *bufp, const re_dfastate_t *init_state, char *fastmap) argument
[all...]
H A Dregexec.c663 if (BE (preg->used == 0 || dfa->init_state == NULL
676 if (dfa->init_state->nodes.nelem == 0
1059 if (dfa->init_state->has_constraint)
1066 return dfa->init_state;
1075 dfa->init_state->entrance_nodes,
1080 return dfa->init_state;
1083 return dfa->init_state;
H A Dregex_internal.h627 re_dfastate_t *init_state; member in struct:re_dfa_t
/freebsd-11-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h310 uint8_t init_state:4; member in struct:hvm_hw_vpic
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_config.c531 ld->params.init_state = MFI_LD_PARAMS_INIT_NO;
1176 printf(" init state: %u\n", ld->params.init_state);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h1238 uint8_t init_state; member in struct:mfi_ld_params

Completed in 307 milliseconds