Home | History | Annotate | Download | only in ic

Lines Matching defs:ahc_phase_table

101 static struct ahc_phase_table_entry ahc_phase_table[] =
119 static const u_int num_phases = NUM_ELEMENTS(ahc_phase_table) - 1;
829 if (lastphase == ahc_phase_table[i].phase)
835 ahc_phase_table[i].phasemsg,
1084 if (errorphase == ahc_phase_table[i].phase)
1087 mesg_out = ahc_phase_table[i].mesg_out;
1102 ahc_phase_table[i].phasemsg,
1363 if (lastphase == ahc_phase_table[i].phase)
1375 ahc_phase_table[i].phasemsg,
2206 last_entry = &ahc_phase_table[num_phases];
2207 for (entry = ahc_phase_table; entry < last_entry; entry++) {