Searched refs:fsm (Results 51 - 75 of 85) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipcp.c37 #include "fsm.h"
72 * Callbacks for fsm code. (CI = Configuration Information)
74 static void ipcp_resetci __P((fsm *)); /* Reset our CI */
75 static int ipcp_cilen __P((fsm *)); /* Return length of our CI */
76 static void ipcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
77 static int ipcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
78 static int ipcp_nakci __P((fsm *, u_char *, int)); /* Peer nak'd our CI */
79 static int ipcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
80 static int ipcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv CI */
81 static void ipcp_up __P((fsm *)); /* W
[all...]
H A DMakefile.linux10 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
16 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_spu_defs.h111 unsigned int fsm : 1; member in struct:__anon8417
334 unsigned int fsm : 1; member in struct:__anon8427
348 unsigned int fsm : 1; member in struct:__anon8428
369 unsigned int fsm : 1; member in struct:__anon8429
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A DMakefile43 OBJS := magic.o fsm.o lcp.o ipcp.o upap.o
H A Dpppoe.c32 #include <fsm.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_sysfs.c86 fsm_getstate_str(priv->fsm));
88 fsm_getstate_str(priv->channel[CTCM_READ]->fsm));
90 fsm_getstate_str(priv->channel[CTCM_WRITE]->fsm));
H A Dctcm_main.h18 #include "fsm.h"
195 fsm_instance *fsm; /* finite state machine of this channel */ member in struct:channel
212 fsm_instance *fsm; member in struct:ctcm_priv
H A Dfsm.c2 * A generic FSM based on fsm used in isdn4linux
6 #include "fsm.h"
22 fsm *f;
27 "fsm(%s): init_fsm: Couldn't alloc instance\n", name);
33 f = kzalloc(sizeof(fsm), order);
36 "fsm(%s): init_fsm: Couldn't alloc fsm\n", name);
49 "fsm(%s): init_fsm: Couldn't alloc jumptable\n", name);
59 "fsm(%s): init_fsm: Bad template l=%d st(%ld/%ld) ev(%ld/%ld)\n",
82 "fsm
[all...]
H A Dctcm_mpc.h16 #include "fsm.h"
199 fsm_instance *fsm; /* group xid fsm */ member in struct:mpc_group
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile16 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
20 HEADERS = ccp.h chap-new.h ecp.h fsm.h ipcp.h \
24 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
H A DMakefile.linux14 PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap-new.c md5.c ccp.c \
18 HEADERS = ccp.h chap-new.h ecp.h fsm.h ipcp.h \
23 PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_debug.c278 "debug bgp fsm",
284 DEBUG_ON (fsm, FSM);
287 TERM_DEBUG_ON (fsm, FSM);
288 vty_out (vty, "BGP fsm debugging is on%s", VTY_NEWLINE);
295 "no debug bgp fsm",
302 DEBUG_OFF (fsm, FSM);
305 TERM_DEBUG_OFF (fsm, FSM);
306 vty_out (vty, "BGP fsm debugging is off%s", VTY_NEWLINE);
313 "undebug bgp fsm",
587 TERM_DEBUG_OFF (fsm, FS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/doc/
H A DMakefile261 libgcrypt-modules.eps fips-fsm.eps \
262 libgcrypt-modules.png fips-fsm.png \
263 libgcrypt-modules.pdf fips-fsm.pdf
266 BUILT_SOURCES = libgcrypt-modules.eps fips-fsm.eps \
267 libgcrypt-modules.png fips-fsm.png \
268 libgcrypt-modules.pdf fips-fsm.pdf
271 gcrypt_TEXINFOS = lgpl.texi gpl.texi libgcrypt-modules.fig fips-fsm.fig
740 cp fips-fsm.png gcrypt.html/; \
H A DMakefile.in261 libgcrypt-modules.eps fips-fsm.eps \
262 libgcrypt-modules.png fips-fsm.png \
263 libgcrypt-modules.pdf fips-fsm.pdf
266 BUILT_SOURCES = libgcrypt-modules.eps fips-fsm.eps \
267 libgcrypt-modules.png fips-fsm.png \
268 libgcrypt-modules.pdf fips-fsm.pdf
271 gcrypt_TEXINFOS = lgpl.texi gpl.texi libgcrypt-modules.fig fips-fsm.fig
740 cp fips-fsm.png gcrypt.html/; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir-dev.h164 struct sir_fsm fsm; member in struct:sir_dev
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/doc/
H A DMakefile.in261 libgcrypt-modules.eps fips-fsm.eps \
262 libgcrypt-modules.png fips-fsm.png \
263 libgcrypt-modules.pdf fips-fsm.pdf
266 BUILT_SOURCES = libgcrypt-modules.eps fips-fsm.eps \
267 libgcrypt-modules.png fips-fsm.png \
268 libgcrypt-modules.pdf fips-fsm.pdf
271 gcrypt_TEXINFOS = lgpl.texi gpl.texi libgcrypt-modules.fig fips-fsm.fig
740 cp fips-fsm.png gcrypt.html/; \
H A DMakefile261 libgcrypt-modules.eps fips-fsm.eps \
262 libgcrypt-modules.png fips-fsm.png \
263 libgcrypt-modules.pdf fips-fsm.pdf
266 BUILT_SOURCES = libgcrypt-modules.eps fips-fsm.eps \
267 libgcrypt-modules.png fips-fsm.png \
268 libgcrypt-modules.pdf fips-fsm.pdf
271 gcrypt_TEXINFOS = lgpl.texi gpl.texi libgcrypt-modules.fig fips-fsm.fig
740 cp fips-fsm.png gcrypt.html/; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Diop_fw_load.c61 .fsm = regk_iop_spu_no,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481_usb.c207 FsmEvent(&adapter->d_out.fsm, EV_DOUT_DEN, NULL);
210 FsmEvent(&adapter->d_out.fsm, EV_DOUT_COLL, NULL);
214 FsmEvent(&adapter->d_out.fsm, EV_DOUT_UNDERRUN, NULL);
H A DMakefile25 lmgr.o q931.o callc.o fsm.o
H A Disdnl1.c814 st->l1.l1m.fsm->strState[st->l1.l1m.state]);
894 st->l1.l1m.fsm = &l1fsm_s;
899 st->l1.l1m.fsm = &l1fsm_u;
922 st->l1.l1m.fsm = &l1fsm_b;
H A Disdnl3.c337 st->l3.l3m.fsm = &l3fsm;
407 st->l3.l3m.fsm = &l3fsm;
H A Dst5481.h230 #include "fsm.h"
342 struct FsmInst fsm; member in struct:st5481_d_out
H A Dhisax.h176 struct Fsm *fsm; member in struct:FsmInst
1274 int FsmNew(struct Fsm *fsm, struct FsmNode *fnlist, int fncount);
1275 void FsmFree(struct Fsm *fsm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc.h153 bfa_fsm_t fsm; member in struct:bfa_ioc_s

Completed in 293 milliseconds

1234