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

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dsci_base_port.c72 SCI_BASE_STATE_T *state_table
80 state_table,
H A Dsci_base_remote_device.c61 SCI_BASE_STATE_T *state_table
72 state_table,
H A Dsci_base_domain.c73 SCI_BASE_STATE_T * state_table
81 state_table,
H A Dsci_base_phy.c73 SCI_BASE_STATE_T *state_table
81 state_table,
H A Dsci_base_state_machine.c67 ((state_machine)->state_table[(state_machine)->current_state_id].\
71 ((state_machine)->state_table[(state_machine)->current_state_id].\
76 ((state_machine)->state_table[(state_machine)->current_state_id].\
96 * @param[in] state_table This parameter specifies the table of state objects
106 SCI_BASE_STATE_T * state_table,
118 this_state_machine->state_table = state_table;
103 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.c86 SCI_BASE_STATE_T * state_table,
97 state_table,
83 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.h98 SCI_BASE_STATE_T * state_table; member in struct:SCI_BASE_STATE_MACHINE
132 SCI_BASE_STATE_T *state_table,
H A Dscif_sas_request.c88 * @param[in] state_table This parameter specifies the table of state
97 SCI_BASE_STATE_T * state_table
100 sci_base_request_construct(&fw_request->parent, logger, state_table);
106 fw_request, fw_device, logger, state_table
H A Dsci_base_phy.h198 * @param[in] state_table This parameter specifies the table of state
206 SCI_BASE_STATE_T * state_table
H A Dsci_base_port.h218 * @param[in] state_table This parameter specifies the table of state
226 SCI_BASE_STATE_T * state_table
H A Dsci_base_request.h194 * @param[in] state_table This parameter specifies the table of state
202 SCI_BASE_STATE_T * state_table
H A Dsci_base_controller.h320 * @param[in] state_table This parameter specifies the table of state
337 SCI_BASE_STATE_T * state_table,
H A Dsci_base_domain.h294 * @param[in] state_table This parameter specifies the table of state
302 SCI_BASE_STATE_T * state_table
H A Dsci_base_remote_device.h283 * @param[in] state_table This parameter specifies the table of state
291 SCI_BASE_STATE_T * state_table
H A Dscif_sas_request.h204 SCI_BASE_STATE_T * state_table
/freebsd-10.1-release/contrib/byacc/
H A Dgraph.c24 closure(state_table[i]->items, state_table[i]->nitems);
H A Dlalr.c34 core **state_table; variable
75 state_table = NEW2(nstates, core *);
77 state_table[sp->number] = sp;
H A Dverbose.c181 statep = state_table[state];
H A Doutput.c1841 FREE(state_table);
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.c1493 spot = dfa->state_table + (hash & dfa->state_hash_mask);
1537 spot = dfa->state_table + (hash & dfa->state_hash_mask);
1580 spot = dfa->state_table + (hash & dfa->state_hash_mask);
H A Dregex_internal.h626 struct re_state_table_entry *state_table; member in struct:re_dfa_t
H A Dregcomp.c611 if (dfa->state_table)
614 struct re_state_table_entry *entry = dfa->state_table + i;
622 re_free (dfa->state_table);
857 dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
920 if (BE (dfa->nodes == NULL || dfa->state_table == NULL, 0))
/freebsd-10.1-release/contrib/gcc/
H A Dgenautomata.c3339 static htab_t state_table;
3737 entry_ptr = htab_find_slot (state_table, (void *) state, 1);
3828 state_table = htab_create (1500, state_hash, state_eq_p, (htab_del) 0);
3838 htab_delete (state_table);
3324 static htab_t state_table; variable

Completed in 333 milliseconds