taglinefilesource code
why1731drivers/scsi/scsi.cint scsi_abort (Scsi_Cmnd * SCpnt, int why, int pid)
why1785drivers/scsi/scsi.cSCpnt->abort_reason = why;
why1795drivers/scsi/scsi.cif(why == DID_TIME_OUT) {
why1814drivers/scsi/scsi.cif(why != DID_TIME_OUT) {
why10drivers/sound/hex2hex.h#define ABANDON(why) { \
why11drivers/sound/hex2hex.hfprintf(stderr, "%s: " why "\n", source); \
why796net/ipv4/tcp.cstatic void reset_xmit_timer(struct sock *sk, int why, unsigned long when)
why799net/ipv4/tcp.csk->ip_xmit_timeout = why;
why947net/ipv4/tcp.cint why = sk->ip_xmit_timeout;
why977net/ipv4/tcp.cswitch (why) 
why89net/ipv4/timer.cint why = sk->timeout;
why118net/ipv4/timer.cswitch (why) 
why156net/ipv4/timer.cprintk ("net_timer: timer expired - reason %d is unknown\n", why);