Searched refs:istatc (Results 1 – 1 of 1) sorted by relevance
3800 u_char istat, istatc; in sym_intr1() local3841 istatc = istat; in sym_intr1()3843 if (istatc & SIP) in sym_intr1()3845 if (istatc & DIP) in sym_intr1()3847 istatc = INB (nc_istat); in sym_intr1()3848 istat |= istatc; in sym_intr1()3849 } while (istatc & (SIP|DIP)); in sym_intr1()