Home
last modified time | relevance | path

Searched refs:state_table (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/dev/isci/scil/
H A Dsci_base_state_machine.c69 ((state_machine)->state_table[(state_machine)->current_state_id].\
73 ((state_machine)->state_table[(state_machine)->current_state_id].\
78 ((state_machine)->state_table[(state_machine)->current_state_id].\
108 SCI_BASE_STATE_T * state_table, in sci_base_state_machine_construct() argument
120 this_state_machine->state_table = state_table; in sci_base_state_machine_construct()
H A Dscif_sas_request.c99 SCI_BASE_STATE_T * state_table in scif_sas_request_construct() argument
102 sci_base_request_construct(&fw_request->parent, logger, state_table); in scif_sas_request_construct()
108 fw_request, fw_device, logger, state_table in scif_sas_request_construct()
H A Dsci_base_domain.c75 SCI_BASE_STATE_T * state_table in sci_base_domain_construct() argument
83 state_table, in sci_base_domain_construct()
H A Dsci_base_phy.c75 SCI_BASE_STATE_T *state_table in sci_base_phy_construct() argument
83 state_table, in sci_base_phy_construct()
H A Dsci_base_port.c74 SCI_BASE_STATE_T *state_table in sci_base_port_construct() argument
82 state_table, in sci_base_port_construct()
H A Dsci_base_remote_device.c63 SCI_BASE_STATE_T *state_table in sci_base_remote_device_construct() argument
74 state_table, in sci_base_remote_device_construct()
H A Dsci_base_controller.c88 SCI_BASE_STATE_T * state_table, in sci_base_controller_construct() argument
99 state_table, in sci_base_controller_construct()
H A Dsci_base_state_machine.h100 SCI_BASE_STATE_T * state_table; member
134 SCI_BASE_STATE_T *state_table,
H A Dsci_base_request.h204 SCI_BASE_STATE_T * state_table
H A Dsci_base_phy.h208 SCI_BASE_STATE_T * state_table
H A Dsci_base_port.h228 SCI_BASE_STATE_T * state_table
H A Dscif_sas_request.h206 SCI_BASE_STATE_T * state_table
H A Dsci_base_remote_device.h293 SCI_BASE_STATE_T * state_table
H A Dsci_base_controller.h339 SCI_BASE_STATE_T * state_table,
H A Dsci_base_domain.h304 SCI_BASE_STATE_T * state_table
/freebsd-13.1/contrib/byacc/
H A Dgraph.c24 closure(state_table[i]->items, state_table[i]->nitems); in graph()
H A Dlalr.c34 core **state_table; variable
76 state_table = NEW2(nstates, core *); in set_state_table()
78 state_table[sp->number] = sp; in set_state_table()
H A Dverbose.c181 statep = state_table[state]; in print_core()
H A Ddefs.h383 extern core **state_table;
H A Doutput.c1978 FREE(state_table); in free_itemsets()