Searched defs:fsm (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/usr.sbin/ppp/ |
H A D | fsm.h | 102 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 D | ipv6cp.h | 39 struct fsm fsm; /* The finite state machine */ member 42 struct fsm_retry fsm; /* frequency to resend requests */ member
|
H A D | ipcp.h | 47 struct fsm fsm; /* The finite state machine */ member 70 struct fsm_retry fsm; /* frequency to resend requests */ member
|
H A D | cbcp.h | 59 } fsm; member
|
H A D | auth.h | 52 struct fsm_retry fsm; /* How often/frequently to resend requests */ member
|
H A D | lcp.h | 51 struct fsm fsm; /* The finite state machine */ member 93 struct fsm_retry fsm; /* How often/frequently to resend requests */ member
|
H A D | ccp.h | 82 struct fsm_retry fsm; /* How often/frequently to resend requests */ member 93 struct fsm fsm; /* The finite state machine */ member
|
H A D | bundle.h | 94 struct fsm_parent fsm; /* Our callback functions */ member
|
/dflybsd-src/lib/libnvmm/ |
H A D | libnvmm_x86.c | 1827 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 D | fsm.c | 659 fsm(isc_opt_t *op) in fsm() function
|