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

/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_ev.c117 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
224 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
253 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
292 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED))
331 KASSERT(txq->init_state == SFXGE_TXQ_INITIALIZED,
343 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
449 if (__predict_false(evq->init_state != SFXGE_EVQ_STARTED))
579 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
580 ("evq->init_state != SFXGE_EVQ_STARTED"));
635 KASSERT(evq->init_state
[all...]
H A Dsfxge_port.c69 if (__predict_false(port->init_state != SFXGE_PORT_STARTED)) {
231 if (port->init_state == SFXGE_PORT_STARTED)
262 if (__predict_true(port->init_state == SFXGE_PORT_STARTED) &&
318 if (__predict_false(port->init_state != SFXGE_PORT_STARTED))
411 if (__predict_true(port->init_state == SFXGE_PORT_STARTED))
430 KASSERT(port->init_state == SFXGE_PORT_STARTED,
433 port->init_state = SFXGE_PORT_INITIALIZED;
468 KASSERT(port->init_state == SFXGE_PORT_INITIALIZED,
514 port->init_state = SFXGE_PORT_STARTED;
552 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.c185 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
187 KASSERT(rxq->init_state == SFXGE_RXQ_STARTED,
249 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
323 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
836 if (__predict_false(rxq->init_state != SFXGE_RXQ_STARTED))
946 KASSERT(rxq->init_state == SFXGE_RXQ_STARTED,
949 rxq->init_state = SFXGE_RXQ_INITIALIZED;
1026 KASSERT(rxq->init_state == SFXGE_RXQ_INITIALIZED,
1027 ("rxq->init_state != SFXGE_RXQ_INITIALIZED"));
1028 KASSERT(evq->init_state
[all...]
H A Dsfxge.h168 enum sfxge_evq_state init_state; member in struct:sfxge_evq
248 enum sfxge_port_state init_state; member in struct:sfxge_port
275 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.c197 if (sc->init_state == SFXGE_STARTED)
200 if (sc->init_state != SFXGE_REGISTERED) {
232 sc->init_state = SFXGE_STARTED;
278 if (sc->init_state != SFXGE_STARTED)
281 sc->init_state = SFXGE_REGISTERED;
838 sc->init_state = SFXGE_INITIALIZED;
1046 if (sc->init_state != SFXGE_STARTED)
1111 sc->init_state = SFXGE_REGISTERED;
H A Dsfxge_tx.c426 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED)) {
546 if (__predict_true(txq->init_state == SFXGE_TXQ_STARTED)) {
1428 if (__predict_false(txq->init_state != SFXGE_TXQ_STARTED))
1470 KASSERT(txq->init_state == SFXGE_TXQ_STARTED,
1471 ("txq->init_state != SFXGE_TXQ_STARTED"));
1473 txq->init_state = SFXGE_TXQ_INITIALIZED;
1614 KASSERT(txq->init_state == SFXGE_TXQ_INITIALIZED,
1615 ("txq->init_state != SFXGE_TXQ_INITIALIZED"));
1616 KASSERT(evq->init_state == SFXGE_EVQ_STARTED,
1617 ("evq->init_state !
[all...]
H A Dsfxge_intr.c97 if (evq->init_state == SFXGE_EVQ_STARTED) {
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dgetuuid.c140 static void init_state(void) function
187 init_state();
/freebsd-10-stable/sys/dev/ixl/
H A Dixlv.h109 enum ixlv_state_t init_state; member in struct:ixlv_sc
H A Dif_ixlv.c440 sc->init_state = IXLV_INIT_READY;
707 if (sc->init_state == IXLV_RUNNING) {
784 sc->init_state = IXLV_RUNNING;
850 if ((sc->init_state == IXLV_RUNNING) ||
851 (sc->init_state == IXLV_RESET_REQUIRED) ||
852 (sc->init_state == IXLV_RESET_PENDING))
921 sc->init_state = IXLV_RUNNING;
1445 if (sc->init_state != IXLV_RESET_PENDING)
2353 if (sc->init_state == IXLV_RESET_PENDING)
2411 sc->init_state
[all...]
H A Dixlvc.c867 sc->init_state = IXLV_RESET_PENDING;
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h193 int init_state; /* initialisation step */ member in struct:fatm_softc
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_stdenc_template.h107 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
/freebsd-10-stable/sys/xen/interface/arch-x86/hvm/
H A Dsave.h307 uint8_t init_state:4; member in struct:hvm_hw_vpic
/freebsd-10-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-10-stable/usr.sbin/mfiutil/
H A Dmfi_config.c529 ld->params.init_state = MFI_LD_PARAMS_INIT_NO;
1174 printf(" init state: %u\n", ld->params.init_state);
/freebsd-10-stable/sys/dev/mfi/
H A Dmfireg.h1238 uint8_t init_state; member in struct:mfi_ld_params

Completed in 453 milliseconds