Home
last modified time | relevance | path

Searched defs:fsm (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Dfsm.h102 struct fsm { struct
103 const char *name; /* Name of protocol */
104 u_short proto; /* Protocol number */
105 u_short min_code;
106 u_short max_code;
107 int open_mode; /* Delay before config REQ (-1 forever) */
108 unsigned state; /* State of the machine */
109 u_char reqid; /* Next request id */
110 int restart; /* Restart counter value */
112 struct {
[all …]
H A Dipv6cp.h39 struct fsm fsm; /* The finite state machine */ member
42 struct fsm_retry fsm; /* frequency to resend requests */ member
H A Dipcp.h47 struct fsm fsm; /* The finite state machine */ member
70 struct fsm_retry fsm; /* frequency to resend requests */ member
H A Dcbcp.h59 } fsm; member
H A Dauth.h52 struct fsm_retry fsm; /* How often/frequently to resend requests */ member
H A Dlcp.h51 struct fsm fsm; /* The finite state machine */ member
93 struct fsm_retry fsm; /* How often/frequently to resend requests */ member
H A Dccp.h82 struct fsm_retry fsm; /* How often/frequently to resend requests */ member
93 struct fsm fsm; /* The finite state machine */ member
H A Dbundle.h94 struct fsm_parent fsm; /* Our callback functions */ member
/dflybsd-src/lib/libnvmm/
H A Dlibnvmm_x86.c1827 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr __unused) in node_overflow()
1834 fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n) in fsm_read()
1844 fsm_advance(struct x86_decode_fsm *fsm, size_t n, in fsm_advance()
1871 node_movs(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_movs()
1898 node_stlo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_stlo()
1935 node_dmo(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_dmo()
1981 node_immediate(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_immediate()
2014 node_disp(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_disp()
2054 node_dual(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_dual()
2124 node_sib(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_sib()
[all …]
/dflybsd-src/sbin/iscontrol/
H A Dfsm.c659 fsm(isc_opt_t *op) in fsm() function