HomeSort by: relevance | last modified time | path
    Searched defs:phasemis (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 3790 int phasemis; local in function:ahd_handle_message_phase
3802 phasemis = bus_phase != P_MESGOUT;
3803 if (phasemis) {
3806 printf(" PHASEMIS %s\n",
3883 int phasemis; local in function:ahd_handle_message_phase
3892 phasemis = bus_phase != P_MESGIN;
3893 if (phasemis) {
3896 printf(" PHASEMIS %s\n",
aic7xxx.c 2654 int phasemis; local in function:ahc_handle_message_phase
2666 phasemis = bus_phase != P_MESGOUT;
2667 if (phasemis) {
2670 printf(" PHASEMIS %s\n",
2735 int phasemis; local in function:ahc_handle_message_phase
2744 phasemis = bus_phase != P_MESGIN;
2745 if (phasemis) {
2748 printf(" PHASEMIS %s\n",

Completed in 21 milliseconds