Searched refs:new_state (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c83 static void fips_new_state (enum module_states new_state);
749 fips_new_state (enum module_states new_state)
760 if (new_state == STATE_INIT
761 || new_state == STATE_ERROR
762 || new_state == STATE_FATALERROR)
767 if (new_state == STATE_SELFTEST
768 || new_state == STATE_ERROR
769 || new_state == STATE_FATALERROR)
774 if (new_state == STATE_OPERATIONAL
775 || new_state
746 fips_new_state(enum module_states new_state) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dh1940-bluetooth.c72 int new_state; local
75 new_state = simple_strtoul(buf, &endp, 0);
79 h1940bt_enable(new_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c141 u8 new_state; local
154 new_state = nla_get_u8(protinfo);
155 if (new_state > BR_STATE_BLOCKING)
171 (!netif_carrier_ok(dev) && new_state != BR_STATE_DISABLED))
174 p->state = new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dqp.c69 enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state,
117 new_state < 0 || cur_state >= MLX4_QP_NUM_STATE ||
118 !op[cur_state][new_state])
121 if (op[cur_state][new_state] == MLX4_CMD_2RST_QP)
129 if (cur_state == MLX4_QP_STATE_RST && new_state == MLX4_QP_STATE_INIT) {
143 new_state == MLX4_QP_STATE_RST ? 2 : 0,
144 op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C);
68 mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpxa2xx_lubbock.c186 struct pcmcia_state new_state; local
200 sa1111_pcmcia_socket_state(skt, &new_state);
202 if (!new_state.vs_3v && !new_state.vs_Xv) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/hdpuftrs/
H A Dhdpu_cpustate.c75 void cpustate_set_state(unsigned char new_state) argument
77 unsigned int state = (new_state << 21);
80 printk("CPUSTATE -> 0x%x\n", new_state);
83 cpustate.cached_val = new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dspeedstep-smi.c163 unsigned int result = 0, command, new_state; local
187 : "=b" (new_state), "=D" (result)
190 } while ((new_state != state) && (retry <= SMI_TRIES));
195 if (new_state == state) {
196 dprintk("change to %u MHz succeeded after %u tries with result %u\n", (speedstep_freqs[new_state].frequency / 1000), retry, result);
198 printk(KERN_ERR "cpufreq: change failed with new_state %u and result %u\n", new_state, result);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_ism.c216 int old_state, new_state;
234 new_state = ospf_ism_state (oi);
239 if (new_state != old_state &&
240 !(new_state == ISM_DROther && old_state < ISM_DROther))
245 new_state = ospf_ism_state (oi);
262 (new_state == ISM_DR || new_state == ISM_Backup))
265 (new_state != ISM_DR && new_state != ISM_Backup))
269 return new_state;
215 int old_state, new_state; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Domap-keypad.c174 unsigned char new_state[8], changed, key_down = 0; local
179 omap_kp_scan_keypad(omap_kp_data, new_state);
183 changed = new_state[col] ^ keypad_state[col];
184 key_down |= new_state[col];
194 row, (new_state[col] & (1 << row)) ?
213 new_state[col] & (1 << row));
217 memcpy(keypad_state, new_state, sizeof(keypad_state));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Dconditional.c92 int new_state; local
95 new_state = cond_evaluate_expr(p, node->expr);
96 if (new_state != node->cur_state) {
97 node->cur_state = new_state;
98 if (new_state == -1)
102 if (new_state <= 0) {
111 if (new_state) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pm112.c198 int new_state = 0; local
203 new_state |= FAILURE_LOW_OVERTEMP;
209 new_state |= FAILURE_HIGH_OVERTEMP;
230 new_state |= FAILURE_LOW_OVERTEMP;
236 new_state |= FAILURE_HIGH_OVERTEMP;
246 if (new_state) {
248 if (new_state & FAILURE_HIGH_OVERTEMP)
250 if ((failure_state & new_state) != new_state)
252 failure_state |= new_state;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dinterface.c492 unsigned int control_state, new_state; local
533 new_state = control_state | TIOCM_DTR;
536 new_state |= TIOCM_RTS;
539 (new_state & TIOCM_RTS) ? " only" : "/RTS");
540 cs->ops->set_modem_ctrl(cs, control_state, new_state);
541 control_state = new_state;
549 new_state = control_state & ~(TIOCM_DTR | TIOCM_RTS);
550 cs->ops->set_modem_ctrl(cs, control_state, new_state);
551 control_state = new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.l35 static void __attribute__ ((unused)) yy_push_state (int new_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c820 enum tcp_conntrack new_state, old_state; local
833 new_state = tcp_conntracks[dir][index][old_state];
835 switch (new_state) {
957 old_state, new_state);
959 conntrack->proto.tcp.state = new_state;
960 if (old_state != new_state
961 && (new_state == TCP_CONNTRACK_FIN_WAIT
962 || new_state == TCP_CONNTRACK_CLOSE))
965 && *tcp_timeouts[new_state] > nf_ct_tcp_timeout_max_retrans
966 ? nf_ct_tcp_timeout_max_retrans : *tcp_timeouts[new_state];
1004 enum tcp_conntrack new_state; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A DFlexLexer.h135 void yy_push_state( int new_state );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dqp.c704 enum ib_qp_state cur_state, enum ib_qp_state new_state)
717 context->flags = cpu_to_be32((to_mlx4_state(new_state) << 28) |
758 if (cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
770 if (cur_state == IB_QPS_SQD && new_state == IB_QPS_SQD &&
873 if (!ibqp->srq && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT)
877 new_state == IB_QPS_RTR &&
887 if (cur_state == IB_QPS_RTS && new_state == IB_QPS_SQD &&
899 if (!ibqp->uobject && cur_state == IB_QPS_RESET && new_state == IB_QPS_INIT) {
912 to_mlx4_state(new_state), context, optpar,
917 qp->state = new_state;
702 __mlx4_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
991 enum ib_qp_state cur_state, new_state; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmct_u232.c542 unsigned int control_state, new_state; local
616 new_state = control_state;
618 new_state |= TIOCM_DTR | TIOCM_RTS;
620 new_state &= ~(TIOCM_DTR | TIOCM_RTS);
621 if (new_state != control_state) {
622 mct_u232_set_modem_ctrl(serial, new_state);
623 control_state = new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_tcp.c396 int new_state = IP_VS_TCP_S_CLOSE; local
415 new_state = tcp_state_table[state_off+state_idx].next_state[cp->state];
418 if (new_state != cp->state) {
432 tcp_state_name(new_state),
436 (new_state != IP_VS_TCP_S_ESTABLISHED)) {
441 (new_state == IP_VS_TCP_S_ESTABLISHED)) {
449 cp->timeout = pp->timeout_table[cp->state = new_state];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_srvr.c146 int new_state,state; local
217 new_state=s->state;
220 s->state=new_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_dev.h196 islpci_state_t islpci_set_state(islpci_private *priv, islpci_state_t new_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c995 int new_state = HST_DEV_SCAN_START; local
1002 new_state = HST_ERROR;
1018 host->state = new_state;
1244 int new_state = HST_INVALID; local
1254 new_state = HST_ALLOC_BUF;
1261 new_state = HST_ERROR;
1269 new_state = HST_ERROR;
1277 new_state = HST_ERROR;
1285 new_state = HST_ERROR;
1292 new_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c353 ahd_power_state_change(struct ahd_softc *ahd, ahd_power_state new_state) argument
355 pci_set_power_state(ahd->dev_softc, new_state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_bic.c200 static void bictcp_state(struct sock *sk, u8 new_state) argument
202 if (new_state == TCP_CA_Loss)
H A Dtcp_illinois.c245 static void tcp_illinois_state(struct sock *sk, u8 new_state) argument
249 if (new_state == TCP_CA_Loss) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.c90 static void suspend_rh(struct uhci_hcd *uhci, enum uhci_rh_state new_state);
259 static void suspend_rh(struct uhci_hcd *uhci, enum uhci_rh_state new_state)
266 auto_stop = (new_state == UHCI_RH_AUTO_STOPPED);
275 uhci->rh_state = new_state;
316 uhci->rh_state = new_state;

Completed in 367 milliseconds

1234