Searched refs:newstate (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/transit/
H A Dcompile.awk28 newstate = fld[ n ]
29 store( action, newstate )
34 END { store( action, newstate )
76 store( action, newstate )
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dclntlock.c160 void nlmclnt_prepare_reclaim(struct nlm_host *host, u32 newstate) argument
163 host->h_nsmstate = newstate;
176 nlmclnt_recovery(struct nlm_host *host, u32 newstate) argument
179 if (host->h_nsmstate == newstate)
181 nlmclnt_prepare_reclaim(host, newstate);
183 nlmclnt_prepare_reclaim(host, newstate);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dfsm.h192 fsm_newstate(fsm_instance *fi, int newstate) argument
194 atomic_set(&fi->state,newstate);
196 fsm_record_history(fi, newstate, -1);
200 fi->f->state_names[newstate]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dfsm.h53 void FsmChangeState(struct FsmInst *fi, int newstate);
H A Dfsm.c81 FsmChangeState(struct FsmInst *fi, int newstate) argument
83 fi->state = newstate;
86 fi->fsm->strState[newstate]);
H A Dhisax.h1329 void FsmChangeState(struct FsmInst *fi, int newstate);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtape.h185 inline void tapestate_set (tape_info_t * ti, int newstate);
H A Dtape.c54 inline void tapestate_set (tape_info_t * ti, int newstate);
1005 tapestate_set (tape_info_t * ti, int newstate) argument
1022 debug_text_event (tape_debug_area,4,(((newstate < TS_SIZE) &&
1023 (newstate >= 0)) ?
1024 state_verbose[newstate] :
1027 ti->tape_state = newstate;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dioctl.c278 int newstate; local
286 if (get_user(newstate, (unsigned char *) arg))
290 if (!newstate) return -EINVAL;
292 server->sign_wanted = newstate != 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dhdlc.c558 pvc->newstate = 0;
585 pvc->newstate = state;
596 if (pvc->newstate == PVC_STATE_NEW)
597 pvc->newstate = PVC_STATE_ACTIVE;
599 pvc->newstate |= (pvc->state &
601 if (pvc->state != pvc->newstate) {
602 pvc->state = pvc->newstate;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhdlc.h155 u8 newstate; member in struct:pvc_device_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhdlc.h155 u8 newstate; member in struct:pvc_device_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dibmcam.c1054 enum ParseState newstate; local
1059 newstate = scan_Out;
1062 newstate = ibmcam_find_header(uvd);
1069 newstate = ibmcam_model2_320x240_parse_lines(
1081 newstate = ibmcam_model2_320x240_parse_lines(uvd, frame, &copylen);
1083 newstate = ibmcam_model4_128x96_parse_lines(uvd, frame, &copylen);
1085 newstate = ibmcam_parse_lines(uvd, frame, &copylen);
1088 newstate = ibmcam_model3_parse_lines(uvd, frame, &copylen);
1090 newstate = ibmcam_parse_lines(uvd, frame, &copylen);
1094 if (newstate
[all...]

Completed in 233 milliseconds