taglinefilesource code
why1760drivers/scsi/scsi.cint scsi_abort (Scsi_Cmnd * SCpnt, int why, int pid)
why1813drivers/scsi/scsi.cSCpnt->abort_reason = why;
why1823drivers/scsi/scsi.cif(why == DID_TIME_OUT) {
why1842drivers/scsi/scsi.cif(why != DID_TIME_OUT) {
why10drivers/sound/hex2hex.h#define ABANDON(why) { \
why11drivers/sound/hex2hex.hfprintf(stderr, "%s: " why "\n", source); \
why29net/ipv4/tcp_timer.cvoid tcp_reset_xmit_timer(struct sock *sk, int why, unsigned long when)
why32net/ipv4/tcp_timer.csk->ip_xmit_timeout = why;
why231net/ipv4/tcp_timer.cint why = sk->ip_xmit_timeout;
why257net/ipv4/tcp_timer.cswitch (why) 
why89net/ipv4/timer.cint why = sk->timeout;
why114net/ipv4/timer.cswitch (why) 
why152net/ipv4/timer.cprintk ("net_timer: timer expired - reason %d is unknown\n", why);