Searched refs:op_state (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h45 TAILQ_HEAD(op_state_l,op_state) state_list;
202 struct op_state;
203 typedef void (op_rollback_f)(void *object, struct op_state *state);
204 struct op_state { struct
205 TAILQ_ENTRY(op_state) next; /* chain link */
210 struct op_state opstate;
H A Dip_fw_table.c140 struct op_state *os;
483 rollback_add_entry(void *object, struct op_state *_state)
1182 restart_flush(void *object, struct op_state *_state)
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-i2c.c224 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
258 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
280 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
295 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
389 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state;
H A Dxgbe.h690 struct xgbe_i2c_op_state op_state; member in struct:xgbe_i2c

Completed in 190 milliseconds