| /freebsd-12.1/sys/dev/isci/scil/ |
| H A D | sci_base_state_machine.c | 69 ((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 D | scif_sas_request.c | 99 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 D | sci_base_remote_device.c | 63 SCI_BASE_STATE_T *state_table in sci_base_remote_device_construct() argument 74 state_table, in sci_base_remote_device_construct()
|
| H A D | sci_base_phy.c | 75 SCI_BASE_STATE_T *state_table in sci_base_phy_construct() argument 83 state_table, in sci_base_phy_construct()
|
| H A D | sci_base_port.c | 74 SCI_BASE_STATE_T *state_table in sci_base_port_construct() argument 82 state_table, in sci_base_port_construct()
|
| H A D | sci_base_domain.c | 75 SCI_BASE_STATE_T * state_table in sci_base_domain_construct() argument 83 state_table, in sci_base_domain_construct()
|
| H A D | sci_base_controller.c | 88 SCI_BASE_STATE_T * state_table, in sci_base_controller_construct() argument 99 state_table, in sci_base_controller_construct()
|
| H A D | sci_base_state_machine.h | 100 SCI_BASE_STATE_T * state_table; member 134 SCI_BASE_STATE_T *state_table,
|
| H A D | sci_base_phy.h | 208 SCI_BASE_STATE_T * state_table
|
| H A D | sci_base_request.h | 204 SCI_BASE_STATE_T * state_table
|
| H A D | sci_base_port.h | 228 SCI_BASE_STATE_T * state_table
|
| H A D | scif_sas_request.h | 206 SCI_BASE_STATE_T * state_table
|
| H A D | sci_base_remote_device.h | 293 SCI_BASE_STATE_T * state_table
|
| H A D | sci_base_controller.h | 339 SCI_BASE_STATE_T * state_table,
|
| H A D | sci_base_domain.h | 304 SCI_BASE_STATE_T * state_table
|
| /freebsd-12.1/contrib/byacc/ |
| H A D | graph.c | 24 closure(state_table[i]->items, state_table[i]->nitems); in graph()
|
| H A D | lalr.c | 34 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 D | verbose.c | 181 statep = state_table[state]; in print_core()
|
| H A D | defs.h | 372 extern core **state_table;
|
| H A D | output.c | 1922 FREE(state_table); in free_itemsets()
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex_internal.c | 1490 spot = dfa->state_table + (hash & dfa->state_hash_mask); in re_acquire_state() 1534 spot = dfa->state_table + (hash & dfa->state_hash_mask); in re_acquire_state_context() 1577 spot = dfa->state_table + (hash & dfa->state_hash_mask); in register_state()
|
| H A D | regex_internal.h | 626 struct re_state_table_entry *state_table; member
|
| H A D | regcomp.c | 608 if (dfa->state_table) in free_dfa_content() 611 struct re_state_table_entry *entry = dfa->state_table + i; in free_dfa_content() 619 re_free (dfa->state_table); in free_dfa_content() 852 dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size); in init_dfa() 915 if (BE (dfa->nodes == NULL || dfa->state_table == NULL, 0)) in init_dfa()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genautomata.c | 3324 static htab_t state_table; variable 3722 entry_ptr = htab_find_slot (state_table, (void *) state, 1); in insert_state() 3813 state_table = htab_create (1500, state_hash, state_eq_p, (htab_del) 0); in initiate_states() 3823 htab_delete (state_table); in finish_states()
|