Searched refs:next_state (Results 1 - 25 of 80) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_s_st.c39 .next_state = LLC_SAP_STATE_ACTIVE,
57 .next_state = LLC_SAP_STATE_ACTIVE,
69 .next_state = LLC_SAP_STATE_ACTIVE,
81 .next_state = LLC_SAP_STATE_ACTIVE,
93 .next_state = LLC_SAP_STATE_ACTIVE,
105 .next_state = LLC_SAP_STATE_ACTIVE,
117 .next_state = LLC_SAP_STATE_ACTIVE,
129 .next_state = LLC_SAP_STATE_ACTIVE,
141 .next_state = LLC_SAP_STATE_ACTIVE,
155 .next_state
[all...]
H A Dllc_c_st.c47 .next_state = LLC_CONN_STATE_D_CONN,
64 .next_state = LLC_CONN_STATE_RESET,
84 .next_state = LLC_CONN_STATE_NORMAL,
100 .next_state = LLC_CONN_STATE_ADM,
119 .next_state = LLC_CONN_STATE_RESET,
134 .next_state = LLC_CONN_STATE_ADM,
150 .next_state = LLC_CONN_STATE_ERROR,
166 .next_state = LLC_CONN_STATE_ERROR,
182 .next_state = LLC_CONN_STATE_ERROR,
198 .next_state
[all...]
H A Dllc_station.c103 u8 next_state; member in struct:llc_station_state_trans
355 .next_state = LLC_STATION_STATE_DUP_ADDR_CHK,
367 .next_state = LLC_STATION_STATE_UP,
387 .next_state = LLC_STATION_STATE_DOWN,
399 .next_state = LLC_STATION_STATE_UP,
411 .next_state = LLC_STATION_STATE_UP,
434 .next_state = LLC_STATION_STATE_DUP_ADDR_CHK,
448 .next_state = LLC_STATION_STATE_DOWN,
460 .next_state = LLC_STATION_STATE_DUP_ADDR_CHK,
477 .next_state
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dllc_s_st.h21 u8 next_state; member in struct:llc_sap_state_trans
H A Dllc_c_st.h37 u8 next_state; member in struct:llc_conn_state_trans
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm44xx.c24 u32 next_state; member in struct:power_state
99 pwrst->next_state = PWRDM_POWER_ON;
102 return pwrdm_set_next_pwrst(pwrst->pwrdm, pwrst->next_state);
H A Dpm34xx.c65 u32 next_state; member in struct:power_state
600 if (set_pwrdm_state(pwrst->pwrdm, pwrst->next_state))
615 if (state > pwrst->next_state) {
618 pwrst->pwrdm->name, pwrst->next_state);
967 pwrst->next_state = state;
978 return pwrst->next_state;
989 pwrst->next_state = state;
1007 pwrst->next_state = PWRDM_POWER_RET;
1013 return set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dpsc.c51 unsigned int id, u32 next_state)
67 mdctl |= next_state;
102 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state));
50 davinci_psc_config(unsigned int domain, unsigned int ctlr, unsigned int id, u32 next_state) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_ism.c392 int next_state = 0;
399 next_state = ISM_PointToPoint;
403 next_state = ISM_DROther;
406 next_state = ISM_Waiting;
412 return next_state;
465 int next_state;
634 int next_state;
641 next_state = (*(ISM [oi->state][event].func))(oi);
643 if (! next_state)
644 next_state
390 int next_state = 0; local
463 int next_state; member in struct:__anon7631
632 int next_state; local
[all...]
H A Dospf_nsm.c191 int next_state = NSM_TwoWay;
199 next_state = NSM_ExStart;
204 next_state = NSM_ExStart;
209 next_state = NSM_ExStart;
211 return next_state;
361 int next_state;
365 next_state = nbr->state;
383 next_state = NSM_ExStart;
385 next_state = NSM_TwoWay;
387 return next_state;
189 int next_state = NSM_TwoWay; local
358 int next_state; local
488 int next_state; member in struct:__anon7637
793 int next_state; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dd1_clnt.c296 s->state = s->s3->tmp.next_state;
315 s->state = s->d1->next_state;
333 s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A;
471 s->s3->tmp.next_state = SSL3_ST_CW_CERT_A;
473 s->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A;
482 s->state = s->s3->tmp.next_state;
536 s->d1->next_state = SSL3_ST_CW_CHANGE_A;
554 s->d1->next_state = SSL3_ST_CW_CHANGE_A;
629 s->s3->tmp.next_state = SSL_ST_OK;
632 s->d1->next_state
[all...]
H A Dd1_srvr.c321 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
380 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
408 if (s->d1->next_state != SSL_ST_OK) {
418 s->state = s->d1->next_state;
572 s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A;
586 s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A;
592 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
595 s->d1->next_state = s->s3->tmp.next_state;
596 s->s3->tmp.next_state
[all...]
H A Ddtls1.h246 int next_state; member in struct:dtls1_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dd1_clnt.c296 s->state = s->s3->tmp.next_state;
315 s->state = s->d1->next_state;
333 s->s3->tmp.next_state = SSL3_ST_CR_SRVR_HELLO_A;
471 s->s3->tmp.next_state = SSL3_ST_CW_CERT_A;
473 s->s3->tmp.next_state = SSL3_ST_CW_KEY_EXCH_A;
482 s->state = s->s3->tmp.next_state;
536 s->d1->next_state = SSL3_ST_CW_CHANGE_A;
554 s->d1->next_state = SSL3_ST_CW_CHANGE_A;
629 s->s3->tmp.next_state = SSL_ST_OK;
632 s->d1->next_state
[all...]
H A Dd1_srvr.c321 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
380 s->s3->tmp.next_state = SSL3_ST_SR_CLNT_HELLO_A;
408 if (s->d1->next_state != SSL_ST_OK) {
418 s->state = s->d1->next_state;
572 s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A;
586 s->d1->next_state = SSL3_ST_SW_SRVR_DONE_A;
592 s->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
595 s->d1->next_state = s->s3->tmp.next_state;
596 s->s3->tmp.next_state
[all...]
H A Ddtls1.h246 int next_state; member in struct:dtls1_state_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStateMachine.h54 virtual t_sm_state next_state(t_sm_event event) = 0;
H A DStateMachine.cpp68 m_state = next_state( event );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir_dev.c38 unsigned next_state, delay; local
42 next_state = fsm->substate; /* default: stay in current substate */
53 next_state = SIRDEV_STATE_WAIT_UNTIL_SENT;
77 next_state = SIRDEV_STATE_TX_DONE;
87 fsm->substate = next_state;
107 int next_state; local
117 next_state = fsm->state;
127 next_state = SIRDEV_STATE_ERROR;
136 next_state = SIRDEV_STATE_ERROR;
148 next_state
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_entries.h116 __field( unsigned char, next_state ) \
129 __entry->next_pid, __entry->next_prio, __entry->next_state,
148 __entry->next_pid, __entry->next_prio, __entry->next_state,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-power.h71 * @next_state: next thermal throttling mode
80 enum iwl_tt_state next_state; member in struct:iwl_tt_trans
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c185 int next_state; member in struct:ipvs_sctp_nextstate
918 int event, next_state; local
964 next_state = sctp_states_table[cp->state][event].next_state;
966 if (next_state != cp->state) {
979 sctp_state_name(next_state),
983 (next_state != IP_VS_SCTP_S_ESTABLISHED)) {
988 (next_state == IP_VS_SCTP_S_ESTABLISHED)) {
996 cp->timeout = pp->timeout_table[cp->state = next_state];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-backtrack.c375 tre_tnfa_transition_t *next_state; local
538 next_state = NULL;
556 if (next_state == NULL)
560 next_state = trans_i->state;
586 if (next_state != NULL)
589 state = next_state;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cpuidle/
H A Dcpuidle.c54 int next_state; local
81 next_state = cpuidle_curr_governor->select(dev);
87 target_state = &dev->states[next_state];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c164 } state, next_state; variable in typeref:enum:state
191 next_state = next;
214 state = next_state;
239 next_state = GotSymlink;
255 state = next_state;
296 next_state = Reset;
362 next_state = Reset;

Completed in 165 milliseconds

1234