taglinefilesource code
status22143drivers/char/serial.cunsigned char status1, status2, scratch, scratch2;
status22226drivers/char/serial.cstatus2 = serial_in(info, UART_SCR);
status22229drivers/char/serial.cif ((status1 != 0xa5) || (status2 != 0x5a))
status21414drivers/net/sk_g16.c(int) tmdp->status2);
status21416drivers/net/sk_g16.cif (tmdp->status2 & TX_TDR)    /* TDR problems? */
status21421drivers/net/sk_g16.cif (tmdp->status2 & TX_RTRY)   /* Failed in 16 attempts to transmit ? */
status21423drivers/net/sk_g16.cif (tmdp->status2 & TX_LCOL)   /* Late collision ? */
status21425drivers/net/sk_g16.cif (tmdp->status2 & TX_LCAR)   /* Loss of Carrier ? */  
status21427drivers/net/sk_g16.cif (tmdp->status2 & TX_UFLO)   /* Underflow error ? */
status21441drivers/net/sk_g16.ctmdp->status2 = 0;             /* Clear error flags */
status2162drivers/net/sk_g16.hunsigned volatile short status2; /* Error Status Bits */