Searched refs:state_table (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_base_port.c74 SCI_BASE_STATE_T *state_table
82 state_table,
H A Dsci_base_remote_device.c63 SCI_BASE_STATE_T *state_table
74 state_table,
H A Dsci_base_domain.c75 SCI_BASE_STATE_T * state_table
83 state_table,
H A Dsci_base_phy.c75 SCI_BASE_STATE_T *state_table
83 state_table,
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].\
98 * @param[in] state_table This parameter specifies the table of state objects
108 SCI_BASE_STATE_T * state_table,
120 this_state_machine->state_table = state_table;
105 sci_base_state_machine_construct( SCI_BASE_STATE_MACHINE_T * this_state_machine, SCI_BASE_OBJECT_T * my_state_machine_owner, SCI_BASE_STATE_T * state_table, U32 initial_state ) argument
H A Dsci_base_controller.c88 SCI_BASE_STATE_T * state_table,
99 state_table,
85 sci_base_controller_construct( SCI_BASE_CONTROLLER_T * this_controller, SCI_BASE_LOGGER_T * logger, SCI_BASE_STATE_T * state_table, SCI_PHYSICAL_MEMORY_DESCRIPTOR_T * mdes, U32 mde_count, SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T next_mdl ) argument
H A Dsci_base_state_machine.h100 SCI_BASE_STATE_T * state_table; member in struct:SCI_BASE_STATE_MACHINE
134 SCI_BASE_STATE_T *state_table,
H A Dscif_sas_request.c90 * @param[in] state_table This parameter specifies the table of state
99 SCI_BASE_STATE_T * state_table
102 sci_base_request_construct(&fw_request->parent, logger, state_table);
108 fw_request, fw_device, logger, state_table
H A Dsci_base_phy.h200 * @param[in] state_table This parameter specifies the table of state
208 SCI_BASE_STATE_T * state_table
H A Dsci_base_port.h220 * @param[in] state_table This parameter specifies the table of state
228 SCI_BASE_STATE_T * state_table
H A Dsci_base_request.h196 * @param[in] state_table This parameter specifies the table of state
204 SCI_BASE_STATE_T * state_table
H A Dsci_base_controller.h322 * @param[in] state_table This parameter specifies the table of state
339 SCI_BASE_STATE_T * state_table,
H A Dsci_base_domain.h296 * @param[in] state_table This parameter specifies the table of state
304 SCI_BASE_STATE_T * state_table
H A Dsci_base_remote_device.h285 * @param[in] state_table This parameter specifies the table of state
293 SCI_BASE_STATE_T * state_table
H A Dscif_sas_request.h206 SCI_BASE_STATE_T * state_table
/freebsd-13-stable/contrib/byacc/
H A Dgraph.c24 closure(state_table[i]->items, state_table[i]->nitems);
H A Dlalr.c34 core **state_table; variable
76 state_table = NEW2(nstates, core *);
78 state_table[sp->number] = sp;
H A Dverbose.c181 statep = state_table[state];
H A Doutput.c1978 FREE(state_table);

Completed in 183 milliseconds